summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/synchronousdispatch.cxx
blob: f25fb8aed7f60090669b671591759c3358263629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/


/** === begin UNO includes === **/
#include "com/sun/star/frame/XDispatchProvider.hpp"
#include "com/sun/star/frame/XSynchronousDispatch.hpp"
#include "com/sun/star/lang/XComponent.hpp"
#include "com/sun/star/lang/XMultiServiceFactory.hpp"
#include "com/sun/star/util/XURLTransformer.hpp"
/** === end UNO includes === **/

#include "comphelper/synchronousdispatch.hxx"
#include "comphelper/processfactory.hxx"

#define UNISTRING(s) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(s))

//.........................................................................
namespace comphelper
{
//.........................................................................

using namespace ::com::sun::star;

//====================================================================
//= SynchronousDispatch
//====================================================================

uno::Reference< lang::XComponent > SynchronousDispatch::dispatch(
        const uno::Reference< uno::XInterface > &xStartPoint,
        const rtl::OUString &sURL,
        const rtl::OUString &sTarget,
        const sal_Int32 nFlags,
        const uno::Sequence< beans::PropertyValue > &lArguments )
{
    util::URL aURL;
    aURL.Complete = sURL;
    uno::Reference < util::XURLTransformer > xTrans( ::comphelper::getProcessServiceFactory()->createInstance(
                                                                   UNISTRING("com.sun.star.util.URLTransformer" )),
                                                     uno::UNO_QUERY );
    if ( xTrans.is() )
        xTrans->parseStrict( aURL );

    uno::Reference < frame::XDispatch > xDispatcher;
    uno::Reference < frame::XDispatchProvider > xProvider( xStartPoint, uno::UNO_QUERY );

    if ( xProvider.is() )
        xDispatcher = xProvider->queryDispatch( aURL, sTarget, nFlags );

    uno::Reference < lang::XComponent > aComponent;

    if ( xDispatcher.is() )
    {
        try
        {
            uno::Any aRet;
            uno::Reference < frame::XSynchronousDispatch > xSyncDisp( xDispatcher, uno::UNO_QUERY_THROW );

            aRet = xSyncDisp->dispatchWithReturnValue( aURL, lArguments );

            aRet >>= aComponent;
        }
        catch ( uno::Exception& )
        {
            rtl::OUString aMsg = UNISTRING( "SynchronousDispatch::dispatch() Error while dispatching! ");
            OSL_FAIL( OUStringToOString(aMsg, RTL_TEXTENCODING_ASCII_US).getStr());
        }
    }

    return aComponent;
}

//.........................................................................
}   // namespace comphelper
//.........................................................................

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
='ctx'> "Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/basctlmessages/am/>\n"
@@ -582,95 +582,185 @@ msgid "Basic Macros"
msgstr "መሰረታዊ ማክሮ"
#. tFg7s
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:46
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:43
msgctxt "basicmacrodialog|run"
msgid "Run"
msgstr "ማስኬጃ"
+#. gokwe
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:52
+msgctxt "basicmacrodialog|extended_tip|ok"
+msgid "Runs or saves the current macro."
+msgstr "የ አሁኑን ማክሮስ ያስኬዳል ወይንም ያስቀምጣል "
+
+#. 6SWBt
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:160
+msgctxt "basicmacrodialog|extended_tip|macros"
+msgid "Lists the macros that are contained in the module selected in the Macro from list."
+msgstr "የ ማክሮስ ዝርዝር በ ተመረጠው ክፍል ውስጥ ያለው በ ማክሮስ ከ ዝርዝር "
+
#. 5TRqv
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:166
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:173
msgctxt "basicmacrodialog|existingmacrosft"
msgid "Existing Macros In:"
msgstr "የ ነበረው ማክሮስ በ:"
+#. 8Bfcg
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:242
+msgctxt "basicmacrodialog|extended_tip|libraries"
+msgid "Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog."
+msgstr "የ መጻህፍት ቤት እና ክፍሎች ዝርዝር የ እርስዎን ማስገደድ ይቻላል: ዲግሪ ለ ፖሊኖሚያል መክፈት እና ማስቀመጥ የሚችሉበት: ማስገደድ ይቻላል: ዲግሪ ለ ፖሊኖሚያል ለ ማስቀመጥ በ ተወሰነ ሰነድ ውስጥ: ሰነዱን ይክፈቱ እና ከዛ ይህን ንግግር ይክፈቱ "
+
#. Mfysc
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:248
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:260
msgctxt "basicmacrodialog|macrofromft"
msgid "Macro From"
msgstr "Macro ከ"
#. Qth4v
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:264
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:276
msgctxt "basicmacrodialog|macrotoft"
msgid "Save Macro In"
msgstr "ማክሮስ ማስቀመጫ በ"
+#. AjFTi
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:317
+msgctxt "basicmacrodialog|extended_tip|macronameedit"
+msgid "Displays the name of the selected macro. To create or to change the name of a macro, enter a name here."
+msgstr "የተመረጠውን ማክሮስ ስም ማሳያ ወይንም የ ማክሮስ ስም መቀየሪያ: ስም እዚህ ያስገቡ"
+
#. BpDb6
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:311
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:328
msgctxt "basicmacrodialog|libraryft1"
msgid "Macro Name"
msgstr "የ Macro ስም"
#. izDZr
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:334
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:351
msgctxt "basicmacrodialog|assign"
msgid "Assign..."
msgstr "መመደቢያ..."
+#. qEaMG
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:358
+msgctxt "basicmacrodialog|extended_tip|assign"
+msgid "Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event."
+msgstr " መክፈቻ የ ማስተካከያ ንግግር: እርስዎ የ ተመረጠውን macro ወደ ዝርዝር ትእዛዝ በ እቃ መደርደሪያ ወይንም ሁኔታ ላይ የሚመድቡበት "
+
#. dxu7W
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:348
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:370
msgctxt "basicmacrodialog|edit"
msgid "Edit"
msgstr "ማረሚያ"
+#. dE5A9
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:377
+msgctxt "basicmacrodialog|extended_tip|edit"
+msgid "Starts the %PRODUCTNAME Basic editor and opens the selected macro or dialog for editing."
+msgstr "ማስጀመሪያ የ %PRODUCTNAME Basic ማረሚያ እና የ ተመረጠውን ማክሮስ መክፈቻ እና ማረሚያ "
+
#. 9Uhec
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:362
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:389
msgctxt "basicmacrodialog|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
+#. Mxvv8
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:396
+msgctxt "basicmacrodialog|extended_tip|delete"
+msgid "Creates a new macro, creates a new module or deletes the selected macro or selected module."
+msgstr "አዲስ ማክሮ ወይንም አዲስ ክፍል መፍጠሪያ ወይንም የ ተመረጠውን ማክሮ ወይንም ክፍል ማጥፊያ:"
+
#. XkqFC
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:376
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:408
msgctxt "basicmacrodialog|new"
msgid "_New"
msgstr "_አዲስ"
+#. GN5Ft
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:415
+msgctxt "basicmacrodialog|extended_tip|new"
+msgid "Creates a new library."
+msgstr "አዲስ መጻህፍት ቤት መፍጠሪያ"
+
#. Gh52t
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:390
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:427
msgctxt "basicmacrodialog|organize"
msgid "Organizer..."
msgstr "አደራጅ..."
+#. 3L2hk
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:434
+msgctxt "basicmacrodialog|extended_tip|organize"
+msgid "Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries."
+msgstr "መክፈቻ የ ማክሮስ ማደራጃ ንግግር መጨመሪያ ማረሚያ ወይንም ማጥፊያ የ ነበረውን ማክሮስ ክፍሎች: ንግግሮች እና መጻህፍት ቤቶች "
+
#. wAJj2
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:404
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:446
msgctxt "basicmacrodialog|newlibrary"
msgid "New Library"
msgstr "አዲስ መጻሕፍት ቤት"
+#. E5rdD
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:453
+msgctxt "basicmacrodialog|extended_tip|newlibrary"
+msgid "Saves the recorded macro in a new library."
+msgstr "የ ተቀረጸውን ማክሮስ በ አዲስ መጻህፍት ቤት ውስጥ ማስቀመጫ "
+
#. 2xdsE
-#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:418
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:465
msgctxt "basicmacrodialog|newmodule"
msgid "New Module"
msgstr "አዲስ ክፍል"
+#. BrAwG
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:472
+msgctxt "basicmacrodialog|extended_tip|newmodule"
+msgid "Saves the recorded macro in a new module."
+msgstr "በ አዲስ ክፍል ውስጥ የተመዘገበውን ማክሮስ ማስቀመጫ "
+
+#. gMDg9
+#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:520
+msgctxt "basicmacrodialog|extended_tip|BasicMacroDialog"
+msgid "Opens a dialog to organize macros."
+msgstr "ማክሮስ ለማደራጃ ንግግር መክፈቻ"
+
#. MDBgX
#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:12
msgctxt "breakpointmenus|manage"
msgid "Manage Breakpoints..."
msgstr "የ መጨረሻ ነጥብ አስተዳዳሪ..."
+#. 2ZNKn
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:15
+msgctxt "breakpointmenus|extended_tip|manage"
+msgid "Specifies the options for breakpoints."
+msgstr "ለ መጨረሻ ነጥቦች ምርጫ መወሰኛ"
+
#. faXzj
-#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:23
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:28
msgctxt "breakpointmenus|active"
msgid "_Active"
msgstr "_ንቁ"
+#. GD2Yz
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:32
+msgctxt "breakpointmenus|extended_tip|active"
+msgid "Activates or deactivates the current breakpoint."
+msgstr "የ አሁኑን መጨረሻ ነጥብ ማስነሻ ወይንም ማቦዘኛ"
+
#. FhiYE
-#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:37
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:47
msgctxt "breakpointmenus|properties"
msgid "_Properties..."
msgstr "_ባህሪዎች..."
+#. GEknG
+#: basctl/uiconfig/basicide/ui/breakpointmenus.ui:51
+msgctxt "breakpointmenus|extended_tip|properties"
+msgid "Specifies the options for breakpoints."
+msgstr "ለ መጨረሻ ነጥቦች ምርጫ መወሰኛ"
+
#. G55tN
#: basctl/uiconfig/basicide/ui/defaultlanguage.ui:30
msgctxt "defaultlanguage|DefaultLanguageDialog"
@@ -731,36 +821,78 @@ msgctxt "dialogpage|label1"
msgid "Dialog:"
msgstr "ንግግር:"
+#. ECCc3
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:92
+msgctxt "dialogpage|extended_tip|library"
+msgid "Deletes the selected element or elements after confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ከ ማረጋገጫ በኋላ ማጥፊያ"
+
+#. jAkNt
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:126
+msgctxt "dialogpage|extended_tip|edit"
+msgid "Opens the %PRODUCTNAME Basic editor so that you can modify the selected library."
+msgstr "መክፈቻ የ %PRODUCTNAME መሰረታዊ ማረሚያ ለማሻሻል የተመረጠውን መጻህፍት ቤት"
+
#. n9VLU
-#: basctl/uiconfig/basicide/ui/dialogpage.ui:129
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:138
msgctxt "dialogpage|newmodule"
msgid "_New..."
msgstr "_አዲስ..."
+#. hfkr2
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:145
+msgctxt "dialogpage|extended_tip|newmodule"
+msgid "Opens the editor and creates a new module."
+msgstr "አዲስ ክፍል መፍጠሪያ እና ማረሚያ መክፈቻ:"
+
#. kBzSW
-#: basctl/uiconfig/basicide/ui/dialogpage.ui:144
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:158
msgctxt "dialogpage|newdialog"
msgid "_New..."
msgstr "_አዲስ..."
+#. JR2oJ
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:181
+msgctxt "dialogpage|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
#. k64f4
-#: basctl/uiconfig/basicide/ui/dialogpage.ui:175
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:194
msgctxt "dialogpage|password"
msgid "_Password..."
msgstr "የ _መግቢያ ቃል..."
+#. FeCu5
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:201
+msgctxt "dialogpage|extended_tip|password"
+msgid "Assigns or edits the password for the selected library."
+msgstr "ለ ተመረጠው መጻህፍት ቤት የ መግቢያ ቃል መመደቢያ ወይንም ማረሚያ:"
+
#. sHS7f
-#: basctl/uiconfig/basicide/ui/dialogpage.ui:189
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:213
msgctxt "dialogpage|import"
msgid "_Import..."
msgstr "_ማምጫ..."
+#. 8VCZB
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:220
+msgctxt "dialogpage|extended_tip|import"
+msgid "Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open."
+msgstr " ፈልጎ ማግኛ የ %PRODUCTNAME መሰረታዊ መጻህፍት ቤት እርስዎ መጨመር የሚፈልጉትን ወደ አሁኑ ዝርዝር ውስጥ: እና ከዛ ይጫኑ: መክፈቻ:"
+
#. ubE5G
-#: basctl/uiconfig/basicide/ui/dialogpage.ui:203
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:232
msgctxt "dialogpage|export"
msgid "_Export..."
msgstr "_መላኪያ..."
+#. weDhB
+#: basctl/uiconfig/basicide/ui/dialogpage.ui:258
+msgctxt "dialogpage|extended_tip|DialogPage"
+msgid "Lists the existing modules or dialogs."
+msgstr "የ ነበሩ ክፍሎች ወይንም ንግግሮች ዝርዝር:"
+
#. EGyCn
#: basctl/uiconfig/basicide/ui/dockingwatch.ui:110
msgctxt "dockingwatch|RID_STR_WATCHVARIABLE"
@@ -816,83 +948,185 @@ msgid "Import Libraries"
msgstr "መጻህፍት ቤት ማምጫ"
#. C8ny7
-#: basctl/uiconfig/basicide/ui/importlibdialog.ui:119
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:116
msgctxt "importlibdialog|ref"
msgid "Insert as reference (read-only)"
msgstr "እንደ ማመሳከሪያ ማስገቢያ (ለንባብ-ብቻ)"
+#. gxCjk
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:125
+msgctxt "importlibdialog|extended_tip|ref"
+msgid "Adds the selected library as a read-only file. The library is reloaded each time you start %PRODUCTNAME."
+msgstr "የተመረጠውን መጻህፍት ቤት እንደ ለ ንባብ-ብቻ ፋይል ይጨምራል: መጻህፍት ቤቱ ሁል ጊዜ ሲጀምሩ ይጫናል %PRODUCTNAME."
+
#. B9N7w
-#: basctl/uiconfig/basicide/ui/importlibdialog.ui:134
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:136
msgctxt "importlibdialog|replace"
msgid "Replace existing libraries"
msgstr "የነበሩትን መጻህፍት ቤቶች መቀየሪያ"
+#. AyUpF
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:145
+msgctxt "importlibdialog|extended_tip|replace"
+msgid "Replaces a library that has the same name with the current library."
+msgstr "ከ አሁኑ መጻፍት ቤት ጋር ተመሳሳይ ስም ያለውን መቀየሪያ:"
+
#. GGb7Q
-#: basctl/uiconfig/basicide/ui/importlibdialog.ui:155
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:162
msgctxt "importlibdialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
+#. 7ZFMZ
+#: basctl/uiconfig/basicide/ui/importlibdialog.ui:277
+msgctxt "importlibdialog|extended_tip|ImportLibDialog"
+msgid "Enter a name or the path to the library that you want to append. You can also select a library from the list."
+msgstr "ስም ወይንም የ መጻህፍት ቤት መንገድ ያስገቡ: እርስዎ መጨመር የሚፈልጉትን: እርስዎ እንዲሁም የ መጻህፍት ቤት ከ ዝርዝር ውስጥ መምረጥ ይችላሉ:"
+
#. XdZ7e
-#: basctl/uiconfig/basicide/ui/libpage.ui:42
+#: basctl/uiconfig/basicide/ui/libpage.ui:41
msgctxt "libpage|label1"
msgid "L_ocation:"
msgstr "አ_ካባቢ:"
+#. JAxWt
+#: basctl/uiconfig/basicide/ui/libpage.ui:58
+msgctxt "libpage|extended_tip|location"
+msgid "Select the application or the document containing the macro libraries that you want to organize."
+msgstr "ይምረጡ መተግበሪያ የ ማክሮ መጻህፍት ቤት የያዘውን ሰነድ: እርስዎ ማደራጀት የሚፈልጉትን:"
+
#. C4mjh
-#: basctl/uiconfig/basicide/ui/libpage.ui:81
+#: basctl/uiconfig/basicide/ui/libpage.ui:85
msgctxt "libpage|lingudictsft"
msgid "_Library:"
msgstr "_መጻህፍት ቤት:"
+#. T2NUa
+#: basctl/uiconfig/basicide/ui/libpage.ui:149
+msgctxt "libpage|extended_tip|library"
+msgid "Deletes the selected element or elements after confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ከ ማረጋገጫ በኋላ ማጥፊያ"
+
+#. ARGtS
+#: basctl/uiconfig/basicide/ui/libpage.ui:183
+msgctxt "libpage|extended_tip|edit"
+msgid "Opens the %PRODUCTNAME Basic editor so that you can modify the selected library."
+msgstr "መክፈቻ የ %PRODUCTNAME መሰረታዊ ማረሚያ ለማሻሻል የተመረጠውን መጻህፍት ቤት"
+
#. AjENj
-#: basctl/uiconfig/basicide/ui/libpage.ui:181
+#: basctl/uiconfig/basicide/ui/libpage.ui:195
msgctxt "libpage|password"
msgid "_Password..."
msgstr "የ _መግቢያ ቃል..."
+#. m79WV
+#: basctl/uiconfig/basicide/ui/libpage.ui:202
+msgctxt "libpage|extended_tip|password"
+msgid "Assigns or edits the password for the selected library."
+msgstr "ለተመረጠው መጻህፍት ቤት የ መግቢያ ቃል መመደቢያ ወይንም ማረሚያ:"
+
#. bzX6x
-#: basctl/uiconfig/basicide/ui/libpage.ui:195
+#: basctl/uiconfig/basicide/ui/libpage.ui:214
msgctxt "libpage|new"
msgid "_New..."
msgstr "_አዲስ..."
+#. Af6Jv
+#: basctl/uiconfig/basicide/ui/libpage.ui:221
+msgctxt "libpage|extended_tip|new"
+msgid "Creates a new library."
+msgstr "አዲስ መጻህፍት ቤት መፍጠሪያ"
+
#. EBVPe
-#: basctl/uiconfig/basicide/ui/libpage.ui:210
+#: basctl/uiconfig/basicide/ui/libpage.ui:234
msgctxt "libpage|import"
msgid "_Import..."
msgstr "_ማምጫ..."
+#. W7BzD
+#: basctl/uiconfig/basicide/ui/libpage.ui:241
+msgctxt "libpage|extended_tip|import"
+msgid "Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open."
+msgstr " ፈልጎ ማግኛ የ %PRODUCTNAME መሰረታዊ መጻህፍት ቤት እርስዎ መጨመር የሚፈልጉትን ወደ አሁኑ ዝርዝር ውስጥ: እና ከዛ ይጫኑ: መክፈቻ:"
+
#. GhHRH
-#: basctl/uiconfig/basicide/ui/libpage.ui:225
+#: basctl/uiconfig/basicide/ui/libpage.ui:254
msgctxt "libpage|export"
msgid "_Export..."
msgstr "_መላኪያ..."
+#. hMRJK
+#: basctl/uiconfig/basicide/ui/libpage.ui:277
+msgctxt "libpage|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
+#. dfZKj
+#: basctl/uiconfig/basicide/ui/libpage.ui:303
+msgctxt "libpage|extended_tip|LibPage"
+msgid "Select the application or the document containing the macro libraries that you want to organize."
+msgstr "እርስዎ ማደራጀት የሚፈልጉትን የ ማክሮ መጻህፍት ቤት የያዘውን ሰነድ ወይንም መተግበሪያ ይምረጡ:"
+
#. zrJTt
#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:16
msgctxt "managebreakpoints|ManageBreakpointsDialog"
msgid "Manage Breakpoints"
msgstr "የ መጨረሻ ነጥብ አስተዳዳሪ"
+#. TvBmF
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:40
+msgctxt "managebreakpoints|extended_tip|new"
+msgid "Creates a breakpoint on the line number specified."
+msgstr "የ መጨረሻ ነጥብ መፍጠሪያ በ ተወሰነው የ መስመር ቁጥር ላይ:"
+
+#. CCDEi
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:60
+msgctxt "managebreakpoints|extended_tip|delete"
+msgid "Deletes the selected breakpoint."
+msgstr "የ ተመረጠውን የ መጨረሻ ነጥብ ማጥፊያ:"
+
#. PcuyN
-#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:139
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:146
msgctxt "managebreakpoints|active"
msgid "Active"
msgstr "ንቁ"
+#. fqCCT
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:155
+msgctxt "managebreakpoints|extended_tip|active"
+msgid "Activates or deactivates the current breakpoint."
+msgstr "የ አሁኑን መጨረሻ ነጥብ ማስነሻ ወይንም ማቦዘኛ"
+
+#. MUMSv
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:218
+msgctxt "managebreakpoints|extended_tip|entries"
+msgid "Enter the line number for a new breakpoint, then click New."
+msgstr "የ መስመር ቁጥር ያስገቡ ለ መጨረሻ ነጥብ እና ከዛ ይጫኑ አዲስ."
+
+#. RVBS5
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:245
+msgctxt "managebreakpoints|extended_tip|pass"
+msgid "Specify the number of loops to perform before the breakpoint takes effect."
+msgstr ""
+
#. VDCwR
-#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:237
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:258
msgctxt "managebreakpoints|label2"
msgid "Pass count:"
msgstr "ቆጠራውን ማለፊያ:"
#. 5dExG
-#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:260
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:281
msgctxt "managebreakpoints|label1"
msgid "Breakpoints"
msgstr "መጨረሻ ነጥብ"
+#. FGsQQ
+#: basctl/uiconfig/basicide/ui/managebreakpoints.ui:308
+msgctxt "managebreakpoints|extended_tip|ManageBreakpointsDialog"
+msgid "Specifies the options for breakpoints."
+msgstr "ለ መጨረሻ ነጥቦች ምርጫ መወሰኛ"
+
#. M2Sx2
#: basctl/uiconfig/basicide/ui/managelanguages.ui:16
msgctxt "managelanguages|ManageLanguagesDialog"
@@ -929,42 +1163,102 @@ msgctxt "modulepage|label1"
msgid "M_odule:"
msgstr "ክ_ፍል:"
+#. fpUvr
+#: basctl/uiconfig/basicide/ui/modulepage.ui:92
+msgctxt "modulepage|extended_tip|library"
+msgid "Lists the existing macro libraries for the current application and any open documents."
+msgstr ""
+
+#. hBRpM
+#: basctl/uiconfig/basicide/ui/modulepage.ui:126
+msgctxt "modulepage|extended_tip|edit"
+msgid "Opens the %PRODUCTNAME Basic editor so that you can modify the selected library."
+msgstr "መክፈቻ የ %PRODUCTNAME መሰረታዊ ማረሚያ ለማሻሻል የተመረጠውን መጻህፍት ቤት"
+
#. KjBGM
-#: basctl/uiconfig/basicide/ui/modulepage.ui:129
+#: basctl/uiconfig/basicide/ui/modulepage.ui:138
msgctxt "modulepage|newmodule"
msgid "_New..."
msgstr "_አዲስ..."
+#. SGQMi
+#: basctl/uiconfig/basicide/ui/modulepage.ui:145
+msgctxt "modulepage|extended_tip|newmodule"
+msgid "Opens the editor and creates a new module."
+msgstr ""
+
#. RakoP
-#: basctl/uiconfig/basicide/ui/modulepage.ui:144
+#: basctl/uiconfig/basicide/ui/modulepage.ui:158
msgctxt "modulepage|newdialog"
msgid "_New..."
msgstr "_አዲስ..."
+#. AvaAy
+#: basctl/uiconfig/basicide/ui/modulepage.ui:165
+msgctxt "modulepage|extended_tip|newdialog"
+msgid "Lets you manage the macro libraries."
+msgstr "እርስዎን የ ማክሮስ መጻህፍት ቤት ማስተዳደር ያስችሎታል "
+
+#. LeigB
+#: basctl/uiconfig/basicide/ui/modulepage.ui:186
+msgctxt "modulepage|extended_tip|delete"
+msgid "Creates a new macro, or deletes the selected macro."
+msgstr "አዲስ ማክሮስ መፍጠሪያ ወይንም የተመረጠውን ማክሮስ ማጥፊያ "
+
#. 5FC8g
-#: basctl/uiconfig/basicide/ui/modulepage.ui:175
+#: basctl/uiconfig/basicide/ui/modulepage.ui:199
msgctxt "modulepage|password"
msgid "_Password..."
msgstr "የ _ መግቢያ ቃል..."
+#. apZrB
+#: basctl/uiconfig/basicide/ui/modulepage.ui:206
+msgctxt "modulepage|extended_tip|password"
+msgid "Assigns or edits the password for the selected library."
+msgstr ""
+
#. EgCDE
-#: basctl/uiconfig/basicide/ui/modulepage.ui:189
+#: basctl/uiconfig/basicide/ui/modulepage.ui:218
msgctxt "modulepage|import"
msgid "_Import..."
msgstr "_ማምጫ..."
+#. qCXgD
+#: basctl/uiconfig/basicide/ui/modulepage.ui:225
+msgctxt "modulepage|extended_tip|import"
+msgid "Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open."
+msgstr " ፈልጎ ማግኛ የ %PRODUCTNAME መሰረታዊ መጻህፍት ቤት እርስዎ መጨመር የሚፈልጉትን ወደ አሁኑ ዝርዝር ውስጥ: እና ከዛ ይጫኑ: መክፈቻ:"
+
#. GAYBh
-#: basctl/uiconfig/basicide/ui/modulepage.ui:203
+#: basctl/uiconfig/basicide/ui/modulepage.ui:237
msgctxt "modulepage|export"
msgid "_Export..."
msgstr "_ማምጫ..."
+#. 9Z2WP
+#: basctl/uiconfig/basicide/ui/modulepage.ui:263
+msgctxt "modulepage|extended_tip|ModulePage"
+msgid "Lists the existing modules or dialogs."
+msgstr ""
+
+#. rCNTN
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:32
+msgctxt "newlibdialog|extended_tip|ok"
+msgid "Runs or saves the current macro."
+msgstr "የ አሁኑን ማክሮስ ያስኬዳል ወይንም ያስቀምጣል "
+
#. Skwd5
-#: basctl/uiconfig/basicide/ui/newlibdialog.ui:86
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:91
msgctxt "newlibdialog|area"
msgid "_Name:"
msgstr "_ስም:"
+#. FWXXE
+#: basctl/uiconfig/basicide/ui/newlibdialog.ui:131
+msgctxt "newlibdialog|extended_tip|NewLibDialog"
+msgid "Enter a name for the new library or module."
+msgstr ""
+
#. uVgXz
#: basctl/uiconfig/basicide/ui/organizedialog.ui:8
msgctxt "organizedialog|OrganizeDialog"
@@ -988,3 +1282,21 @@ msgstr "ንግግሮች"
msgctxt "organizedialog|libraries"
msgid "Libraries"
msgstr "መጻህፍት ቤቶች"
+
+#. gsjtC
+#: basctl/uiconfig/basicide/ui/sortmenu.ui:12
+msgctxt "sortmenu|macrosort"
+msgid "_Sorting"
+msgstr ""
+
+#. GCbAJ
+#: basctl/uiconfig/basicide/ui/sortmenu.ui:22
+msgctxt "sortmenu|alphabetically"
+msgid "_Alphabetically"
+msgstr ""
+
+#. PBmML
+#: basctl/uiconfig/basicide/ui/sortmenu.ui:32
+msgctxt "sortmenu|properorder"
+msgid "_Proper order"
+msgstr ""
diff --git a/source/am/basic/messages.po b/source/am/basic/messages.po
index 96b49cb2ef8..c1893537268 100644
--- a/source/am/basic/messages.po
+++ b/source/am/basic/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:30+0100\n"
"PO-Revision-Date: 2019-05-19 16:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,813 +17,813 @@ msgstr ""
"X-POOTLE-MTIME: 1558283735.000000\n"
#. CacXi
-#: basic/inc/basic.hrc:27
+#: basic/inc/basic.hrc:26
msgctxt "RID_BASIC_START"
msgid "Syntax error."
msgstr "የ አገባብ ስህተት"
#. phEtF
-#: basic/inc/basic.hrc:28
+#: basic/inc/basic.hrc:27
msgctxt "RID_BASIC_START"
msgid "Return without Gosub."
msgstr "ያለ ንዑስ መሄጃ ይመልሳል"
#. xGnDD
-#: basic/inc/basic.hrc:29
+#: basic/inc/basic.hrc:28
msgctxt "RID_BASIC_START"
msgid "Incorrect entry; please retry."
msgstr "የ ተሳሳተ ማስገቢያ: እባክዎን እንደገና ይሞክሩ"
#. SDAtt
-#: basic/inc/basic.hrc:30
+#: basic/inc/basic.hrc:29
msgctxt "RID_BASIC_START"
msgid "Invalid procedure call."
msgstr "ዋጋ የሌለው የ አሰራር ጥሪ"
#. ERmVC
-#: basic/inc/basic.hrc:31
+#: basic/inc/basic.hrc:30
msgctxt "RID_BASIC_START"
msgid "Overflow."
msgstr "ሞልቶ ፈሰሰ"
#. 2Cqdp
-#: basic/inc/basic.hrc:32
+#: basic/inc/basic.hrc:31
msgctxt "RID_BASIC_START"
msgid "Not enough memory."
msgstr "በቂ ማስታወሻ የለም"
#. vQn2L
-#: basic/inc/basic.hrc:33
+#: basic/inc/basic.hrc:32
msgctxt "RID_BASIC_START"
msgid "Array already dimensioned."
msgstr "ማዘጋጃ ቀደም ብሎ አቅጣጫ ይዟል"
#. iXC8S
-#: basic/inc/basic.hrc:34
+#: basic/inc/basic.hrc:33
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
msgstr "ማውጫው ከ ተገለጸው መጠን ውጪ ነው"
#. puyiQ
-#: basic/inc/basic.hrc:35
+#: basic/inc/basic.hrc:34
msgctxt "RID_BASIC_START"
msgid "Duplicate definition."
msgstr "የተደገመ ትርጉም"
#. eqwCs
-#: basic/inc/basic.hrc:36
+#: basic/inc/basic.hrc:35
msgctxt "RID_BASIC_START"
msgid "Division by zero."
msgstr "በ ዜሮ ማካፈያ"
#. owjv6
-#: basic/inc/basic.hrc:37
+#: basic/inc/basic.hrc:36
msgctxt "RID_BASIC_START"
msgid "Variable not defined."
msgstr "ተለዋዋጩ አልተገለጸም"
#. oEA47
-#: basic/inc/basic.hrc:38
+#: basic/inc/basic.hrc:37
msgctxt "RID_BASIC_START"
msgid "Data type mismatch."
msgstr "የ ዳታው አይነት አይመሳሰልም"
#. bFP4H
-#: basic/inc/basic.hrc:39
+#: basic/inc/basic.hrc:38
msgctxt "RID_BASIC_START"
msgid "Invalid parameter."
msgstr "ዋጋ የሌለው ደንብ"
#. qZCrY
-#: basic/inc/basic.hrc:40
+#: basic/inc/basic.hrc:39
msgctxt "RID_BASIC_START"
msgid "Process interrupted by user."
msgstr "ሂደቱ በ ተጠቃሚው ተቋርጧል"
#. nnqTQ
-#: basic/inc/basic.hrc:41
+#: basic/inc/basic.hrc:40
msgctxt "RID_BASIC_START"
msgid "Resume without error."
msgstr "ያለ ስህተት መቀጠያ"
#. QGuZq
-#: basic/inc/basic.hrc:42
+#: basic/inc/basic.hrc:41
msgctxt "RID_BASIC_START"
msgid "Not enough stack memory."
msgstr "በቂ የተከማቸ ማስታወሻ የለም"
#. X8Anp
-#: basic/inc/basic.hrc:43
+#: basic/inc/basic.hrc:42
msgctxt "RID_BASIC_START"
msgid "Sub-procedure or function procedure not defined."
msgstr "ንዑስ-አሰራር ወይንም የ ተግባር አሰራር አልተገለጸም"
#. oF6VV
-#: basic/inc/basic.hrc:44
+#: basic/inc/basic.hrc:43
msgctxt "RID_BASIC_START"
msgid "Error loading DLL file."
msgstr "ስህተት የ DLL ፋይልን በ መጫን ላይ"
#. 9MUQ8
-#: basic/inc/basic.hrc:45
+#: basic/inc/basic.hrc:44
msgctxt "RID_BASIC_START"
msgid "Wrong DLL call convention."
msgstr "የ ተሳሳተ የ DLL ጥሪ ስብሰባ"
#. AoHjH
-#: basic/inc/basic.hrc:46
+#: basic/inc/basic.hrc:45
msgctxt "RID_BASIC_START"
msgid "Internal error $(ARG1)."
msgstr "የ ውስጥ ስህተት $(ARG1)"
#. wgNZg
-#: basic/inc/basic.hrc:47
+#: basic/inc/basic.hrc:46
msgctxt "RID_BASIC_START"
msgid "Invalid file name or file number."
msgstr "ዋጋ የሌለው የ ፋይል ስም ወይም የ ፋይል ቁጥር"
#. cdGJ5
-#: basic/inc/basic.hrc:48
+#: basic/inc/basic.hrc:47
msgctxt "RID_BASIC_START"
msgid "File not found."
msgstr "ፋይሉ አልተገኘም"
#. RQB3i
-#: basic/inc/basic.hrc:49
+#: basic/inc/basic.hrc:48
msgctxt "RID_BASIC_START"
msgid "Incorrect file mode."
msgstr "የተሳሳተ የ ፋይል ዘዴ"
#. 2UUYj
-#: basic/inc/basic.hrc:50
+#: basic/inc/basic.hrc:49
msgctxt "RID_BASIC_START"
msgid "File already open."
msgstr "ፋይሉ ቀደም ብሎ ተከፍቷል"
#. BRx4X
-#: basic/inc/basic.hrc:51
+#: basic/inc/basic.hrc:50
msgctxt "RID_BASIC_START"
msgid "Device I/O error."
msgstr "የ አካል I/O ስህተት"
#. 3wGUY
-#: basic/inc/basic.hrc:52
+#: basic/inc/basic.hrc:51
msgctxt "RID_BASIC_START"
msgid "File already exists."
msgstr "ፋይሉ ቀደም ሲል ነበር"
#. rAFCG
-#: basic/inc/basic.hrc:53
+#: basic/inc/basic.hrc:52
msgctxt "RID_BASIC_START"
msgid "Incorrect record length."
msgstr "የ ተሳሳተ የ መዝገብ እርዝመት"
#. EnLKw
-#: basic/inc/basic.hrc:54
+#: basic/inc/basic.hrc:53
msgctxt "RID_BASIC_START"
msgid "Disk or hard drive full."
msgstr "ዲስኩ ወይንም ሃርድ ድራይቩ ሙሉ ነው"
#. BFTP8
-#: basic/inc/basic.hrc:55
+#: basic/inc/basic.hrc:54
msgctxt "RID_BASIC_START"
msgid "Reading exceeds EOF."
msgstr "ማንበቢያ ጊዜው አልፏል EOF."
#. nuyE7
-#: basic/inc/basic.hrc:56
+#: basic/inc/basic.hrc:55
msgctxt "RID_BASIC_START"
msgid "Incorrect record number."
msgstr "የ ተሳሳተ የ መዝገብ ቁጥር"
#. sgdJF
-#: basic/inc/basic.hrc:57
+#: basic/inc/basic.hrc:56
msgctxt "RID_BASIC_START"
msgid "Too many files."
msgstr "በጣም ብዙ ፋይሎች"
#. 3iiGy
-#: basic/inc/basic.hrc:58
+#: basic/inc/basic.hrc:57
msgctxt "RID_BASIC_START"
msgid "Device not available."
msgstr "አካሉ አልተገኘም"
#. k7uzP
-#: basic/inc/basic.hrc:59
+#: basic/inc/basic.hrc:58
msgctxt "RID_BASIC_START"
msgid "Access denied."
msgstr "መድረስ ተከልክሏል"
#. WcKob
-#: basic/inc/basic.hrc:60
+#: basic/inc/basic.hrc:59
msgctxt "RID_BASIC_START"
msgid "Disk not ready."
msgstr "ዲስኩ ዝግጁ አይደለም"
#. JgiDa
-#: basic/inc/basic.hrc:61
+#: basic/inc/basic.hrc:60
msgctxt "RID_BASIC_START"
msgid "Not implemented."
msgstr "አልተፈጸመም"
#. mAxmt
-#: basic/inc/basic.hrc:62
+#: basic/inc/basic.hrc:61
msgctxt "RID_BASIC_START"
msgid "Renaming on different drives impossible."
msgstr "የተለዩ አካሎችን እንደገና መሰየም አይቻልም"
#. 8gEYf
-#: basic/inc/basic.hrc:63
+#: basic/inc/basic.hrc:62
msgctxt "RID_BASIC_START"
msgid "Path/File access error."
msgstr "መንገድ/ፋይል ጋር የ መድረስ ስህተት"
#. JefUT
-#: basic/inc/basic.hrc:64
+#: basic/inc/basic.hrc:63
msgctxt "RID_BASIC_START"
msgid "Path not found."
msgstr "መንገዱ አልተገኘም"
#. QXDRW
-#: basic/inc/basic.hrc:65
+#: basic/inc/basic.hrc:64
msgctxt "RID_BASIC_START"
msgid "Object variable not set."
msgstr "የ እቃ ተለዋዋጭ አልተሰናዳም"
#. Y9yi3
-#: basic/inc/basic.hrc:66
+#: basic/inc/basic.hrc:65
msgctxt "RID_BASIC_START"
msgid "Invalid string pattern."
msgstr "ዋጋ የሌለው የ ሀረግ ድግግሞሽ"
#. K7DhF
-#: basic/inc/basic.hrc:67
+#: basic/inc/basic.hrc:66
msgctxt "RID_BASIC_START"
msgid "Use of zero not permitted."
msgstr "ዜሮን መጠቀም አይፈቀድም"
#. cJT8h
-#: basic/inc/basic.hrc:68
+#: basic/inc/basic.hrc:67
msgctxt "RID_BASIC_START"
msgid "DDE Error."
msgstr "የ DDE ስህተት"
#. 6GqpS
-#: basic/inc/basic.hrc:69
+#: basic/inc/basic.hrc:68
msgctxt "RID_BASIC_START"
msgid "Awaiting response to DDE connection."
msgstr "መልስ በ መጠበቅ ላይ ከ DDE ግንኙነት"
#. eoE3n
-#: basic/inc/basic.hrc:70
+#: basic/inc/basic.hrc:69
msgctxt "RID_BASIC_START"
msgid "No DDE channels available."
msgstr "ምንም የ DDE ጣቢያዎች አልተገኙም"
#. uX7nT
-#: basic/inc/basic.hrc:71
+#: basic/inc/basic.hrc:70
msgctxt "RID_BASIC_START"
msgid "No application responded to DDE connect initiation."
msgstr "ምንም መተግበሪያ አልመለሰም ለ DDE ግንኙነት ማስነሻ"
#. TNaxB
-#: basic/inc/basic.hrc:72
+#: basic/inc/basic.hrc:71
msgctxt "RID_BASIC_START"
msgid "Too many applications responded to DDE connect initiation."
msgstr "በጣም በርካታ መተግበሪያዎች መልሰዋል ለ DDE ግንኙነት ማስነሻ"
#. VroGT
-#: basic/inc/basic.hrc:73
+#: basic/inc/basic.hrc:72
msgctxt "RID_BASIC_START"
msgid "DDE channel locked."
msgstr "የ DDE ጣቢያ ተቆልፏል"
#. Vg79x
-#: basic/inc/basic.hrc:74
+#: basic/inc/basic.hrc:73
msgctxt "RID_BASIC_START"
msgid "External application cannot execute DDE operation."
msgstr "የ ውጪ መተግበሪያ መፈጸም አይችልም የ DDE ተግባር"
#. DnKBx
-#: basic/inc/basic.hrc:75
+#: basic/inc/basic.hrc:74
msgctxt "RID_BASIC_START"
msgid "Timeout while waiting for DDE response."
msgstr "ከ DDE ምላሽ በ መጠበቅ ላይ እንዳለ ጊዜው አልፏል"
#. 4q3yy
-#: basic/inc/basic.hrc:76
+#: basic/inc/basic.hrc:75
msgctxt "RID_BASIC_START"
msgid "User pressed ESCAPE during DDE operation."
msgstr "ተጠቃሚው መዝለያ ቁልፍ ተጭኗል የ DDE ተግባር በ መሄድ ላይ እንዳለ"
#. 7WymF
-#: basic/inc/basic.hrc:77
+#: basic/inc/basic.hrc:76
msgctxt "RID_BASIC_START"
msgid "External application busy."
msgstr "የ ውጪ መተግበሪያ በ ስራ ላይ ነው"
#. GGDRf
-#: basic/inc/basic.hrc:78
+#: basic/inc/basic.hrc:77
msgctxt "RID_BASIC_START"
msgid "DDE operation without data."
msgstr "የ DDE ተግባር ያለ ዳታ"
#. p7sHC
-#: basic/inc/basic.hrc:79
+#: basic/inc/basic.hrc:78
msgctxt "RID_BASIC_START"
msgid "Data are in wrong format."
msgstr "ዳታው በተሳሰተ አቀራረብ ነው ያለው"
#. JDnmB
-#: basic/inc/basic.hrc:80
+#: basic/inc/basic.hrc:79
msgctxt "RID_BASIC_START"
msgid "External application has been terminated."
msgstr "የ ውጪ መተግበሪያ ተወግዷል"
#. VT4R2
-#: basic/inc/basic.hrc:81
+#: basic/inc/basic.hrc:80
msgctxt "RID_BASIC_START"
msgid "DDE connection interrupted or modified."
msgstr "የ DDE ግንኙነት ተቋርጧል ወይንም ተቀይሯል"
#. DgSMR
-#: basic/inc/basic.hrc:82
+#: basic/inc/basic.hrc:81
msgctxt "RID_BASIC_START"
msgid "DDE method invoked with no channel open."
msgstr "የ DDE ዘዴ ይጠይቃል ምንም ጣቢያ ሳይከፈት"
#. RHck4
-#: basic/inc/basic.hrc:83
+#: basic/inc/basic.hrc:82
msgctxt "RID_BASIC_START"
msgid "Invalid DDE link format."
msgstr "ዋጋ የሌለው የ DDE አገናኝ አቀራረብ"
#. DUsPA
-#: basic/inc/basic.hrc:84
+#: basic/inc/basic.hrc:83
msgctxt "RID_BASIC_START"
msgid "DDE message has been lost."
msgstr "የ DDE መልእክት ጠፍቷል"
#. FhoZY
-#: basic/inc/basic.hrc:85
+#: basic/inc/basic.hrc:84
msgctxt "RID_BASIC_START"
msgid "Paste link already performed."
msgstr "አገናኝ መለጠፉ ቀደም ብሎ ተፈጽሟል"
#. SQyEF
-#: basic/inc/basic.hrc:86
+#: basic/inc/basic.hrc:85
msgctxt "RID_BASIC_START"
msgid "Link mode cannot be set due to invalid link topic."
msgstr "አገናኝ ዘዴ ማሰናዳት አልተቻለም በ ዋጋ የሌለው አገናኝ አርእስት የተነሳ"
#. J2Rf3
-#: basic/inc/basic.hrc:87
+#: basic/inc/basic.hrc:86
msgctxt "RID_BASIC_START"
msgid "DDE requires the DDEML.DLL file."
msgstr "DDE ይፈልጋል የ DDEML.DLL ፋይል."
#. yfBfX
-#: basic/inc/basic.hrc:88
+#: basic/inc/basic.hrc:87
msgctxt "RID_BASIC_START"
msgid "Module cannot be loaded; invalid format."
msgstr "ክፍሉን መጫን አልተቻለም: ዋጋ የሌለው አቀራረብ"
#. eCEEV
-#: basic/inc/basic.hrc:89
+#: basic/inc/basic.hrc:88
msgctxt "RID_BASIC_START"
msgid "Invalid object index."
msgstr "ዋጋ የሌለው የ እቃ ማውጫ"
#. GLCzx
-#: basic/inc/basic.hrc:90
+#: basic/inc/basic.hrc:89
msgctxt "RID_BASIC_START"
msgid "Object is not available."
msgstr "እቃው ዝግጁ አይደለም"
#. nfXrp
-#: basic/inc/basic.hrc:91
+#: basic/inc/basic.hrc:90
msgctxt "RID_BASIC_START"
msgid "Incorrect property value."
msgstr "የተሳሳተ የ ባህሪ ዋጋ"
#. 8qjhR
-#: basic/inc/basic.hrc:92
+#: basic/inc/basic.hrc:91
msgctxt "RID_BASIC_START"
msgid "This property is read-only."
msgstr "ይህ ባህሪ ለ ንባብ-ብቻ ነው"
#. ScKEy
-#: basic/inc/basic.hrc:93
+#: basic/inc/basic.hrc:92
msgctxt "RID_BASIC_START"
msgid "This property is write only."
msgstr "ይህ ባህሪ ለ መጻፍ ብቻ ነው"
#. kTCMC
-#: basic/inc/basic.hrc:94
+#: basic/inc/basic.hrc:93
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
msgstr "ዋጋ የሌለው ማመሳከሪያ"
#. fz98J
-#: basic/inc/basic.hrc:95
+#: basic/inc/basic.hrc:94
msgctxt "RID_BASIC_START"
msgid "Property or method not found: $(ARG1)."
msgstr "ባህሪው ወይም ዘዴው አልተገኘም: $(ARG1)"
#. rWwbT
-#: basic/inc/basic.hrc:96
+#: basic/inc/basic.hrc:95
msgctxt "RID_BASIC_START"
msgid "Object required."
msgstr "እቃ ያስፈልጋል"
#. b3XBE
-#: basic/inc/basic.hrc:97
+#: basic/inc/basic.hrc:96
msgctxt "RID_BASIC_START"
msgid "Invalid use of an object."
msgstr "ዋጋ የሌለው የ እቃ አጠቃቀም"
#. pM7Vq
-#: basic/inc/basic.hrc:98
+#: basic/inc/basic.hrc:97
msgctxt "RID_BASIC_START"
msgid "OLE Automation is not supported by this object."
msgstr "የ OLE ራሱ በራሱ በዚህ እቃ የተደገፍ አይደለም"
#. HMAey
-#: basic/inc/basic.hrc:99
+#: basic/inc/basic.hrc:98
msgctxt "RID_BASIC_START"
msgid "This property or method is not supported by the object."
msgstr "ይህ ባህሪ ወይም ዘዴ በ እቃው የተደገፈ አይደለም"
#. DMts6
-#: basic/inc/basic.hrc:100
+#: basic/inc/basic.hrc:99
msgctxt "RID_BASIC_START"
msgid "OLE Automation Error."
msgstr "የ OLE ራሱ በራሱ ስህተት"
#. 3VsB3
-#: basic/inc/basic.hrc:101
+#: basic/inc/basic.hrc:100
msgctxt "RID_BASIC_START"
msgid "This action is not supported by given object."
msgstr "ይህ ተግባር በ ተሰጠው እቃ የተደገፈ አይደለም"
#. vgvzF
-#: basic/inc/basic.hrc:102
+#: basic/inc/basic.hrc:101
msgctxt "RID_BASIC_START"
msgid "Named arguments are not supported by given object."
msgstr "የተሰየመው ክርክር በ ተሰጠው እቃ የተደገፈ አይደለም"
#. 4aZxy
-#: basic/inc/basic.hrc:103
+#: basic/inc/basic.hrc:102
msgctxt "RID_BASIC_START"
msgid "The current locale setting is not supported by the given object."
msgstr "የ አሁኑ ቋንቋ ማሰናጃ የ ተደገፈ አይደለም ለ ተሰጠው እቃ"
#. AoqGh
-#: basic/inc/basic.hrc:104
+#: basic/inc/basic.hrc:103
msgctxt "RID_BASIC_START"
msgid "Named argument not found."
msgstr "የተሰየመው ክርክር አልተገኘም"
#. G2sC5
-#: basic/inc/basic.hrc:105
+#: basic/inc/basic.hrc:104
msgctxt "RID_BASIC_START"
msgid "Argument is not optional."
msgstr "ክርክር ምርጫ አይደለም"
#. v78nF
-#: basic/inc/basic.hrc:106 basic/inc/basic.hrc:114
+#: basic/inc/basic.hrc:105 basic/inc/basic.hrc:113
msgctxt "RID_BASIC_START"
msgid "Invalid number of arguments."
msgstr "ዋጋ የሌለው የ ቁጥር ክርክር"
#. DVFF3
-#: basic/inc/basic.hrc:107
+#: basic/inc/basic.hrc:106
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
msgstr "እቃው ዝርዝር አይደለም"
#. zDijP
-#: basic/inc/basic.hrc:108
+#: basic/inc/basic.hrc:107
msgctxt "RID_BASIC_START"
msgid "Invalid ordinal number."
msgstr "ዋጋ የሌለው መደበኛ ቁጥር"
#. uY35B
-#: basic/inc/basic.hrc:109
+#: basic/inc/basic.hrc:108
msgctxt "RID_BASIC_START"
msgid "Specified DLL function not found."
msgstr "የተወሰነው የ DLL ተግባር አልተገኘም"
#. MPTAv
-#: basic/inc/basic.hrc:110
+#: basic/inc/basic.hrc:109
msgctxt "RID_BASIC_START"
msgid "Invalid clipboard format."
msgstr "ዋጋ የሌለው የ ቁራጭ ሰሌዳ አቀራረብ"
#. UC2FV
-#: basic/inc/basic.hrc:111
+#: basic/inc/basic.hrc:110
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
msgstr "እቃው ይህ ባህሪ የለውም"
#. 9JEU2
-#: basic/inc/basic.hrc:112
+#: basic/inc/basic.hrc:111
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
msgstr "እቃው ይህ ዘዴ የለውም"
#. azsCo
-#: basic/inc/basic.hrc:113
+#: basic/inc/basic.hrc:112
msgctxt "RID_BASIC_START"
msgid "Required argument lacking."
msgstr "የሚያስፈልገው ክርክር አልተገኘም"
#. 9WA8D
-#: basic/inc/basic.hrc:115
+#: basic/inc/basic.hrc:114
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
msgstr "ዘዴው ሲፈጸም ስህተት ተፈጥሯል"
#. N3vcw
-#: basic/inc/basic.hrc:116
+#: basic/inc/basic.hrc:115
msgctxt "RID_BASIC_START"
msgid "Unable to set property."
msgstr "ባህሪ ማሰናዳት አልተቻለም"
#. k82XW
-#: basic/inc/basic.hrc:117
+#: basic/inc/basic.hrc:116
msgctxt "RID_BASIC_START"
msgid "Unable to determine property."
msgstr "ባህሪውን መወሰን አልተቻለም"
#. 5cGpa
#. Compiler errors. These are not runtime errors.
-#: basic/inc/basic.hrc:119
+#: basic/inc/basic.hrc:118
msgctxt "RID_BASIC_START"
msgid "Unexpected symbol: $(ARG1)."
msgstr "ያልተጠበቀ ምልክት: $(ARG1)"
#. SBpod
-#: basic/inc/basic.hrc:120
+#: basic/inc/basic.hrc:119
msgctxt "RID_BASIC_START"
msgid "Expected: $(ARG1)."
msgstr "የተጠበቀ: $(ARG1)"
#. JBaEp
-#: basic/inc/basic.hrc:121
+#: basic/inc/basic.hrc:120
msgctxt "RID_BASIC_START"
msgid "Symbol expected."
msgstr "የተጠበቀ ምልክት"
#. CkAE9
-#: basic/inc/basic.hrc:122
+#: basic/inc/basic.hrc:121
msgctxt "RID_BASIC_START"
msgid "Variable expected."
msgstr "የተጠበቀ ተለዋዋጭ"
#. DS5cS
-#: basic/inc/basic.hrc:123
+#: basic/inc/basic.hrc:122
msgctxt "RID_BASIC_START"
msgid "Label expected."
msgstr "የተጠበቀ ምልክት"
#. k2myJ
-#: basic/inc/basic.hrc:124
+#: basic/inc/basic.hrc:123
msgctxt "RID_BASIC_START"
msgid "Value cannot be applied."
msgstr "ዋጋውን መፈጸም አይቻልም"
#. oPCtL
-#: basic/inc/basic.hrc:125
+#: basic/inc/basic.hrc:124
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) already defined."
msgstr "ተለዋዋጭ $(ARG1) ቀደም ብሎ ተገልጿል"
#. WmiB6
-#: basic/inc/basic.hrc:126
+#: basic/inc/basic.hrc:125
msgctxt "RID_BASIC_START"
msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "ንዑስ-አሰራር ወይንም የ ተግባር አሰራር $(ARG1) በ ቅድሚያ ተገልጿል"
#. byksZ
-#: basic/inc/basic.hrc:127
+#: basic/inc/basic.hrc:126
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) already defined."
msgstr "ምልክት $(ARG1) ቀደም ብሎ ተገልጿል"
#. GHdG4
-#: basic/inc/basic.hrc:128
+#: basic/inc/basic.hrc:127
msgctxt "RID_BASIC_START"
msgid "Variable $(ARG1) not found."
msgstr "ተለዋጩ $(ARG1) አልተገኘም"
#. DksBU
-#: basic/inc/basic.hrc:129
+#: basic/inc/basic.hrc:128
msgctxt "RID_BASIC_START"
msgid "Array or procedure $(ARG1) not found."
msgstr "የማዘጋጃው ሂደት $(ARG1) አልተገኘም"
#. 7CD6B
-#: basic/inc/basic.hrc:130
+#: basic/inc/basic.hrc:129
msgctxt "RID_BASIC_START"
msgid "Procedure $(ARG1) not found."
msgstr "አሰራሩ $(ARG1) አልተገኘም"
#. GREm3
-#: basic/inc/basic.hrc:131
+#: basic/inc/basic.hrc:130
msgctxt "RID_BASIC_START"
msgid "Label $(ARG1) undefined."
msgstr "ምልክት $(ARG1) አልተገለጸም"
#. 2VFZq
-#: basic/inc/basic.hrc:132
+#: basic/inc/basic.hrc:131
msgctxt "RID_BASIC_START"
msgid "Unknown data type $(ARG1)."
msgstr "ያልታወቀ የ ዳታ አይነት $(ARG1)"
#. hvsH3
-#: basic/inc/basic.hrc:133
+#: basic/inc/basic.hrc:132
msgctxt "RID_BASIC_START"
msgid "Exit $(ARG1) expected."
msgstr "መውጫ $(ARG1) የተጠበቀ"
#. 7kZX5
-#: basic/inc/basic.hrc:134
+#: basic/inc/basic.hrc:133
msgctxt "RID_BASIC_START"
msgid "Statement block still open: $(ARG1) missing."
msgstr "አረፍተ ነገር መከልከያ እንደ ተከፈተ ነው: $(ARG1) ጎድሏል"
#. EysAe
-#: basic/inc/basic.hrc:135
+#: basic/inc/basic.hrc:134
msgctxt "RID_BASIC_START"
msgid "Parentheses do not match."
msgstr "ቅንፎቹ አይመሳሰሉም"
#. tGqRY
-#: basic/inc/basic.hrc:136
+#: basic/inc/basic.hrc:135
msgctxt "RID_BASIC_START"
msgid "Symbol $(ARG1) already defined differently."
msgstr "ምልክት $(ARG1) ቀደም ብሎ በተለየ መንገድ ተገልጿል"
#. Nvysh
-#: basic/inc/basic.hrc:137
+#: basic/inc/basic.hrc:136
msgctxt "RID_BASIC_START"
msgid "Parameters do not correspond to procedure."
msgstr "ደንቦቹ ከ አሰራሩ ጋር አይመሳሰሉም"
#. aLCNz
-#: basic/inc/basic.hrc:138
+#: basic/inc/basic.hrc:137
msgctxt "RID_BASIC_START"
msgid "Invalid character in number."
msgstr "ዋጋ የሌለው ባህሪ በ ቁጥር ውስጥ"
#. ZL3GF
-#: basic/inc/basic.hrc:139
+#: basic/inc/basic.hrc:138
msgctxt "RID_BASIC_START"
msgid "Array must be dimensioned."
msgstr "ማዘጋጃ አቅጣጫ መያዝ አለበት"
#. bvzvK
-#: basic/inc/basic.hrc:140
+#: basic/inc/basic.hrc:139
msgctxt "RID_BASIC_START"
msgid "Else/Endif without If."
msgstr "ያለ በለዚያ/መጨረሻ ከሆነ: ያለ ከሆነ"
#. BPHwC
-#: basic/inc/basic.hrc:141
+#: basic/inc/basic.hrc:140
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) በ አሰራሩ ውስጥ የተፈቀደ አይደለም"
#. t4CFy
-#: basic/inc/basic.hrc:142
+#: basic/inc/basic.hrc:141
msgctxt "RID_BASIC_START"
msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) ከ አሰራሩ ውጪ የተፈቀደ አይደለም"
#. BAmBZ
-#: basic/inc/basic.hrc:143
+#: basic/inc/basic.hrc:142
msgctxt "RID_BASIC_START"
msgid "Dimension specifications do not match."
msgstr "የተገለጸው አቅጣጫ አይመሳሰልም"
#. kKjmy
-#: basic/inc/basic.hrc:144
+#: basic/inc/basic.hrc:143
msgctxt "RID_BASIC_START"
msgid "Unknown option: $(ARG1)."
msgstr "ያልታወቀ ምርጫ: $(ARG1)"
#. LCo58
-#: basic/inc/basic.hrc:145
+#: basic/inc/basic.hrc:144
msgctxt "RID_BASIC_START"
msgid "Constant $(ARG1) redefined."
msgstr "የማያቋርጥ $(ARG1) እንደገና መግለጫ"
#. Dx6YA
-#: basic/inc/basic.hrc:146
+#: basic/inc/basic.hrc:145
msgctxt "RID_BASIC_START"
msgid "Program too large."
msgstr "ፕሮግራሙ በጣም ትልቅ ነው"
#. aAKCD
-#: basic/inc/basic.hrc:147
+#: basic/inc/basic.hrc:146
msgctxt "RID_BASIC_START"
msgid "Strings or arrays not permitted."
msgstr "ሐረጎች ወይንም ማዘጋጀት አይፈቀድም"
#. gqBGJ
-#: basic/inc/basic.hrc:148
+#: basic/inc/basic.hrc:147
msgctxt "RID_BASIC_START"
msgid "An exception occurred $(ARG1)."
msgstr "የ ተለየ ነገር ተፈጥሯል $(ARG1)."
#. YTygS
-#: basic/inc/basic.hrc:149
+#: basic/inc/basic.hrc:148
msgctxt "RID_BASIC_START"
msgid "This array is fixed or temporarily locked."
msgstr "ይህ ማዘጋጃ ተቆልፏል ወይንም ለ ጊዜው ተቆልፏል"
#. AwvaS
-#: basic/inc/basic.hrc:150
+#: basic/inc/basic.hrc:149
msgctxt "RID_BASIC_START"
msgid "Out of string space."
msgstr "ለ ሀረግ ቦታ የለም"
#. VosXA
-#: basic/inc/basic.hrc:151
+#: basic/inc/basic.hrc:150
msgctxt "RID_BASIC_START"
msgid "Expression Too Complex."
msgstr "አገላለጽ ውስብስብ ነው"
#. fYWci
-#: basic/inc/basic.hrc:152
+#: basic/inc/basic.hrc:151
msgctxt "RID_BASIC_START"
msgid "Can't perform requested operation."
msgstr "የተጠየቀውን ስራ መስራት አልተቻለም"
#. oGvjJ
-#: basic/inc/basic.hrc:153
+#: basic/inc/basic.hrc:152
msgctxt "RID_BASIC_START"
msgid "Too many DLL application clients."
msgstr "በርካታ የ DLL መተግበሪያ ደንበኞች"
#. tC47t
-#: basic/inc/basic.hrc:154
+#: basic/inc/basic.hrc:153
msgctxt "RID_BASIC_START"
msgid "For loop not initialized."
msgstr "ዙር አልጀመረም"
#. DA4GN
-#: basic/inc/basic.hrc:155
+#: basic/inc/basic.hrc:154
msgctxt "RID_BASIC_START"
msgid "$(ARG1)"
msgstr "$(ARG1)"
#. Vtc9n
-#: basic/inc/strings.hrc:25
+#: basic/inc/strings.hrc:24
msgctxt "STR_BASICKEY_FORMAT_ON"
msgid "On"
msgstr "ማብሪያ"
#. yUCEp
-#: basic/inc/strings.hrc:26
+#: basic/inc/strings.hrc:25
msgctxt "STR_BASICKEY_FORMAT_OFF"
msgid "Off"
msgstr "ማጥፊያ"
#. iGZeR
-#: basic/inc/strings.hrc:27
+#: basic/inc/strings.hrc:26
msgctxt "STR_BASICKEY_FORMAT_TRUE"
msgid "True"
msgstr "እውነት"
#. Vcbum
-#: basic/inc/strings.hrc:28
+#: basic/inc/strings.hrc:27
msgctxt "STR_BASICKEY_FORMAT_FALSE"
msgid "False"
msgstr "ሀሰት"
#. wGj5U
-#: basic/inc/strings.hrc:29
+#: basic/inc/strings.hrc:28
msgctxt "STR_BASICKEY_FORMAT_YES"
msgid "Yes"
msgstr "አዎ"
#. TYgJR
-#: basic/inc/strings.hrc:30
+#: basic/inc/strings.hrc:29
msgctxt "STR_BASICKEY_FORMAT_NO"
msgid "No"
msgstr "አይ"
#. YXUyZ
#. format currency
-#: basic/inc/strings.hrc:32
+#: basic/inc/strings.hrc:31
msgctxt "STR_BASICKEY_FORMAT_CURRENCY"
msgid "@0.00 $;@(0.00 $)"
msgstr "@0.00 $;@(0.00 $)"
#. AP2X4
-#: basic/inc/strings.hrc:34
+#: basic/inc/strings.hrc:33
msgctxt "IDS_SBERR_TERMINATED"
msgid "The macro running has been interrupted"
msgstr "እየሄደ ያለው ማክሮ ተቋርጧል"
diff --git a/source/am/chart2/messages.po b/source/am/chart2/messages.po
index 7aea8999861..4477a5db05b 100644
--- a/source/am/chart2/messages.po
+++ b/source/am/chart2/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:30+0100\n"
"PO-Revision-Date: 2020-10-19 15:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/am/>\n"
@@ -17,25 +17,25 @@ msgstr ""
"X-POOTLE-MTIME: 1559505967.000000\n"
#. NCRDD
-#: chart2/inc/chart.hrc:17
+#: chart2/inc/chart.hrc:16
msgctxt "tp_ChartType|liststore1"
msgid "Bar"
msgstr "መደርደሪያ"
#. YpLZF
-#: chart2/inc/chart.hrc:18
+#: chart2/inc/chart.hrc:17
msgctxt "tp_ChartType|liststore1"
msgid "Cylinder"
msgstr "ሲሊንደር"
#. VLXhh
-#: chart2/inc/chart.hrc:19
+#: chart2/inc/chart.hrc:18
msgctxt "tp_ChartType|liststore1"
msgid "Cone"
msgstr "ኮን"
#. xsWC2
-#: chart2/inc/chart.hrc:20
+#: chart2/inc/chart.hrc:19
msgctxt "tp_ChartType|liststore1"
msgid "Pyramid"
msgstr "ፒራሚድ"
@@ -1083,59 +1083,119 @@ msgid "Data Table"
msgstr "የዳታ ሰንጠረዥ"
#. ywdAz
-#: chart2/uiconfig/ui/chartdatadialog.ui:75
+#: chart2/uiconfig/ui/chartdatadialog.ui:72
msgctxt "chartdatadialog|InsertRow"
msgid "Insert Row"
msgstr "ረድፍ ማስገቢያ"
+#. 8ijLs
+#: chart2/uiconfig/ui/chartdatadialog.ui:77
+msgctxt "chartdatadialog|extended_tip|InsertRow"
+msgid "Inserts a new row below the current row."
+msgstr "ከ አሁኑ ረድፍ በታች አዲስ ረድፍ ማስገቢያ"
+
#. DDsFz
-#: chart2/uiconfig/ui/chartdatadialog.ui:88
+#: chart2/uiconfig/ui/chartdatadialog.ui:90
msgctxt "chartdatadialog|InsertColumn"
msgid "Insert Series"
msgstr "ተከታታይ ማስገቢያ"
+#. EjHBF
+#: chart2/uiconfig/ui/chartdatadialog.ui:95
+msgctxt "chartdatadialog|extended_tip|InsertColumn"
+msgid "Inserts a new data series after the current column."
+msgstr "ከ አሁኑ አምድ በታች አዲስ ተከታታይ ዳታ ማስገቢያ "
+
#. KuFy7
-#: chart2/uiconfig/ui/chartdatadialog.ui:101
+#: chart2/uiconfig/ui/chartdatadialog.ui:108
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
msgstr "የ ጽሁፍ አምድ ማስገቢያ"
+#. tVACy
+#: chart2/uiconfig/ui/chartdatadialog.ui:113
+msgctxt "chartdatadialog|extended_tip|InsertTextColumn"
+msgid "Inserts a new text column after the current column for hierarchical axes descriptions."
+msgstr "አዲስ የ ጽሁፍ አምድ ማስገቢያ ከ አሁኑ አምድ በኋላ ለ አክሲስ ደረጃ መግለጫ "
+
#. 4JgTE
-#: chart2/uiconfig/ui/chartdatadialog.ui:114
+#: chart2/uiconfig/ui/chartdatadialog.ui:126
msgctxt "chartdatadialog|RemoveRow"
msgid "Delete Row"
msgstr "ረድፍ ማጥፊያ"
+#. DVMcX
+#: chart2/uiconfig/ui/chartdatadialog.ui:131
+msgctxt "chartdatadialog|extended_tip|RemoveRow"
+msgid "Deletes the current row. It is not possible to delete the label row."
+msgstr "የ አሁኑን ረድፍ ማጥፊያ: ምልክት የተደረገበትን ረድፍ ማጥፋት አይይቻልም"
+
#. JCBmW
-#: chart2/uiconfig/ui/chartdatadialog.ui:127
+#: chart2/uiconfig/ui/chartdatadialog.ui:144
msgctxt "chartdatadialog|RemoveColumn"
msgid "Delete Series"
msgstr "ተከታታይ ማጥፊያ"
+#. mSCiJ
+#: chart2/uiconfig/ui/chartdatadialog.ui:149
+msgctxt "chartdatadialog|extended_tip|RemoveColumn"
+msgid "Deletes the current series or text column. It is not possible to delete the first text column."
+msgstr "የ አሁኑን ተከታታይ ወይንም የ ጽሁፍ አምድ ማጥፊያ: የ መጀመሪያውን የ ጽሁፍ አምድ ማጥፋት አይችሉም"
+
#. MUkk3
-#: chart2/uiconfig/ui/chartdatadialog.ui:150
+#: chart2/uiconfig/ui/chartdatadialog.ui:172
msgctxt "chartdatadialog|MoveLeftColumn"
msgid "Move Series Left"
msgstr "ተከታታይ ወደ ግራ ማንቀሳቀሻ"
+#. V7UUB
+#: chart2/uiconfig/ui/chartdatadialog.ui:177
+msgctxt "chartdatadialog|extended_tip|MoveLeftColumn"
+msgid "Switches the current column with its neighbor at the left."
+msgstr "የ አሁኑን አምድ መቀየሪያ በ ግራ በኩል ካለው ጎረቤቱ ጋር:"
+
#. DfxQy
-#: chart2/uiconfig/ui/chartdatadialog.ui:163
+#: chart2/uiconfig/ui/chartdatadialog.ui:190
msgctxt "chartdatadialog|MoveRightColumn"
msgid "Move Series Right"
msgstr "ተከታታይ ወደ ቀኝ ማንቀሳቀሻ"
+#. JxZC8
+#: chart2/uiconfig/ui/chartdatadialog.ui:195
+msgctxt "chartdatadialog|extended_tip|MoveRightColumn"
+msgid "Switches the current column with its neighbor at the right."
+msgstr "የ አሁኑን አምድ መቀየሪያ በ ቀኝ በኩል ካለው ጎረቤቱ ጋር "
+
#. EkxKw
-#: chart2/uiconfig/ui/chartdatadialog.ui:176
+#: chart2/uiconfig/ui/chartdatadialog.ui:208
msgctxt "chartdatadialog|MoveUpRow"
msgid "Move Row Up"
msgstr "ረድፍ ወደ ላይ ማንቀሳቀሻ"
+#. DnZTt
+#: chart2/uiconfig/ui/chartdatadialog.ui:213
+msgctxt "chartdatadialog|extended_tip|MoveUpRow"
+msgid "Switches the current row with its neighbor above."
+msgstr "የ አሁኑን ረድፍ መቀየሪያ ከ ላይ በኩል ካለው ጎረቤቱ ጋር:"
+
#. TvbuK
-#: chart2/uiconfig/ui/chartdatadialog.ui:189
+#: chart2/uiconfig/ui/chartdatadialog.ui:226
msgctxt "chartdatadialog|MoveDownRow"
msgid "Move Row Down"
msgstr "ረድፍ ወደ ታች ማንቀሳቀሻ"
+#. u8jmj
+#: chart2/uiconfig/ui/chartdatadialog.ui:231
+msgctxt "chartdatadialog|extended_tip|MoveDownRow"
+msgid "Switches the current row with its neighbor below."
+msgstr "የ አሁኑን ረድፍ መቀየሪያ ከ ታች በኩል ካለው ጎረቤቱ ጋር "
+
+#. rRJDK
+#: chart2/uiconfig/ui/chartdatadialog.ui:365
+msgctxt "chartdatadialog|extended_tip|ChartDataDialog"
+msgid "Opens the Data Table dialog where you can edit the chart data."
+msgstr "እርስዎ የ ቻርት ዳታ እንዲያርሙ: የ ዳታ ሰንጠረዥ ንግግር መክፈቻ:"
+
#. KbkRw
#: chart2/uiconfig/ui/charttypedialog.ui:8
msgctxt "charttypedialog|ChartTypeDialog"
@@ -1167,203 +1227,299 @@ msgid "Data Labels for all Data Series"
msgstr "የ ዳታ ምልክቶች ለሁሉም የ ዳታ ተከታታዮች"
#. ouq6P
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:108
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:105
msgctxt "dlg_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr "ዋጋውን እንደ _ቁጥር ማሳያ"
+#. sDLeD
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:114
+msgctxt "dlg_DataLabel|extended_tip|CB_VALUE_AS_NUMBER"
+msgid "Displays the absolute values of the data points."
+msgstr "የ ፍጹም ዋጋዎች የ ዳታ ነጥብ ማሳያ"
+
#. C2XXx
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:123
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:125
msgctxt "dlg_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr "ዋጋውን እንደ _ፐርሰንት ማሳያ"
+#. 5Hp8E
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:134
+msgctxt "dlg_DataLabel|extended_tip|CB_VALUE_AS_PERCENTAGE"
+msgid "Displays the percentage of the data points in each column."
+msgstr "በ አምድ ውስጥ ከ እያንዳንዱ የ ዳታ ነጥቦች አጠገብ በ ፕርሰንት ማሳያ"
+
#. MYzUe
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:138
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:145
msgctxt "dlg_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr "_ምድብ ማሳያ"
+#. oJGQF
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:154
+msgctxt "dlg_DataLabel|extended_tip|CB_CATEGORY"
+msgid "Shows the data point text labels."
+msgstr "የ ዳታ ነጥብ ጽሁፍ ምልክቶች ማሳያ"
+
#. 8mMDV
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:153
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:165
msgctxt "dlg_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr "_መግለጫ ቁልፍ ማሳያ"
+#. 7WADc
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:174
+msgctxt "dlg_DataLabel|extended_tip|CB_SYMBOL"
+msgid "Displays the legend icons next to each data point label."
+msgstr "የ መግለጫ ምልክቶች ማሳያ ከ እያንዳንዱ የ ዳታ ነጥብ ምልክት አጠገብ"
+
#. BA3kD
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:168
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:185
msgctxt "dlg_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr "በራሱ ጽሁፍ _መጠቅለያ"
#. bFd8g
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:183
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:200
msgctxt "dlg_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "የ ቁጥር _አቀራረብ..."
+#. yHa5z
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:208
+msgctxt "dlg_DataLabel|extended_tip|PB_NUMBERFORMAT"
+msgid "Opens a dialog to select the number format."
+msgstr "የ ቁጥር አቀራረብ ምርጫ ንግግር መክፈቻ"
+
#. cFD6D
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:197
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:219
msgctxt "dlg_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr "በ ፐርሰንት አ_ቀራረብ..."
+#. Wj42y
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:227
+msgctxt "dlg_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT"
+msgid "Opens a dialog to select the percentage format."
+msgstr "የ ፐርሰንት አቀራረብ ምርጫ ንግግር መክፈቻ"
+
#. ETbFx
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:213
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:240
msgctxt "dlg_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr "ABCD"
#. NvbuM
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:232
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:259
msgctxt "dlg_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "_መለያያ"
#. m8qsr
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:249
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:276
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "ክፍተት"
#. d6M3S
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:250
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:277
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr "ኮማ"
#. HUBkD
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:251
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:278
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr "ሴሚኮለን"
#. 3CaCX
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:252
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:279
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "አዲስ መስመር"
#. CAtwB
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:253
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:280
msgctxt "dlg_DataLabel|liststoreSEPARATOR"
msgid "Period"
msgstr "ጊዜ"
+#. 8Z3DJ
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:284
+msgctxt "dlg_DataLabel|extended_tip|LB_TEXT_SEPARATOR"
+msgid "Selects the separator between multiple text strings for the same object."
+msgstr "ለ ተመረጠው እቃ በ በርካታ የ ጽሁፍ ሀረጎች መካከል መለያያ መምረጫ"
+
#. FDBQW
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:278
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:310
msgctxt "dlg_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr "አቀማ_መጥ"
#. RBvRC
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:295
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:327
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr "በ ጥሩ ልክ"
#. CFGTS
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:296
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:328
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "መሀከል"
#. kxNDG
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:297
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:329
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "ከ ላይ"
#. dnhiD
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:298
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:330
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
#. TGuEk
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:299
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:331
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "በ ግራ"
#. eUxTR
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:300
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:332
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
#. CGQj7
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:301
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:333
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "ከ ታች"
#. UJ7uQ
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:302
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:334
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
#. nEFuG
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:303
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:335
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "ከ ታች በ ቀኝ በኩል"
#. NQCGE
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:304
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:336
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "ከ ላይ በቀኝ በኩል"
#. UagUt
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:305
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:337
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "ውስጥ"
#. y25DL
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:306
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:338
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "ውጪ"
#. 3HjyB
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:307
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:339
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr "ዋናው አጠገብ"
+#. TMEug
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:343
+msgctxt "dlg_DataLabel|extended_tip|LB_LABEL_PLACEMENT"
+msgid "Selects the placement of data labels relative to the objects."
+msgstr "ከ እቃው አንጻር የ ዳታ ምልክቶች አቀማመጥ ቦታ መምረጫ"
+
#. 69qZL
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:326
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:363
msgctxt "dlg_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr "የ ቁጥር አቀራረብ ለ ፐርሰንት ዋጋ"
#. mFeMA
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:344
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:381
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
msgstr "የ ጽሁፍ ባህሪዎች"
+#. gE7CA
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:425
+msgctxt "dlg_DataLabel|extended_tip|CT_DIAL"
+msgid "Click in the dial to set the text orientation for the data labels."
+msgstr "ይጫኑ በ መቆጣጠሪያው ላይ የ ጽሁፍ አቅጣጫ ለ ማሰናዳት"
+
+#. MjCoG
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:445
+msgctxt "dlg_DataLabel|extended_tip|NF_LABEL_DEGREES"
+msgid "Enter the counterclockwise rotation angle for the data labels."
+msgstr "ለ ዳታ ምልክቶች ከ ቀኝ ወደ ግራ ማዞሪያ አንግል ያስገቡ"
+
#. Jhjwb
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:412
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:459
msgctxt "dlg_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
#. vtVy2
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:437
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:484
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "የ ጽ_ሁፍ አቅጣጫ"
+#. tjcHp
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:501
+msgctxt "dlg_DataLabel|extended_tip|LB_LABEL_TEXTDIR"
+msgid "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."
+msgstr "ለ አንቀጽ የ ጽሁፍ አቅጣጫ ይወስኑ ለ ውስብስብ ጽሁፍ እቅድ (CTL). ይህ ገጽታ የሚኖረው የ ውስብስብ ጽሁፍ እቅድ ድጋፍን ሲያስችሉ ነው"
+
#. xpAEz
-#: chart2/uiconfig/ui/dlg_DataLabel.ui:474
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:526
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
msgstr "ጽሁፍ ማዞሪያ"
+#. NpD8D
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:559
+msgctxt "dlg_DataLabel|CB_CUSTOM_LEADER_LINES"
+msgid "_Connect displaced data labels to data points"
+msgstr "_አገናኝ የተለያዩ የ ዳታ ምልክቶች ወደ ዳታ ነጥብ:"
+
+#. MJdmK
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:568
+msgctxt "dlg_DataLabel|extended_tip|CB_CUSTOM_LEADER_LINES"
+msgid "Draws a line connecting the data labels to the data points"
+msgstr "የ ዳታ ምልክቶች ወደ ዳታ ነጥብ አገናኝ መስመር መሳያ:"
+
+#. UKVF9
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:586
+msgctxt "dlg_DataLabel|label3"
+msgid "Leader Lines"
+msgstr "ቀዳሚ መስመሮች"
+
+#. 6bBph
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:602
+msgctxt "dlg_DataLabel|extended_tip|tp_DataLabel"
+msgid "Opens the Data Labels dialog, which enables you to set the data labels."
+msgstr "መክፈቻ የ ዳታ ምልክቶች ንግግር፡ የ ዳታ ምልክቶች ማሰናዳት ያስችሎታል"
+
+#. bt7D7
+#: chart2/uiconfig/ui/dlg_DataLabel.ui:624
+msgctxt "dlg_DataLabel|extended_tip|dlg_DataLabels"
+msgid "Opens the Data Labels dialog, which enables you to set the data labels."
+msgstr "መክፈቻ የ ዳታ ምልክቶች ንግግር፡ የ ዳታ ምልክቶች ማሰናዳት ያስችሎታል"
+
#. 3GUtp
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:28
msgctxt "dlg_InsertErrorBars|dlg_InsertErrorBars"
@@ -1371,133 +1527,229 @@ msgid "Legend"
msgstr "መግለጫ"
#. 9Wf9T
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:131
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:128
msgctxt "dlg_InsertErrorBars|RB_NONE"
msgid "_None"
msgstr "_ምንም"
+#. pvfsb
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:137
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_NONE"
+msgid "Does not show any error bars."
+msgstr "ምንም የ ስህተት መደርደሪያ አያሳይም"
+
#. sMZoy
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:147
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:149
msgctxt "dlg_InsertErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr "_የማያቋርጥ ዋጋ"
+#. oDzF5
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:159
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_CONST"
+msgid "Displays constant values that you specify in the Parameters area."
+msgstr "መደበኛ ዋጋ ማሳያ እርስዎ የወሰኑትን በ ደንቦች ቦታ ውስጥ "
+
#. UzxQQ
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:164
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:171
msgctxt "dlg_InsertErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr "_ፐርሰንት"
+#. bGDm2
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:181
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_PERCENT"
+msgid "Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area."
+msgstr "ፐርሰንቴጅ ማሳያ: ማሳያው የሚያመሳክረው ለ ተመሳሳይ ዳታ ነጥብ ነው: ፐርሰንቴጅ በ ደንቦች ቦታ ማሰናጃ ውስጥ "
+
+#. tSBH9
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:207
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_FUNCTION"
+msgid "Select a function to calculate the error bars."
+msgstr "የ ስህተት መደርደሪያ ለማስላት ተግባር ይምረጡ"
+
#. fkUNn
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:205
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:222
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
#. zpc6d
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:206
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:223
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
#. wA6LE
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:207
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:224
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "ልዩነቶች"
#. UASm3
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:208
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:225
msgctxt "dlg_InsertErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr "የ ስህተት መስመር"
+#. vqTAT
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:229
+msgctxt "dlg_InsertErrorBars|extended_tip|LB_FUNCTION"
+msgid "Select a function to calculate the error bars."
+msgstr "የ ስህተት መደርደሪያ ለማስላት ተግባር ይምረጡ"
+
#. Z5yGF
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:226
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:248
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr "የ ክፍል _መጠን"
+#. Vm5iS
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:258
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_RANGE"
+msgid "Click Cell Range and then specify a cell range from which to take the positive and negative error bar values."
+msgstr "ይጫኑ የ ክፍል መጠን ላይ እና ከዛ ይወስኑ የ ክፍል መጠን እርስዎ የ አዎንታዊ እና አሉታዊ የ ስህተት መደርደሪያ ዋጋዎች የሚወስዱበት "
+
#. vdvVR
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:249
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:276
msgctxt "dlg_InsertErrorBars|label1"
msgid "Error Category"
msgstr "የ ስህተት ምድብ"
#. oZaa3
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:282
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:309
msgctxt "dlg_InsertErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr "አዎንታዊ _እና አሉታዊ"
+#. aAhky
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:318
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_BOTH"
+msgid "Shows positive and negative error bars."
+msgstr "የ አዎንታዊ እና አሉታዊ ስህተት መደርደሪያ ማሳያ "
+
#. jJw8Y
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:297
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:329
msgctxt "dlg_InsertErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "አዎን_ታዊ"
+#. yXXuP
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:339
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_POSITIVE"
+msgid "Shows only positive error bars."
+msgstr "የ አዎንታዊ ስህተት መደርደሪያ ብቻ ማሳያ"
+
#. 6YgbM
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:313
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:350
msgctxt "dlg_InsertErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "አሉ_ታዊ"
+#. KsYHq
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:360
+msgctxt "dlg_InsertErrorBars|extended_tip|RB_NEGATIVE"
+msgid "Shows only negative error bars."
+msgstr "የ አሉታዊ ስህተት መደርደሪያ ብቻ ማሳያ"
+
#. fkKQH
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:368
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:410
msgctxt "dlg_InsertErrorBars|label2"
msgid "Error Indicator"
msgstr "ስህተት መጠቆሚያ"
#. WWuZ8
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:416
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:458
msgctxt "dlg_InsertErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr "አ_ዎንታዊ (+)"
+#. EHq4d
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:476
+msgctxt "dlg_InsertErrorBars|extended_tip|MF_POSITIVE"
+msgid "Enter the value to add to the displayed value as the positive error value."
+msgstr "እርስዎ መጨመር የሚፈልጉትን ዋጋ ያስገቡ ለሚታየው ዋጋ እንደ አዎንታዊ የ ስህተት ዋጋ "
+
+#. SUBEs
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:494
+msgctxt "dlg_InsertErrorBars|extended_tip|ED_RANGE_POSITIVE"
+msgid "Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet."
+msgstr "እርስዎ የ አድራሻ መጠን ያስገቡ የ አዎንታዊ የ ስህተት ዋጋዎች የሚገኙበትን: የማሳጠሪያ ቁልፍ ይጠቀሙ መጠኑን ከ ወረቀት ውስጥ ለመምረጥ "
+
#. 5FfdH
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:457
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:509
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
+#. JYk3c
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:513
+msgctxt "dlg_InsertErrorBars|extended_tip|IB_RANGE_POSITIVE"
+msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
+msgstr "ይጫኑ ምልክቱን ንግግሩን ለማሳነስ: እና ከዛ አይጥ ይጠቀሙ በ ሰንጠረዥ ውስጥ የ ክፍሉን መጠን ለ መምረጥ: ይጫኑ ቁልፉን እንደገና ንግግሩን እንደ ነበር ለ መመለስ ወደ ሙሉ መጠን"
+
#. K9wAk
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:482
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:539
msgctxt "dlg_InsertErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr "_አሉታዊ (-)"
+#. Hzr6X
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:557
+msgctxt "dlg_InsertErrorBars|extended_tip|MF_NEGATIVE"
+msgid "Enter the value to subtract from the displayed value as the negative error value."
+msgstr "እርስዎ መጨመር የሚፈልጉትን ዋጋ ያስገቡ ለሚታየው ዋጋ እንደ አሉታዊ የ ስህተት ዋጋ "
+
+#. DTR5D
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:575
+msgctxt "dlg_InsertErrorBars|extended_tip|ED_RANGE_NEGATIVE"
+msgid "Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet."
+msgstr "እርስዎ የ አድራሻ መጠን ያስገቡ የ አሉታዊ የ ስህተት ዋጋዎች የሚገኙበትን: የማሳጠሪያ ቁልፍ ይጠቀሙ መጠኑን ከ ወረቀት ውስጥ ለመምረጥ "
+
#. jsckc
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:523
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:590
msgctxt "dlg_InsertErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
+#. mEwUr
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:594
+msgctxt "dlg_InsertErrorBars|extended_tip|IB_RANGE_NEGATIVE"
+msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
+msgstr "ይጫኑ ምልክቱን ንግግሩን ለማሳነስ: እና ከዛ አይጥ ይጠቀሙ በ ሰንጠረዥ ውስጥ የ ክፍሉን መጠን ለ መምረጥ: ይጫኑ ቁልፉን እንደገና ንግግሩን እንደ ነበር ለ መመለስ ወደ ሙሉ መጠን"
+
#. GZS6d
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:541
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:613
msgctxt "dlg_InsertErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr "አንድ አይነት ዋጋ ለሁለቱም"
+#. wTppD
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:622
+msgctxt "dlg_InsertErrorBars|extended_tip|CB_SYN_POS_NEG"
+msgid "Enable to use the positive error values also as negative error values. You can only change the value of the \"Positive (+)\" box. That value gets copied to the \"Negative (-)\" box automatically."
+msgstr "ያስችሉ ለ መጠቀም የ አዎንታዊ ስህተት ዋጋዎች እንዲሁም የ አሉታዊ ስህተት ዋጋዎች: እርስዎ መቀየር የሚችሉት የ \"አዎንታዊ (+)\" ሳጥን ብቻ ነው: ዋጋው ኮፒ ይደረጋል ወደ የ \"አሉታዊ (-)\" ሳጥን ውስጥ ራሱ በራሱ"
+
#. ogVMg
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:563
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:640
msgctxt "dlg_InsertErrorBars|label3"
msgid "Parameters"
msgstr "ደንቦች"
#. MXxxE
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:580
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:657
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr "የ አዎንታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
#. ixAQm
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:591
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:668
msgctxt "dlg_InsertErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr "የ አሉታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
#. 68LFy
-#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:602
+#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:679
msgctxt "dlg_InsertErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "ከ ዳታ ሰንጠረዥ"
@@ -1551,53 +1803,89 @@ msgid "Axes"
msgstr "አክሲስ"
#. 4Drc8
-#: chart2/uiconfig/ui/insertaxisdlg.ui:110
+#: chart2/uiconfig/ui/insertaxisdlg.ui:106
msgctxt "insertaxisdlg|primaryX"
msgid "_X axis"
msgstr "_X አክሲስ"
+#. QyAAw
+#: chart2/uiconfig/ui/insertaxisdlg.ui:115
+msgctxt "insertaxisdlg|extended_tip|primaryX"
+msgid "Displays the X axis as a line with subdivisions."
+msgstr "የ X አክሲስ በ ንዑስ ክፍሎች ውስጥ ማሳያ"
+
#. XeWVu
-#: chart2/uiconfig/ui/insertaxisdlg.ui:126
+#: chart2/uiconfig/ui/insertaxisdlg.ui:127
msgctxt "insertaxisdlg|primaryY"
msgid "_Y axis"
msgstr "_Y አክሲስ"
+#. 8ZzUp
+#: chart2/uiconfig/ui/insertaxisdlg.ui:136
+msgctxt "insertaxisdlg|extended_tip|primaryY"
+msgid "Displays the Y axis as a line with subdivisions."
+msgstr "የ Y አክሲስ በ ንዑስ ክፍሎች ውስጥ ማሳያ"
+
#. FoAXW
-#: chart2/uiconfig/ui/insertaxisdlg.ui:142
+#: chart2/uiconfig/ui/insertaxisdlg.ui:148
msgctxt "insertaxisdlg|primaryZ"
msgid "_Z axis"
msgstr "_Z አክሲስ"
+#. DgjxB
+#: chart2/uiconfig/ui/insertaxisdlg.ui:157
+msgctxt "insertaxisdlg|extended_tip|primaryZ"
+msgid "Displays the Z axis as a line with subdivisions."
+msgstr "የ Z አክሲስ በ ንዑስ ክፍሎች ውስጥ ማሳያ "
+
#. YZ7GG
-#: chart2/uiconfig/ui/insertaxisdlg.ui:165
+#: chart2/uiconfig/ui/insertaxisdlg.ui:176
msgctxt "insertaxisdlg|label1"
msgid "Axes"
msgstr "አክሲስ"
#. WEUFf
-#: chart2/uiconfig/ui/insertaxisdlg.ui:200
+#: chart2/uiconfig/ui/insertaxisdlg.ui:211
msgctxt "insertaxisdlg|secondaryX"
msgid "X _axis"
msgstr "X _አክሲስ"
+#. JGQhE
+#: chart2/uiconfig/ui/insertaxisdlg.ui:220
+msgctxt "insertaxisdlg|extended_tip|secondaryX"
+msgid "Displays a secondary X axis in the chart."
+msgstr "ሁለተኛ የ X አክሲስ በ ቻርትስ ውስጥ ማሳያ"
+
#. 598Gk
-#: chart2/uiconfig/ui/insertaxisdlg.ui:216
+#: chart2/uiconfig/ui/insertaxisdlg.ui:232
msgctxt "insertaxisdlg|secondaryY"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
+#. trDFK
+#: chart2/uiconfig/ui/insertaxisdlg.ui:241
+msgctxt "insertaxisdlg|extended_tip|secondaryY"
+msgid "The major axis and the secondary axis can have different scaling. For example, you can scale one axis to 2 in. and the other to 1.5 in. "
+msgstr "ዋናው አክሲስ እና ሁለተኛው አክሲስ የተለያያ መጠን ሊኖራቸው ይችላል: ለምሳሌ እርስው አንዱን አክሲስ በ 2 ኢንች እና ሌላውን በ 1.5 ኢንች ማድረግ ይችላሉ "
+
#. CAFjD
-#: chart2/uiconfig/ui/insertaxisdlg.ui:232
+#: chart2/uiconfig/ui/insertaxisdlg.ui:253
msgctxt "insertaxisdlg|secondaryZ"
msgid "Z axi_s"
msgstr "Z ዘን_ግ"
#. 2LQwV
-#: chart2/uiconfig/ui/insertaxisdlg.ui:255
+#: chart2/uiconfig/ui/insertaxisdlg.ui:276
msgctxt "insertaxisdlg|label2"
msgid "Secondary Axes"
msgstr "ሁለተኛ አክሲስ"
+#. 7yEDE
+#: chart2/uiconfig/ui/insertaxisdlg.ui:308
+msgctxt "insertaxisdlg|extended_tip|InsertAxisDialog"
+msgid "Specifies the axes to be displayed in the chart."
+msgstr "በ ቻርትስ ላይ የሚታየውን አክሲስ መወሰኛ"
+
#. 2eGKS
#: chart2/uiconfig/ui/insertgriddlg.ui:8
msgctxt "insertgriddlg|InsertGridDialog"
@@ -1605,53 +1893,95 @@ msgid "Grids"
msgstr "መጋጠሚያዎች"
#. adEgJ
-#: chart2/uiconfig/ui/insertgriddlg.ui:110
+#: chart2/uiconfig/ui/insertgriddlg.ui:106
msgctxt "insertgriddlg|primaryX"
msgid "_X axis"
msgstr "_X አክሲስ"
+#. TeVcH
+#: chart2/uiconfig/ui/insertgriddlg.ui:115
+msgctxt "insertgriddlg|extended_tip|primaryX"
+msgid "Adds gridlines to the X axis of the chart."
+msgstr "መጋጠሚያ መስመር መጨመሪያ ለ X አክሲስ ቻርትስ "
+
#. FEBZW
-#: chart2/uiconfig/ui/insertgriddlg.ui:126
+#: chart2/uiconfig/ui/insertgriddlg.ui:127
msgctxt "insertgriddlg|primaryY"
msgid "_Y axis"
msgstr "_Y አክሲስ"
+#. 6SmKJ
+#: chart2/uiconfig/ui/insertgriddlg.ui:136
+msgctxt "insertgriddlg|extended_tip|primaryY"
+msgid "Adds gridlines to the Y axis of the chart."
+msgstr "መጋጠሚያ መስመር መጨመሪያ ለ Y አክሲስ ቻርትስ "
+
#. XEXTu
-#: chart2/uiconfig/ui/insertgriddlg.ui:142
+#: chart2/uiconfig/ui/insertgriddlg.ui:148
msgctxt "insertgriddlg|primaryZ"
msgid "_Z axis"
msgstr "_Z አክሲስ"
+#. bF4Eb
+#: chart2/uiconfig/ui/insertgriddlg.ui:157
+msgctxt "insertgriddlg|extended_tip|primaryZ"
+msgid "Adds gridlines to the Z axis of the chart."
+msgstr "መጋጠሚያ መስመር መጨመሪያ ለ Z አክሲስ ቻርትስ "
+
#. 9QbAA
-#: chart2/uiconfig/ui/insertgriddlg.ui:165
+#: chart2/uiconfig/ui/insertgriddlg.ui:176
msgctxt "insertgriddlg|label1"
msgid "Major Grids"
msgstr "ከፍተኛ መጋጠሚያዎች"
#. wqXds
-#: chart2/uiconfig/ui/insertgriddlg.ui:200
+#: chart2/uiconfig/ui/insertgriddlg.ui:211
msgctxt "insertgriddlg|secondaryX"
msgid "X _axis"
msgstr "X _አክሲስ"
+#. cfAUn
+#: chart2/uiconfig/ui/insertgriddlg.ui:220
+msgctxt "insertgriddlg|extended_tip|secondaryX"
+msgid "Adds gridlines that subdivide the X axis into smaller sections."
+msgstr "መጋጠሚያ መስመር መጨመሪያ የ X አክሲስ ወደ ትንንሽ ክፍሎች ንዑስ መከፋፈያ"
+
#. PkzaY
-#: chart2/uiconfig/ui/insertgriddlg.ui:216
+#: chart2/uiconfig/ui/insertgriddlg.ui:232
msgctxt "insertgriddlg|secondaryY"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
+#. a3asH
+#: chart2/uiconfig/ui/insertgriddlg.ui:241
+msgctxt "insertgriddlg|extended_tip|secondaryY"
+msgid "Adds gridlines that subdivide the Y axis into smaller sections."
+msgstr "መጋጠሚያ መስመር መጨመሪያ የ Y አክሲስ ወደ ትንንሽ ክፍሎች ንዑስ መከፋፈያ"
+
#. CcCG8
-#: chart2/uiconfig/ui/insertgriddlg.ui:232
+#: chart2/uiconfig/ui/insertgriddlg.ui:253
msgctxt "insertgriddlg|secondaryZ"
msgid "Z axi_s"
msgstr "Z ዘን_ግ"
+#. hcj99
+#: chart2/uiconfig/ui/insertgriddlg.ui:262
+msgctxt "insertgriddlg|extended_tip|secondaryZ"
+msgid "Adds gridlines that subdivide the Z axis into smaller sections."
+msgstr "መጋጠሚያ መስመር መጨመሪያ ለ Z አክሲስ ቻርትስ"
+
#. QBQD4
-#: chart2/uiconfig/ui/insertgriddlg.ui:255
+#: chart2/uiconfig/ui/insertgriddlg.ui:281
msgctxt "insertgriddlg|label2"
msgid "Minor Grids"
msgstr "አነስተኛ መጋጠሚያዎች"
+#. URB9E
+#: chart2/uiconfig/ui/insertgriddlg.ui:313
+msgctxt "insertgriddlg|extended_tip|InsertGridDialog"
+msgid "You can divide the axes into sections by assigning gridlines to them. This allows you to get a better overview of the chart, especially if you are working with large charts."
+msgstr "እርስዎ መከፋፈል ይችላሉ አክሲስ ወደ ክፍሎች የ መጋጠሚያ መስመር በ መወሰን: ይህ እርስዎን የሚያስችለው ቻርትስ በ ጥሩ ሁኔታ እንዲያዩ ነው: በተለይ እርስዎ የሚሰሩ ከሆነ በጣም ትልቅ ቻርትስ ውስጥ "
+
#. rqADt
#: chart2/uiconfig/ui/inserttitledlg.ui:8
msgctxt "inserttitledlg|InsertTitleDialog"
@@ -1659,59 +1989,107 @@ msgid "Titles"
msgstr "አርእስቶች"
#. pAKf8
-#: chart2/uiconfig/ui/inserttitledlg.ui:94
+#: chart2/uiconfig/ui/inserttitledlg.ui:91
msgctxt "inserttitledlg|labelMainTitle"
msgid "_Title"
msgstr "_አርእስት"
#. ZBgRn
-#: chart2/uiconfig/ui/inserttitledlg.ui:108
+#: chart2/uiconfig/ui/inserttitledlg.ui:105
msgctxt "inserttitledlg|labelSubTitle"
msgid "_Subtitle"
msgstr "_ንዑስ አርእስት"
+#. aCRZ7
+#: chart2/uiconfig/ui/inserttitledlg.ui:123
+msgctxt "inserttitledlg|extended_tip|maintitle"
+msgid "Enter the desired title for the chart."
+msgstr "የሚፈለገውን የ ቻርት አርእስት ያስገቡ "
+
+#. 5eiq7
+#: chart2/uiconfig/ui/inserttitledlg.ui:140
+msgctxt "inserttitledlg|extended_tip|subtitle"
+msgid "Enter the desired subtitle for the chart."
+msgstr "የሚፈለገውን የ ቻርት ንዑስ አርእስት ያስገቡ "
+
#. y8KiH
-#: chart2/uiconfig/ui/inserttitledlg.ui:171
+#: chart2/uiconfig/ui/inserttitledlg.ui:178
msgctxt "inserttitledlg|labelPrimaryXaxis"
msgid "_X axis"
msgstr "_X አክሲስ"
#. RhsUT
-#: chart2/uiconfig/ui/inserttitledlg.ui:185
+#: chart2/uiconfig/ui/inserttitledlg.ui:192
msgctxt "inserttitledlg|labelPrimaryYaxis"
msgid "_Y axis"
msgstr "_Y አክሲስ"
#. ypJFt
-#: chart2/uiconfig/ui/inserttitledlg.ui:199
+#: chart2/uiconfig/ui/inserttitledlg.ui:206
msgctxt "inserttitledlg|labelPrimaryZaxis"
msgid "_Z axis"
msgstr "_Z አክሲስ"
+#. qz8WP
+#: chart2/uiconfig/ui/inserttitledlg.ui:224
+msgctxt "inserttitledlg|extended_tip|primaryXaxis"
+msgid "Enter the desired title for the X axis of the chart."
+msgstr "የሚፈለገውን አርእስት ለ X አክሲስ በ ቻርት ውስጥ ያስገቡ "
+
+#. 3m5Dk
+#: chart2/uiconfig/ui/inserttitledlg.ui:241
+msgctxt "inserttitledlg|extended_tip|primaryYaxis"
+msgid "Enter the desired title for the Y axis of the chart."
+msgstr "የሚፈለገውን አርእስት ለ Y አክሲስ በ ቻርት ውስጥ ያስገቡ "
+
+#. PY2EU
+#: chart2/uiconfig/ui/inserttitledlg.ui:258
+msgctxt "inserttitledlg|extended_tip|primaryZaxis"
+msgid "Enter the desired title for the Z axis of the chart."
+msgstr "የሚፈለገውን አርእስት ለ Z አክሲስ በ ቻርት ውስጥ ያስገቡ "
+
#. aHvzY
-#: chart2/uiconfig/ui/inserttitledlg.ui:253
+#: chart2/uiconfig/ui/inserttitledlg.ui:275
msgctxt "inserttitledlg|Axe"
msgid "Axes"
msgstr "አክሲስ"
#. 8XRFP
-#: chart2/uiconfig/ui/inserttitledlg.ui:288
+#: chart2/uiconfig/ui/inserttitledlg.ui:310
msgctxt "inserttitledlg|labelSecondaryXAxis"
msgid "X _axis"
msgstr "X _አክሲስ"
#. Tq7G9
-#: chart2/uiconfig/ui/inserttitledlg.ui:302
+#: chart2/uiconfig/ui/inserttitledlg.ui:324
msgctxt "inserttitledlg|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
+#. EsHDi
+#: chart2/uiconfig/ui/inserttitledlg.ui:342
+msgctxt "inserttitledlg|extended_tip|secondaryXaxis"
+msgid "Enter the desired secondary title for the X axis of the chart."
+msgstr "የሚፈለገውን ሁለተኛ አርእስት ለ X አክሲስ በ ቻርትስ ውስጥ ያስገቡ "
+
+#. bnwti
+#: chart2/uiconfig/ui/inserttitledlg.ui:359
+msgctxt "inserttitledlg|extended_tip|secondaryYaxis"
+msgid "Enter the desired secondary title for the Y axis of the chart."
+msgstr "የሚፈለገውን ሁለተኛ አርእስት ለ Y አክሲስ በ ቻርት ውስጥ ያስገቡ "
+
#. XvJwD
-#: chart2/uiconfig/ui/inserttitledlg.ui:344
+#: chart2/uiconfig/ui/inserttitledlg.ui:376
msgctxt "inserttitledlg|label2"
msgid "Secondary Axes"
msgstr "ሁለተኛ አክሲስ"
+#. Y96AE
+#: chart2/uiconfig/ui/inserttitledlg.ui:408
+msgctxt "inserttitledlg|extended_tip|InsertTitleDialog"
+msgid "Opens a dialog to enter or modify the titles in a chart."
+msgstr "ንግግር መክፈቻ ለማስገባት ወይንም ለማሻሻል አርእስቶች በ ቻርትስ ውስጥ "
+
#. 23FsQ
#: chart2/uiconfig/ui/paradialog.ui:8
msgctxt "paradialog|ParagraphDialog"
@@ -1808,158 +2186,164 @@ msgctxt "sidebarelements|l"
msgid "Titles"
msgstr "አርእስቶች"
+#. dB6pP
+#: chart2/uiconfig/ui/sidebarelements.ui:104
+msgctxt "sidebarelements|checkbutton_legend"
+msgid "Show legend"
+msgstr "መግለጫ ማሳያ"
+
#. XxG3r
-#: chart2/uiconfig/ui/sidebarelements.ui:111
+#: chart2/uiconfig/ui/sidebarelements.ui:108
msgctxt "sidebarelements|checkbutton_legend|tooltip_text"
msgid "Show Legend"
msgstr "መግለጫ ማሳያ"
#. zszn2
-#: chart2/uiconfig/ui/sidebarelements.ui:132
+#: chart2/uiconfig/ui/sidebarelements.ui:130
msgctxt "sidebarelements|placement_label"
msgid "_Placement:"
msgstr "_አቀማመጥ:"
#. N9Vw3
-#: chart2/uiconfig/ui/sidebarelements.ui:148
+#: chart2/uiconfig/ui/sidebarelements.ui:146
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Right"
msgstr "በ ቀኝ"
#. XWGfH
-#: chart2/uiconfig/ui/sidebarelements.ui:149
+#: chart2/uiconfig/ui/sidebarelements.ui:147
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Top"
msgstr "ከ ላይ"
#. AYbfc
-#: chart2/uiconfig/ui/sidebarelements.ui:150
+#: chart2/uiconfig/ui/sidebarelements.ui:148
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Bottom"
msgstr "ከ ታች"
#. Hdrnv
-#: chart2/uiconfig/ui/sidebarelements.ui:151
+#: chart2/uiconfig/ui/sidebarelements.ui:149
msgctxt "sidebarelements|comboboxtext_legend"
msgid "Left"
msgstr "በ ግራ"
#. WxtCZ
-#: chart2/uiconfig/ui/sidebarelements.ui:175
+#: chart2/uiconfig/ui/sidebarelements.ui:167
msgctxt "sidebarelements|checkbutton_no_overlay"
msgid "Show the legend without overlapping the chart"
msgstr "ቻርቱ ላይ ሳይደረብ መግለጫ ማሳያ"
#. UVbZR
-#: chart2/uiconfig/ui/sidebarelements.ui:197
+#: chart2/uiconfig/ui/sidebarelements.ui:189
msgctxt "sidebarelements|label_legen"
msgid "Legend"
msgstr "መግለጫ"
#. Am6Gz
-#: chart2/uiconfig/ui/sidebarelements.ui:230
+#: chart2/uiconfig/ui/sidebarelements.ui:222
msgctxt "sidebarelements|checkbutton_x_axis"
msgid "X axis"
msgstr "X አክሲስ"
#. P5gxx
-#: chart2/uiconfig/ui/sidebarelements.ui:245
+#: chart2/uiconfig/ui/sidebarelements.ui:237
msgctxt "sidebarelements|checkbutton_x_axis_title"
msgid "X axis title"
msgstr "የ X አክሲስ አርእስት"
#. iMXPp
-#: chart2/uiconfig/ui/sidebarelements.ui:260
+#: chart2/uiconfig/ui/sidebarelements.ui:252
msgctxt "sidebarelements|checkbutton_y_axis"
msgid "Y axis"
msgstr "Y አክሲስ"
#. vF4oS
-#: chart2/uiconfig/ui/sidebarelements.ui:275
+#: chart2/uiconfig/ui/sidebarelements.ui:267
msgctxt "sidebarelements|checkbutton_y_axis_title"
msgid "Y axis title"
msgstr "የ Y አክሲስ አርእስት"
#. A35cf
-#: chart2/uiconfig/ui/sidebarelements.ui:290
+#: chart2/uiconfig/ui/sidebarelements.ui:282
msgctxt "sidebarelements|checkbutton_z_axis"
msgid "Z axis"
msgstr "Z አክሲስ"
#. RZFAU
-#: chart2/uiconfig/ui/sidebarelements.ui:305
+#: chart2/uiconfig/ui/sidebarelements.ui:297
msgctxt "sidebarelements|checkbutton_z_axis_title"
msgid "Z axis title"
msgstr "የ Z አክሲስ አርእስት"
#. GoJDH
-#: chart2/uiconfig/ui/sidebarelements.ui:320
+#: chart2/uiconfig/ui/sidebarelements.ui:312
msgctxt "sidebarelements|checkbutton_2nd_x_axis"
msgid "2nd X axis"
msgstr "2ኛ X አክሲስ"
#. nsoDZ
-#: chart2/uiconfig/ui/sidebarelements.ui:334
+#: chart2/uiconfig/ui/sidebarelements.ui:326
msgctxt "sidebarelements|checkbutton_2nd_x_axis_title"
msgid "2nd X axis title"
msgstr "2ኛ የ X አክሲስ አርእስት"
#. bGsCM
-#: chart2/uiconfig/ui/sidebarelements.ui:348
+#: chart2/uiconfig/ui/sidebarelements.ui:340
msgctxt "sidebarelements|checkbutton_2nd_y_axis"
msgid "2nd Y axis"
msgstr "2ኛ Y አክሲስ"
#. yDNuy
-#: chart2/uiconfig/ui/sidebarelements.ui:362
+#: chart2/uiconfig/ui/sidebarelements.ui:354
msgctxt "sidebarelements|checkbutton_2nd_y_axis_title"
msgid "2nd Y axis title"
msgstr "2ኛ የ Y አክሲስ አርእስት"
#. ScLEM
-#: chart2/uiconfig/ui/sidebarelements.ui:382
+#: chart2/uiconfig/ui/sidebarelements.ui:374
msgctxt "sidebarelements|label_axes"
msgid "Axes"
msgstr "አክሲስ"
#. RL8AA
-#: chart2/uiconfig/ui/sidebarelements.ui:415
+#: chart2/uiconfig/ui/sidebarelements.ui:407
msgctxt "sidebarelements|checkbutton_gridline_horizontal_major"
msgid "Horizontal major"
msgstr "በ አግድም ከፍተኛ"
#. FYBSZ
-#: chart2/uiconfig/ui/sidebarelements.ui:430
+#: chart2/uiconfig/ui/sidebarelements.ui:422
msgctxt "sidebarelements|checkbutton_gridline_vertical_major"
msgid "Vertical major"
msgstr "በ ቁመት ከፍተኛ"
#. VCTTS
-#: chart2/uiconfig/ui/sidebarelements.ui:445
+#: chart2/uiconfig/ui/sidebarelements.ui:437
msgctxt "sidebarelements|checkbutton_gridline_horizontal_minor"
msgid "Horizontal minor"
msgstr "በ አግድም አነስተኛ"
#. QDFEZ
-#: chart2/uiconfig/ui/sidebarelements.ui:460
+#: chart2/uiconfig/ui/sidebarelements.ui:452
msgctxt "sidebarelements|checkbutton_gridline_vertical_minor"
msgid "Vertical minor"
msgstr "በ ቁመት አነስተኛ"
#. yeE2v
-#: chart2/uiconfig/ui/sidebarelements.ui:481
+#: chart2/uiconfig/ui/sidebarelements.ui:473
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
msgstr "መጋጠሚያ መስመሮች"
#. uacDo
-#: chart2/uiconfig/ui/sidebarelements.ui:501
+#: chart2/uiconfig/ui/sidebarelements.ui:493
msgctxt "sidebarelements|text_title"
msgid "Title"
msgstr "አርእስት"
#. jXGDE
-#: chart2/uiconfig/ui/sidebarelements.ui:512
+#: chart2/uiconfig/ui/sidebarelements.ui:504
msgctxt "sidebarelements|text_subtitle"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
@@ -2253,91 +2637,163 @@ msgid "Smooth Lines"
msgstr "ለስላሳ መስመሮች"
#. vmRbz
-#: chart2/uiconfig/ui/smoothlinesdlg.ui:108
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:114
msgctxt "smoothlinesdlg|TypeLabel"
msgid "Line _Type:"
msgstr "የ መስመር _አይነት:"
#. Nkqhi
-#: chart2/uiconfig/ui/smoothlinesdlg.ui:124
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:131
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "Cubic spline"
msgstr "Cubic spline"
#. LTCVw
-#: chart2/uiconfig/ui/smoothlinesdlg.ui:125
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:132
msgctxt "smoothlinesdlg|SplineTypeComboBox"
msgid "B-spline"
msgstr "B-spline"
+#. EJdNq
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:136
+msgctxt "smoothlinesdlg|extended_tip|SplineTypeComboBox"
+msgid "Apply a line curve model."
+msgstr "የ ክብ መስመር ዘዴ መፈጸሚያ"
+
#. eecxc
-#: chart2/uiconfig/ui/smoothlinesdlg.ui:158
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:170
msgctxt "smoothlinesdlg|ResolutionLabel"
msgid "_Resolution:"
msgstr "_ሪዞሊሽን:"
#. AdG5v
-#: chart2/uiconfig/ui/smoothlinesdlg.ui:172
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:184
msgctxt "smoothlinesdlg|PolynomialsLabel"
msgid "_Degree of polynomials:"
msgstr "_ዲግሪ የ ፖሊኖሚያልስ:"
+#. X35yY
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:201
+msgctxt "smoothlinesdlg|extended_tip|ResolutionSpinbutton"
+msgid "Set the resolution."
+msgstr "ሪዞሊሽን ማሰናጃ"
+
+#. a4btg
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:218
+msgctxt "smoothlinesdlg|extended_tip|PolynomialsSpinButton"
+msgid "Set the degree of the polynomials."
+msgstr "ለ polynomials ዲግሪ ማሰናጃ "
+
+#. YECJR
+#: chart2/uiconfig/ui/smoothlinesdlg.ui:252
+msgctxt "smoothlinesdlg|extended_tip|SmoothLinesDialog"
+msgid "Apply a line curve model."
+msgstr "የ ክብ መስመር ዘዴ መፈጸሚያ"
+
#. RyJg5
#: chart2/uiconfig/ui/steppedlinesdlg.ui:131
msgctxt "steppedlinesdlg|step_start_rb"
msgid "_Start with horizontal line"
msgstr "በ አግድም መስመር _ማስጀመሪያ"
+#. Zcr4L
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:141
+msgctxt "steppedlinesdlg|extended_tip|step_start_rb"
+msgid "Start with horizontal line and step up vertically at the end."
+msgstr "በ አግድም መስመር ማስጀመሪያ እና በ ደረጃ ወደ ላይ በ ቁመት መጨረሻ "
+
#. iJCAt
-#: chart2/uiconfig/ui/steppedlinesdlg.ui:147
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:152
msgctxt "steppedlinesdlg|step_center_x_rb"
msgid "Step at the _horizontal mean"
msgstr "ደረጃ በ _አግድም መሀከል"
+#. D5DGL
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:163
+msgctxt "steppedlinesdlg|extended_tip|step_center_x_rb"
+msgid "Start to step up vertically and end with horizontal line."
+msgstr "በ ቁመት በ ደረጃ ወደ ላይ ማስጀመሪያ እና በ አግድም መስመር መጨረሻ "
+
#. vtGik
-#: chart2/uiconfig/ui/steppedlinesdlg.ui:164
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:174
msgctxt "steppedlinesdlg|step_end_rb"
msgid "_End with horizontal line"
msgstr "በ አግድም መስመር _መጨረሻ"
+#. nGAhe
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:185
+msgctxt "steppedlinesdlg|extended_tip|step_end_rb"
+msgid "Start with horizontal line, step up vertically in the middle of the X values and end with horizontal line."
+msgstr "በ አግድም መስመር ማስጀመሪያ እና በ ደረጃ ወደ ላይ በ ቁመት በ X ዋጋዎች መሀከል እና በ አግድም መስመር መጨረሻ "
+
#. X3536
-#: chart2/uiconfig/ui/steppedlinesdlg.ui:181
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:196
msgctxt "steppedlinesdlg|step_center_y_rb"
msgid "Step to the _vertical mean"
msgstr "ደረጃ በ _ቁመት መሀከል"
+#. S528C
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:207
+msgctxt "steppedlinesdlg|extended_tip|step_center_y_rb"
+msgid "Start to step up vertically to the middle of the Y values, draw a horizontal line and finish by stepping vertically to the end."
+msgstr "በ ደረጃ ወደ ላይ በ ቁመት በ Y ዋጋዎች መሀከል እና መሳያ በ አግድም መስመር መጨረሻ በ ደረጃ ወደ ላይ በ ቁመት መጨረሻ "
+
#. oDDMr
-#: chart2/uiconfig/ui/steppedlinesdlg.ui:215
+#: chart2/uiconfig/ui/steppedlinesdlg.ui:235
msgctxt "steppedlinesdlg|label2"
msgid "Type of Stepping"
msgstr "የ ደረጃው አይነት"
+#. K2DaE
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:44
+msgctxt "titlerotationtabpage|extended_tip|OrientDegree"
+msgid "Allows you to manually enter the orientation angle."
+msgstr "እርስዎ የ አቅጣጫ አንግል በ እጅ እንዲያስገቡ መፍቀጃ"
+
#. ViJ9k
-#: chart2/uiconfig/ui/titlerotationtabpage.ui:53
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:58
msgctxt "titlerotationtabpage|degreeL"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
#. tv9xJ
-#: chart2/uiconfig/ui/titlerotationtabpage.ui:87
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:92
msgctxt "titlerotationtabpage|stackedCB"
msgid "Ve_rtically stacked"
msgstr "በቁ_መት የተከመረ"
+#. VGDph
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:102
+msgctxt "titlerotationtabpage|extended_tip|stackedCB"
+msgid "Assigns vertical text orientation for cell contents."
+msgstr "የ ጽሁፍ አቅጣጫ በ ቁመት መመደቢያ ለ ክፍል ይዞታዎች "
+
#. 3BaMa
-#: chart2/uiconfig/ui/titlerotationtabpage.ui:104
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:114
msgctxt "titlerotationtabpage|labelABCD"
msgid "ABCD"
msgstr "ABCD"
#. dAHWb
-#: chart2/uiconfig/ui/titlerotationtabpage.ui:121
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:131
msgctxt "titlerotationtabpage|textdirL"
msgid "Te_xt direction:"
msgstr "የጽ_ሁፍ አቅጣጫ:"
+#. i5UYm
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:145
+msgctxt "titlerotationtabpage|extended_tip|textdirLB"
+msgid "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."
+msgstr "ለ አንቀጽ የ ጽሁፍ አቅጣጫ ይወስኑ ለ ውስብስብ ጽሁፍ እቅድ (CTL). ይህ ገጽታ የሚኖረው የ ውስብስብ ጽሁፍ እቅድ ድጋፍን ሲያስችሉ ነው"
+
+#. 9cDiw
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:164
+msgctxt "titlerotationtabpage|extended_tip|dialCtrl"
+msgid "Clicking anywhere on the wheel defines the variable text orientation."
+msgstr "በማንኛውም ቦታ በ ጎማው ላይ መጫን የ ጽሁፍ አቅጣጫ ይወስናል "
+
#. syx89
-#: chart2/uiconfig/ui/titlerotationtabpage.ui:161
+#: chart2/uiconfig/ui/titlerotationtabpage.ui:181
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
@@ -2366,138 +2822,276 @@ msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Custom"
msgstr "ማስተካከያ"
+#. raML6
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:42
+msgctxt "tp_3D_SceneAppearance|extended_tip|LB_SCHEME"
+msgid "Select a scheme from the list box, or click any of the check boxes below."
+msgstr "ገጽታ ከ ዝርዝር ሳጥን ውስጥ ይምረጡ ወይንም ይጫኑ ማንኛውንም ምልክት ማድረጊያ ሳጥን ከ ታች በኩል "
+
#. EyGsf
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:73
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:78
msgctxt "tp_3D_SceneAppearance|CB_SHADING"
msgid "_Shading"
msgstr "_ጥላ"
+#. W68hV
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:87
+msgctxt "tp_3D_SceneAppearance|extended_tip|CB_SHADING"
+msgid "Applies Gouraud shading if marked, or flat shading if unmarked."
+msgstr "የ ጥላ ማጥሊያ ጥላ የሚፈጸመው ምልክት የ ተደረገበትን ወይንም ጠፍጣፋ ጥላ ምልክት ሳይደረግ ነው "
+
#. SMFrD
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:89
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:99
msgctxt "tp_3D_SceneAppearance|CB_OBJECTLINES"
msgid "_Object borders"
msgstr "_የ እቃ ድንበሮች"
+#. CQjGV
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:108
+msgctxt "tp_3D_SceneAppearance|extended_tip|CB_OBJECTLINES"
+msgid "Shows borders around the areas by setting the line style to Solid."
+msgstr "ድንበሮች በ ቦታ ዙሪያ ማሳያዎች ማሰናጃ ለ መስመር ዘዴ ለ ሙሉ አካሎች "
+
#. CpWRj
-#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:105
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:120
msgctxt "tp_3D_SceneAppearance|CB_ROUNDEDEDGE"
msgid "_Rounded edges"
msgstr "_የተከበቡ ጠርዞች"
+#. c5pNB
+#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:129
+msgctxt "tp_3D_SceneAppearance|extended_tip|CB_ROUNDEDEDGE"
+msgid "Edges are rounded by 5%."
+msgstr "ጠርዞች መክበቢያ በ 5%."
+
#. U5CTF
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:36
msgctxt "tp_3D_SceneGeometry|CBX_RIGHT_ANGLED_AXES"
msgid "_Right-angled axes"
msgstr "_ራይት-አንግል አክሲስ"
+#. QxmLn
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:45
+msgctxt "tp_3D_SceneGeometry|extended_tip|CBX_RIGHT_ANGLED_AXES"
+msgid "If Right-angled axes is enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. Right-angled axes is enabled by default for newly created 3D charts. Pie and Donut charts do not support right-angled axes."
+msgstr "የ ራይት-አንግል አክሲስ ካስቻሉ: እርስዎ ማዞር ይችላሉ የ ቻርትስ ይዞታዎች በ X እና Y አቅጣጫ ብቻ: አጓዳኝ ለሆኑት የ ቻርትስ ድንበሮች የ ራይት-አንግል አክሲስ ካስቻሉ በ ነባር አዲስ ለ ተፈጠረ የ 3ዲ ቻርትስ ፓይ እና ዶናት የ ራይት-አንግል አክሲስ አይደግፉም "
+
#. y8Tyg
-#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:54
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:59
msgctxt "tp_3D_SceneGeometry|FT_X_ROTATION"
msgid "_X rotation"
msgstr "_X ማዞሪያ"
#. TJ2Xp
-#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:68
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:73
msgctxt "tp_3D_SceneGeometry|FT_Y_ROTATION"
msgid "_Y rotation"
msgstr "_Y ማዞሪያ"
#. UTAG5
-#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:82
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:87
msgctxt "tp_3D_SceneGeometry|FT_Z_ROTATION"
msgid "_Z rotation"
msgstr "_Z ማዞሪያ"
#. ZC8ZQ
-#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:94
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:99
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
msgstr "_አስተያየት"
+#. xyePC
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:111
+msgctxt "tp_3D_SceneGeometry|extended_tip|CBX_PERSPECTIVE"
+msgid "Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects."
+msgstr "ምልክት ያድርጉ በ አንፃራዊ ሳጥን ውስጥ ለ መመልከት ቻርትስ እንደ በ ካሜራ ሌንስ ውስጥ: የ ማሽከርከሪያ ቁልፍ ይጠቀሙ ፐርሰንት ለ ማሰናዳት: በ ከፍተኛ ፐርሰንት እቃዎች አጠገብ እቃዎች ትልቅ ይመስላሉ: በ ርቀት ካሉ እቃዎች ይልቅ "
+
#. mdPAi
-#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:121
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:131
msgctxt "tp_3D_SceneGeometry|MTR_FLD_PERSPECTIVE-atkobject"
msgid "Perspective"
msgstr "አስተያየት"
+#. JECHC
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:132
+msgctxt "tp_3D_SceneGeometry|extended_tip|MTR_FLD_PERSPECTIVE"
+msgid "Mark the Perspective box to view the chart as through a camera lens. Use the spin button to set the percentage. With a high percentage nearer objects look bigger than more distant objects."
+msgstr "ምልክት ያድርጉ በ አንፃራዊ ሳጥን ውስጥ ለ መመልከት ቻርትስ እንደ በ ካሜራ ሌንስ ውስጥ: የ ማሽከርከሪያ ቁልፍ ይጠቀሙ ፐርሰንት ለ ማሰናዳት: በ ከፍተኛ ፐርሰንት እቃዎች አጠገብ እቃዎች ትልቅ ይመስላሉ: በ ርቀት ካሉ እቃዎች ይልቅ "
+
+#. PP8jT
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:150
+msgctxt "tp_3D_SceneGeometry|extended_tip|MTR_FLD_Z_ROTATION"
+msgid "Sets the rotation of the chart on the z axis. The preview responds to the new settings."
+msgstr "ማዞሪያ ማሰናጃ ለ ቻርት በ z አክሲስ ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል "
+
+#. AyMWn
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:167
+msgctxt "tp_3D_SceneGeometry|extended_tip|MTR_FLD_Y_ROTATION"
+msgid "Sets the rotation of the chart on the y axis. The preview responds to the new settings."
+msgstr "ማዞሪያ ማሰናጃ ለ ቻርት በ y አክሲስ ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል "
+
+#. EGS4B
+#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:184
+msgctxt "tp_3D_SceneGeometry|extended_tip|MTR_FLD_X_ROTATION"
+msgid "Sets the rotation of the chart on the x axis. The preview responds to the new settings."
+msgstr "ማዞሪያ ማሰናጃ ለ ቻርት በ x አክሲስ ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል "
+
#. RGQDC
#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:95
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_1|tooltip_text"
msgid "Light source 1"
msgstr "የ ብርሃን ምንጭ 1"
+#. EQb5g
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:100
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_1"
+msgid "Click to enable or disable the specular light source with highlights."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ማንፀባረቂያ ከ ማድመቂያ ጋር "
+
#. bwfDH
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:109
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:114
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_2|tooltip_text"
msgid "Light source 2"
msgstr "የ ብርሃን ምንጭ 2"
+#. jkJM8
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:119
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_2"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
#. uMVDV
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:123
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:133
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_3|tooltip_text"
msgid "Light source 3"
msgstr "የ ብርሃን ምንጭ 3"
+#. ZEUk7
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:138
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_3"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
#. 6CBDG
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:137
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:152
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_4|tooltip_text"
msgid "Light source 4"
msgstr "የ ብርሃን ምንጭ 4"
+#. X5ZD3
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:157
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_4"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
#. Hf5Du
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:151
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:171
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_5|tooltip_text"
msgid "Light source 5"
msgstr "የ ብርሃን ምንጭ 5"
+#. mUPX4
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:176
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_5"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
#. T7qDZ
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:165
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:190
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_6|tooltip_text"
msgid "Light source 6"
msgstr "የ ብርሃን ምንጭ 6"
+#. AAkx2
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:195
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_6"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
#. mSsDD
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:179
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:209
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_7|tooltip_text"
msgid "Light source 7"
msgstr "የ ብርሃን ምንጭ 7"
+#. Rh9Hz
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:214
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_7"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
#. wY5CR
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:193
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:228
msgctxt "tp_3D_SceneIllumination|BTN_LIGHT_8|tooltip_text"
msgid "Light source 8"
msgstr "የ ብርሃን ምንጭ 8"
+#. EbsUA
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:233
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHT_8"
+msgid "Click to enable or disable the uniform light source."
+msgstr "ይጫኑ ለ ማስቻል ወይንም ለ ማሰናከል የ ብርሃን ምንጭ ተመሳሳይነት "
+
+#. DwEDc
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:267
+msgctxt "tp_3D_SceneIllumination|extended_tip|LB_LIGHTSOURCE"
+msgid "Select a color for the selected light source."
+msgstr "ለ ተመረጠው የ ብርሃን ምንጭ ቀለም ይምረጡ"
+
#. gfdAB
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:237
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:282
msgctxt "tp_3D_SceneIllumination|BTN_LIGHTSOURCE_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr "ቀለም ይምረጡ የ ቀለም ንግግር በመጠቀም"
-#. XLXEQ
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:261
+#. JnBhP
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:286
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_LIGHTSOURCE_COLOR"
+msgid "Select a color using the color dialog."
+msgstr "የ ቀለም ንግግር በ መጠቀም ቀለም ይምረጡ"
+
+#. mgXyK
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:311
msgctxt "tp_3D_SceneIllumination|FT_LIGHTSOURCE"
-msgid "_Light source"
-msgstr "_የ ብርሃን ምንጭ"
+msgid "_Light Source"
+msgstr "የ _ብርሃን ምንጭ:"
+
+#. WssJA
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:357
+msgctxt "tp_3D_SceneIllumination|extended_tip|LB_AMBIENTLIGHT"
+msgid "Select a color for the ambient light."
+msgstr "ለ አካባቢው ብርሃን ቀለም ይምረጡ "
#. NpAu7
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:317
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:372
msgctxt "tp_3D_SceneIllumination|BTN_AMBIENT_COLOR|tooltip_text"
msgid "Select a color using the color dialog"
msgstr "ቀለም ይምረጡ የ ቀለም ንግግር በመጠቀም"
-#. QCb7M
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:334
+#. 943Za
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:376
+msgctxt "tp_3D_SceneIllumination|extended_tip|BTN_AMBIENT_COLOR"
+msgid "Select a color using the color dialog."
+msgstr "የ ቀለም ንግግር በ መጠቀም ቀለም ይምረጡ"
+
+#. LFMGL
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:394
msgctxt "tp_3D_SceneIllumination|FT_AMBIENTLIGHT"
-msgid "_Ambient light"
-msgstr "የ _አካባቢው ብርሃን"
+msgid "_Ambient Light"
+msgstr "ከባቢ ብርሃን"
#. snUGf
-#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:377
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:437
msgctxt "tp_3D_SceneIllumination|CTL_LIGHT_PREVIEW|tooltip_text"
msgid "Light Preview"
msgstr "የ ብርሃን ቅድመ እይታ"
+#. tQBhd
+#: chart2/uiconfig/ui/tp_3D_SceneIllumination.ui:495
+msgctxt "tp_3D_SceneIllumination|extended_tip|tp_3D_SceneIllumination"
+msgid "Set the light sources for the 3D view."
+msgstr "የ ብርሃን ምንጭ ለ 3ዲ መመልከቻ ማሰናጃ"
+
#. XRVrG
#: chart2/uiconfig/ui/tp_AxisPositions.ui:48
msgctxt "tp_AxisPositions|FT_CROSSES_OTHER_AXIS_AT"
@@ -2528,170 +3122,236 @@ msgctxt "tp_AxisPositions|LB_CROSSES_OTHER_AXIS_AT"
msgid "Category"
msgstr "ምድብ"
+#. eKYhk
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:71
+msgctxt "tp_AxisPositions|extended_tip|LB_CROSSES_OTHER_AXIS_AT"
+msgid "Select where to cross the other axis: at start, at end, at a specified value, or at a category."
+msgstr "አክሲስ የት እንደሚገናኝ ይምረጡ: በ መጀመሪያ: በ መጨረሻ: በ ተወሰነ ዋጋ ወይንም በ ተወሰነ ምድብ ላይ "
+
+#. FwCEp
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:89
+msgctxt "tp_AxisPositions|extended_tip|EDT_CROSSES_OTHER_AXIS_AT"
+msgid "Enter the value where the axis line should cross the other axis."
+msgstr "ዋጋ ያስገቡ ይህ የ አክሲስ መስመር ከ ሌላው አክሲስ ጋር የሚገናኝበትን "
+
+#. AnLbY
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:112
+msgctxt "tp_AxisPositions|extended_tip|EDT_CROSSES_OTHER_AXIS_AT_CATEGORY"
+msgid "Select the category where the axis line should cross the other axis."
+msgstr "ምድብ ይምረጡ ይህ የ አክሲስ መስመር ከ ሌላው አክሲስ ጋር የሚገናኝበትን "
+
#. VYVhe
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:116
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:131
msgctxt "tp_AxisPositions|CB_AXIS_BETWEEN_CATEGORIES"
msgid "Axis _between categories"
msgstr "አክሲስ በ ምድቦች _መካከል"
#. bW7T9
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:137
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:152
msgctxt "tp_AxisPositions|TXT_AXIS_LINE"
msgid "Axis Line"
msgstr "የ አክሲስ መስመር"
#. 5ezBt
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:170
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:185
msgctxt "tp_AxisPositions|RB_ON"
msgid "_On tick marks"
msgstr ""
+#. FaKJZ
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:194
+msgctxt "tp_AxisPositions|extended_tip|RB_ON"
+msgid "Specifies that the axis is positioned on the first/last tickmarks. This makes the data points visual representation begin/end at the value axis."
+msgstr ""
+
#. gSFeZ
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:185
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:205
msgctxt "tp_AxisPositions|RB_BETWEEN"
msgid "_Between tick marks"
msgstr ""
+#. BSx2x
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:215
+msgctxt "tp_AxisPositions|extended_tip|RB_BETWEEN"
+msgid "Specifies that the axis is positioned between the tickmarks. This makes the data points visual representation begin/end at a distance from the value axis."
+msgstr ""
+
#. ExBDm
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:207
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:232
msgctxt "tp_AxisPositions|TXT_POSITION"
msgid "Position Axis"
msgstr "የ አክሲስ ቦታ"
#. 5AGbD
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:248
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:273
msgctxt "tp_AxisPositions|FT_PLACE_LABELS"
msgid "_Place labels"
msgstr "ምልክቶች _መመደቢያ"
#. GDk2L
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:264
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:289
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis"
msgstr "አክሲስ አጠገብ"
#. ZWQzB
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:265
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:290
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Near axis (other side)"
msgstr "አክሲስ አጠገብ (በሌላ በኩል)"
#. j3GGm
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:266
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:291
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside start"
msgstr "ከ ውጪ ማስጀመሪያ"
#. mGDNr
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:267
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:292
msgctxt "tp_AxisPositions|LB_PLACE_LABELS"
msgid "Outside end"
msgstr "ከ ውጪ መጨረሻ"
+#. ChAqv
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:296
+msgctxt "tp_AxisPositions|extended_tip|LB_PLACE_LABELS"
+msgid "Select where to place the labels: near axis, near axis (other side), outside start, or outside end."
+msgstr "ምልክቶቹ የት እንደሚሆኑ ይምረጡ: አክሲስ አጠገብ: አክሲስ አጠገብ (በሌላ በኩል): ከ መጀመሪያው ውጪ: ከ መጨረሻው ውጪ "
+
#. DUNn4
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:291
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:321
msgctxt "tp_AxisPositions|FT_AXIS_LABEL_DISTANCE"
msgid "_Distance"
msgstr "_እርቀት"
#. Hkjze
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:329
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:359
msgctxt "tp_AxisPositions|TXT_FL_LABELS"
msgid "Labels"
msgstr "ምልክቶች"
#. YBk4g
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:371
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:401
msgctxt "tp_AxisPositions|FT_MAJOR"
msgid "Major:"
msgstr "ዋናው:"
#. G8MEU
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:387
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:417
msgctxt "tp_AxisPositions|FT_MINOR"
msgid "Minor:"
msgstr "አነስተኛ:"
#. UN6Pr
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:401
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:431
msgctxt "tp_AxisPositions|CB_TICKS_INNER"
msgid "_Inner"
msgstr "_ውስጥ"
+#. DpVNk
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:443
+msgctxt "tp_AxisPositions|extended_tip|CB_TICKS_INNER"
+msgid "Specifies that marks are placed on the inner side of the axis."
+msgstr "ምልክቶች የት እንደሚሆኑ መወሰኛ በ አክሲስ በ ውስጥ በኩል "
+
#. EhLxm
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:419
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:454
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
msgstr "_ውጪ"
+#. DGWEb
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:466
+msgctxt "tp_AxisPositions|extended_tip|CB_TICKS_OUTER"
+msgid "Specifies that marks are placed on the outer side of the axis."
+msgstr "ምልክቶች የት እንደሚሆኑ መወሰኛ በ አክሲስ በ ውጪ በኩል "
+
#. RJXic
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:437
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:477
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
msgstr "ው_ስጥ"
+#. jbRx3
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:489
+msgctxt "tp_AxisPositions|extended_tip|CB_MINOR_INNER"
+msgid "Specifies that minor interval marks are placed on the inner side of the axis."
+msgstr "አነስተኛ ክፍተት ምልክቶች የት እንደሚሆኑ መወሰኛ በ አክሲስ በ ውስጥ በኩል "
+
#. nBCFJ
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:455
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:500
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
msgstr "ው_ጪ"
+#. JAi2f
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:512
+msgctxt "tp_AxisPositions|extended_tip|CB_MINOR_OUTER"
+msgid "Specifies that minor interval marks are placed on the outer side of the axis."
+msgstr "አነስተኛ ክፍተት ምልክቶች የት እንደሚሆኑ መወሰኛ በ አክሲስ በ ውጪ በኩል "
+
#. XWuxR
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:487
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:537
msgctxt "tp_AxisPositions|FT_PLACE_TICKS"
msgid "Place _marks"
msgstr "_ምልክት መመደቢያ"
#. mvGBB
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:503
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:553
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At labels"
msgstr "በ ምልክቶች"
#. dGAYz
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:504
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:554
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis"
msgstr "በ አክሲስ ላይ"
#. TJAJB
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:505
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:555
msgctxt "tp_AxisPositions|LB_PLACE_TICKS"
msgid "At axis and labels"
msgstr "በ አክሲስ እና ምልክቶች ላይ"
+#. tED2r
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:559
+msgctxt "tp_AxisPositions|extended_tip|LB_PLACE_TICKS"
+msgid "Select where to place the marks: at labels, at axis, or at axis and labels."
+msgstr "ምልክቶቹ የት እንደሚሆኑ ይምረጡ: ከ ምልክት አጠገብ: ከ አክሲስ አጠገብ ወይንም ከ አክሲስ እና ምልክቶች አጠገብ "
+
#. jK9rf
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:529
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:584
msgctxt "tp_AxisPositions|TXT_FL_TICKS"
msgid "Interval Marks"
msgstr "የ እረፍት ምልክቶች"
#. 4Jp7G
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:562
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:617
msgctxt "tp_AxisPositions|CB_MAJOR_GRID"
msgid "Show major _grid"
msgstr "ዋናውን _መጋጠሚያ ማሳያ"
#. 7c2Hs
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:578
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:633
msgctxt "tp_AxisPositions|CB_MINOR_GRID"
msgid "_Show minor grid"
msgstr "አነስተኛ መጋጠሚያ _ማሳያ"
#. Dp5Ar
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:593
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:648
msgctxt "tp_AxisPositions|PB_MAJOR_GRID"
msgid "Mo_re..."
msgstr "ተጨ_ማሪ..."
#. k5VQQ
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:606
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:661
msgctxt "tp_AxisPositions|PB_MINOR_GRID"
msgid "Mor_e..."
msgstr "ተጨማ_ሪ..."
#. 7eDLK
-#: chart2/uiconfig/ui/tp_AxisPositions.ui:626
+#: chart2/uiconfig/ui/tp_AxisPositions.ui:681
msgctxt "tp_AxisPositions|label2"
msgid "Grids"
msgstr "መጋጠሚያ"
@@ -2702,302 +3362,470 @@ msgctxt "tp_ChartType|FT_CAPTION_FOR_WIZARD"
msgid "Choose a Chart Type"
msgstr "የ ቻርት አይነት ይምረጡ"
+#. wBFXQ
+#: chart2/uiconfig/ui/tp_ChartType.ui:94
+msgctxt "tp_ChartType|extended_tip|subtype"
+msgid "Select a sub type of the basic chart type."
+msgstr "ይምረጡ የ ንዑስ አይነት ከ መሰረታዊ ቻርትስ አይነት ውስጥ "
+
#. FSf6b
-#: chart2/uiconfig/ui/tp_ChartType.ui:113
+#: chart2/uiconfig/ui/tp_ChartType.ui:119
msgctxt "tp_ChartType|3dlook"
msgid "_3D Look"
msgstr "_3ዲ መመልከቻ"
+#. EB95g
+#: chart2/uiconfig/ui/tp_ChartType.ui:130
+msgctxt "tp_ChartType|extended_tip|3dlook"
+msgid "Enables a 3D look for the data values."
+msgstr "ለ ዳታ ዋጋዎች የ 3ዲ መመልከቻ ማስቻያ"
+
#. FprGw
-#: chart2/uiconfig/ui/tp_ChartType.ui:132
+#: chart2/uiconfig/ui/tp_ChartType.ui:144
msgctxt "tp_ChartType|3dscheme"
msgid "Simple"
msgstr "ቀላል"
#. pKhfX
-#: chart2/uiconfig/ui/tp_ChartType.ui:133
+#: chart2/uiconfig/ui/tp_ChartType.ui:145
msgctxt "tp_ChartType|3dscheme"
msgid "Realistic"
msgstr "ትክክለኛ"
+#. zZxWG
+#: chart2/uiconfig/ui/tp_ChartType.ui:152
+msgctxt "tp_ChartType|extended_tip|3dscheme"
+msgid "Select the type of 3D look."
+msgstr "የ 3D እይታ ይምረጡ"
+
#. FxHfq
-#: chart2/uiconfig/ui/tp_ChartType.ui:154
+#: chart2/uiconfig/ui/tp_ChartType.ui:170
msgctxt "tp_ChartType|shapeft"
msgid "Sh_ape"
msgstr "ቅር_ጽ"
+#. CCA3V
+#: chart2/uiconfig/ui/tp_ChartType.ui:213
+msgctxt "tp_ChartType|extended_tip|shape"
+msgid "Select a shape from the list."
+msgstr "ከ ዝርዝር ውስጥ ቅርጽ ይምረጡ"
+
#. G2u4D
-#: chart2/uiconfig/ui/tp_ChartType.ui:215
+#: chart2/uiconfig/ui/tp_ChartType.ui:237
msgctxt "tp_ChartType|stack"
msgid "_Stack series"
msgstr "_ክምር ተከታታይ"
+#. h8wCq
+#: chart2/uiconfig/ui/tp_ChartType.ui:245
+msgctxt "tp_ChartType|extended_tip|stack"
+msgid "Displays stacked series for Line charts."
+msgstr "ተከታታይ ክምር ለ መስመር ቻርትስ ማሳያ "
+
#. KfD2L
-#: chart2/uiconfig/ui/tp_ChartType.ui:239
+#: chart2/uiconfig/ui/tp_ChartType.ui:266
msgctxt "tp_ChartType|ontop"
msgid "On top"
msgstr "ከ ላይ"
+#. DY854
+#: chart2/uiconfig/ui/tp_ChartType.ui:275
+msgctxt "tp_ChartType|extended_tip|ontop"
+msgid "Stack series display values on top of each other."
+msgstr "ተከታታይ ክምር ለ ዋጋዎች ማሳያ አንዱን በ አንዱ ላይ "
+
#. C7JxK
-#: chart2/uiconfig/ui/tp_ChartType.ui:254
+#: chart2/uiconfig/ui/tp_ChartType.ui:286
msgctxt "tp_ChartType|percent"
msgid "Percent"
msgstr "ፐርሰንት"
+#. EVNAR
+#: chart2/uiconfig/ui/tp_ChartType.ui:295
+msgctxt "tp_ChartType|extended_tip|percent"
+msgid "Stack series display values as percent."
+msgstr "ተከታታይ ክምር ዋጋዎች የሚያሳየው በ ፐርሰንት ነው "
+
#. ijuPy
-#: chart2/uiconfig/ui/tp_ChartType.ui:269
+#: chart2/uiconfig/ui/tp_ChartType.ui:306
msgctxt "tp_ChartType|deep"
msgid "Deep"
msgstr "ጥልቀት"
#. etF2p
-#: chart2/uiconfig/ui/tp_ChartType.ui:298
+#: chart2/uiconfig/ui/tp_ChartType.ui:335
msgctxt "tp_ChartType|linetypeft"
msgid "_Line type"
msgstr "_የመስመር አይነት"
#. RbyB4
-#: chart2/uiconfig/ui/tp_ChartType.ui:312
+#: chart2/uiconfig/ui/tp_ChartType.ui:349
msgctxt "tp_ChartType|linetype"
msgid "Straight"
msgstr "ቀጥተኛ"
#. dG5tv
-#: chart2/uiconfig/ui/tp_ChartType.ui:313
+#: chart2/uiconfig/ui/tp_ChartType.ui:350
msgctxt "tp_ChartType|linetype"
msgid "Smooth"
msgstr "ለስላሳ"
#. uHHpu
-#: chart2/uiconfig/ui/tp_ChartType.ui:314
+#: chart2/uiconfig/ui/tp_ChartType.ui:351
msgctxt "tp_ChartType|linetype"
msgid "Stepped"
msgstr "ደረጃ"
+#. G3eDR
+#: chart2/uiconfig/ui/tp_ChartType.ui:355
+msgctxt "tp_ChartType|extended_tip|linetype"
+msgid "Choose the type of line to draw."
+msgstr "ይምረጡ የሚሳለውን መስመር አይነት "
+
#. JqNUv
-#: chart2/uiconfig/ui/tp_ChartType.ui:324
+#: chart2/uiconfig/ui/tp_ChartType.ui:366
msgctxt "tp_ChartType|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
+#. EnymX
+#: chart2/uiconfig/ui/tp_ChartType.ui:372
+msgctxt "tp_ChartType|extended_tip|properties"
+msgid "Opens a dialog to set the line or curve properties."
+msgstr "ንግግር መክፈቻ ለማሰናጃ መስመር እና ክብ ባህሪዎች "
+
#. KzGZQ
-#: chart2/uiconfig/ui/tp_ChartType.ui:342
+#: chart2/uiconfig/ui/tp_ChartType.ui:389
msgctxt "tp_ChartType|sort"
msgid "_Sort by X values"
msgstr "_መለያ በ X ዋጋ"
+#. tbgi3
+#: chart2/uiconfig/ui/tp_ChartType.ui:397
+msgctxt "tp_ChartType|extended_tip|sort"
+msgid "Connects points by ascending X values, even if the order of values is different, in an XY scatter diagram."
+msgstr "ነጥቦች ማገነኛ እየጨመረ በሚሄድ የ X ዋጋዎች: የ ዋጋዎች ደንብ የ ተለየ ቢሆንም እንኳን: በ XY የተበታተነ ንድፍ "
+
#. CmGat
-#: chart2/uiconfig/ui/tp_ChartType.ui:363
+#: chart2/uiconfig/ui/tp_ChartType.ui:415
msgctxt "tp_ChartType|nolinesft"
msgid "_Number of lines"
msgstr "የ መስመሮች _ቁጥር"
+#. bBgDJ
+#: chart2/uiconfig/ui/tp_ChartType.ui:434
+msgctxt "tp_ChartType|extended_tip|nolines"
+msgid "Set the number of lines for the Column and Line chart type."
+msgstr "የ መስመሮች ቁጥር ማሰናጃ ለ አምድ እና ለ መስመር ቻርትስ አይነት "
+
+#. M2sxB
+#: chart2/uiconfig/ui/tp_ChartType.ui:503
+msgctxt "tp_ChartType|extended_tip|charttype"
+msgid "Select a basic chart type."
+msgstr "ይምረጡ መሰረታዊ የ ቻርትስ አይነት"
+
#. qRkoY
#: chart2/uiconfig/ui/tp_DataLabel.ui:37
msgctxt "tp_DataLabel|CB_VALUE_AS_NUMBER"
msgid "Show value as _number"
msgstr "ዋጋውን እንደ _ቁጥር ማሳያ"
+#. uGdoi
+#: chart2/uiconfig/ui/tp_DataLabel.ui:46
+msgctxt "tp_DataLabel|extended_tip|CB_VALUE_AS_NUMBER"
+msgid "Displays the absolute values of the data points."
+msgstr "የ ፍጹም ዋጋዎች የ ዳታ ነጥብ ማሳያ"
+
#. wRisc
-#: chart2/uiconfig/ui/tp_DataLabel.ui:52
+#: chart2/uiconfig/ui/tp_DataLabel.ui:57
msgctxt "tp_DataLabel|CB_VALUE_AS_PERCENTAGE"
msgid "Show value as _percentage"
msgstr "ዋጋውን እንደ _ፐርሰንት ማሳያ"
+#. FcaPo
+#: chart2/uiconfig/ui/tp_DataLabel.ui:66
+msgctxt "tp_DataLabel|extended_tip|CB_VALUE_AS_PERCENTAGE"
+msgid "Displays the percentage of the data points in each column."
+msgstr "በ አምድ ውስጥ ከ እያንዳንዱ የ ዳታ ነጥቦች አጠገብ በ ፕርሰንት ማሳያ"
+
#. gyqnC
-#: chart2/uiconfig/ui/tp_DataLabel.ui:67
+#: chart2/uiconfig/ui/tp_DataLabel.ui:77
msgctxt "tp_DataLabel|CB_CATEGORY"
msgid "Show _category"
msgstr "_ምድብ ማሳያ"
+#. EZXZX
+#: chart2/uiconfig/ui/tp_DataLabel.ui:86
+msgctxt "tp_DataLabel|extended_tip|CB_CATEGORY"
+msgid "Shows the data point text labels."
+msgstr "የ ዳታ ነጥብ ጽሁፍ ምልክቶች ማሳያ"
+
#. kce65
-#: chart2/uiconfig/ui/tp_DataLabel.ui:82
+#: chart2/uiconfig/ui/tp_DataLabel.ui:97
msgctxt "tp_DataLabel|CB_SYMBOL"
msgid "Show _legend key"
msgstr "_መግለጫ ቁልፍ ማሳያ"
+#. Bm8gp
+#: chart2/uiconfig/ui/tp_DataLabel.ui:106
+msgctxt "tp_DataLabel|extended_tip|CB_SYMBOL"
+msgid "Displays the legend icons next to each data point label."
+msgstr "የ መግለጫ ምልክቶች ማሳያ ከ እያንዳንዱ የ ዳታ ነጥብ ምልክት አጠገብ"
+
#. K3uFN
-#: chart2/uiconfig/ui/tp_DataLabel.ui:97
+#: chart2/uiconfig/ui/tp_DataLabel.ui:117
msgctxt "tp_DataLabel|CB_WRAP_TEXT"
msgid "Auto text _wrap"
msgstr "በራሱ ጽሁፍ _መጠቅለያ"
#. tgNDD
-#: chart2/uiconfig/ui/tp_DataLabel.ui:112
+#: chart2/uiconfig/ui/tp_DataLabel.ui:132
msgctxt "tp_DataLabel|PB_NUMBERFORMAT"
msgid "Number _format..."
msgstr "የ ቁጥር _አቀራረብ..."
+#. nzq24
+#: chart2/uiconfig/ui/tp_DataLabel.ui:140
+msgctxt "tp_DataLabel|extended_tip|PB_NUMBERFORMAT"
+msgid "Opens a dialog to select the number format."
+msgstr "የ ቁጥር አቀራረብ ምርጫ ንግግር መክፈቻ"
+
#. PYC2b
-#: chart2/uiconfig/ui/tp_DataLabel.ui:126
+#: chart2/uiconfig/ui/tp_DataLabel.ui:151
msgctxt "tp_DataLabel|PB_PERCENT_NUMBERFORMAT"
msgid "Percentage f_ormat..."
msgstr "የ ፐርሰንት አ_ቀራረብ..."
+#. 3wD3x
+#: chart2/uiconfig/ui/tp_DataLabel.ui:159
+msgctxt "tp_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT"
+msgid "Opens a dialog to select the percentage format."
+msgstr "የ ፐርሰንት አቀራረብ ምርጫ ንግግር መክፈቻ"
+
#. gFELD
-#: chart2/uiconfig/ui/tp_DataLabel.ui:142
+#: chart2/uiconfig/ui/tp_DataLabel.ui:172
msgctxt "tp_DataLabel|CT_LABEL_DIAL"
msgid "ABCD"
msgstr "ABCD"
#. GqA8C
-#: chart2/uiconfig/ui/tp_DataLabel.ui:161
+#: chart2/uiconfig/ui/tp_DataLabel.ui:191
msgctxt "tp_DataLabel|FT_TEXT_SEPARATOR"
msgid "_Separator"
msgstr "_መለያያ"
#. oPhGH
-#: chart2/uiconfig/ui/tp_DataLabel.ui:178
+#: chart2/uiconfig/ui/tp_DataLabel.ui:208
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Space"
msgstr "ክፍተት"
#. fR4fG
-#: chart2/uiconfig/ui/tp_DataLabel.ui:179
+#: chart2/uiconfig/ui/tp_DataLabel.ui:209
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Comma"
msgstr "ኮማ"
#. 5baF4
-#: chart2/uiconfig/ui/tp_DataLabel.ui:180
+#: chart2/uiconfig/ui/tp_DataLabel.ui:210
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Semicolon"
msgstr "ሴሚኮለን"
#. 8MGkQ
-#: chart2/uiconfig/ui/tp_DataLabel.ui:181
+#: chart2/uiconfig/ui/tp_DataLabel.ui:211
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "New line"
msgstr "አዲስ መስመር"
#. bpmiF
-#: chart2/uiconfig/ui/tp_DataLabel.ui:182
+#: chart2/uiconfig/ui/tp_DataLabel.ui:212
msgctxt "tp_DataLabel|liststoreSEPARATOR"
msgid "Period"
msgstr "ነጥብ"
+#. jjR8u
+#: chart2/uiconfig/ui/tp_DataLabel.ui:216
+msgctxt "tp_DataLabel|extended_tip|LB_TEXT_SEPARATOR"
+msgid "Selects the separator between multiple text strings for the same object."
+msgstr "ለ ተመረጠው እቃ በ በርካታ የ ጽሁፍ ሀረጎች መካከል መለያያ መምረጫ"
+
#. 2MNGz
-#: chart2/uiconfig/ui/tp_DataLabel.ui:207
+#: chart2/uiconfig/ui/tp_DataLabel.ui:242
msgctxt "tp_DataLabel|FT_LABEL_PLACEMENT"
msgid "Place_ment"
msgstr "አቀማ_መጥ"
#. L2MYb
-#: chart2/uiconfig/ui/tp_DataLabel.ui:224
+#: chart2/uiconfig/ui/tp_DataLabel.ui:259
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Best fit"
msgstr "በ ጥሩ ልክ"
#. ba7eW
-#: chart2/uiconfig/ui/tp_DataLabel.ui:225
+#: chart2/uiconfig/ui/tp_DataLabel.ui:260
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Center"
msgstr "መሀከል"
#. nW5vs
-#: chart2/uiconfig/ui/tp_DataLabel.ui:226
+#: chart2/uiconfig/ui/tp_DataLabel.ui:261
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Above"
msgstr "ከ ላይ"
#. gW9Aa
-#: chart2/uiconfig/ui/tp_DataLabel.ui:227
+#: chart2/uiconfig/ui/tp_DataLabel.ui:262
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top left"
msgstr "ከ ላይ በ ግራ በኩል"
#. UQBcJ
-#: chart2/uiconfig/ui/tp_DataLabel.ui:228
+#: chart2/uiconfig/ui/tp_DataLabel.ui:263
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Left"
msgstr "በ ግራ"
#. CVw6x
-#: chart2/uiconfig/ui/tp_DataLabel.ui:229
+#: chart2/uiconfig/ui/tp_DataLabel.ui:264
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom left"
msgstr "ከ ታች በ ግራ በኩል"
#. EF7Qb
-#: chart2/uiconfig/ui/tp_DataLabel.ui:230
+#: chart2/uiconfig/ui/tp_DataLabel.ui:265
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Below"
msgstr "ከ ታች"
#. bdAYf
-#: chart2/uiconfig/ui/tp_DataLabel.ui:231
+#: chart2/uiconfig/ui/tp_DataLabel.ui:266
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Bottom right"
msgstr "ከ ታች በ ቀኝ በኩል"
#. kHGEs
-#: chart2/uiconfig/ui/tp_DataLabel.ui:232
+#: chart2/uiconfig/ui/tp_DataLabel.ui:267
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Right"
msgstr "በ ቀኝ"
#. GFkmP
-#: chart2/uiconfig/ui/tp_DataLabel.ui:233
+#: chart2/uiconfig/ui/tp_DataLabel.ui:268
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Top right"
msgstr "ከ ላይ በ ቀኝ በኩል"
#. KFZhx
-#: chart2/uiconfig/ui/tp_DataLabel.ui:234
+#: chart2/uiconfig/ui/tp_DataLabel.ui:269
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "ውስጥ"
#. BJm6w
-#: chart2/uiconfig/ui/tp_DataLabel.ui:235
+#: chart2/uiconfig/ui/tp_DataLabel.ui:270
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "ውጪ"
#. XGkMi
-#: chart2/uiconfig/ui/tp_DataLabel.ui:236
+#: chart2/uiconfig/ui/tp_DataLabel.ui:271
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Near origin"
msgstr "ዋናው አጠገብ"
+#. vq2Bf
+#: chart2/uiconfig/ui/tp_DataLabel.ui:275
+msgctxt "tp_DataLabel|extended_tip|LB_LABEL_PLACEMENT"
+msgid "Selects the placement of data labels relative to the objects."
+msgstr "ከ እቃው አንጻር የ ዳታ ምልክቶች አቀማመጥ ቦታ መምረጫ"
+
#. PNGYD
-#: chart2/uiconfig/ui/tp_DataLabel.ui:255
+#: chart2/uiconfig/ui/tp_DataLabel.ui:295
msgctxt "tp_DataLabel|STR_DLG_NUMBERFORMAT_FOR_PERCENTAGE_VALUE"
msgid "Number Format for Percentage Value"
msgstr "የ ቁጥር አቀራረብ ለ ፐርሰንት ዋጋ"
#. 3BZrx
-#: chart2/uiconfig/ui/tp_DataLabel.ui:273
+#: chart2/uiconfig/ui/tp_DataLabel.ui:313
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
msgstr "የ ጽሁፍ ባህሪዎች"
+#. avLCL
+#: chart2/uiconfig/ui/tp_DataLabel.ui:357
+msgctxt "tp_DataLabel|extended_tip|CT_DIAL"
+msgid "Click in the dial to set the text orientation for the data labels."
+msgstr "ይጫኑ በ መቆጣጠሪያው ላይ የ ጽሁፍ አቅጣጫ ለ ማሰናዳት"
+
+#. eKwUH
+#: chart2/uiconfig/ui/tp_DataLabel.ui:377
+msgctxt "tp_DataLabel|extended_tip|NF_LABEL_DEGREES"
+msgid "Enter the counterclockwise rotation angle for the data labels."
+msgstr "ለ ዳታ ምልክቶች ከ ቀኝ ወደ ግራ ማዞሪያ አንግል ያስገቡ"
+
#. VArif
-#: chart2/uiconfig/ui/tp_DataLabel.ui:341
+#: chart2/uiconfig/ui/tp_DataLabel.ui:391
msgctxt "tp_DataLabel|FT_LABEL_DEGREES"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
#. zdP7E
-#: chart2/uiconfig/ui/tp_DataLabel.ui:366
+#: chart2/uiconfig/ui/tp_DataLabel.ui:416
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
msgstr "የጽ_ሁፍ አቅጣጫ"
+#. MYXZo
+#: chart2/uiconfig/ui/tp_DataLabel.ui:433
+msgctxt "tp_DataLabel|extended_tip|LB_LABEL_TEXTDIR"
+msgid "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."
+msgstr "ለ አንቀጽ የ ጽሁፍ አቅጣጫ ይወስኑ ለ ውስብስብ ጽሁፍ እቅድ (CTL). ይህ ገጽታ የሚኖረው የ ውስብስብ ጽሁፍ እቅድ ድጋፍን ሲያስችሉ ነው"
+
#. PKnKk
-#: chart2/uiconfig/ui/tp_DataLabel.ui:403
+#: chart2/uiconfig/ui/tp_DataLabel.ui:458
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
msgstr "ጽሁፍ ማዞሪያ"
+#. wBzcx
+#: chart2/uiconfig/ui/tp_DataLabel.ui:491
+msgctxt "tp_DataLabel|CB_CUSTOM_LEADER_LINES"
+msgid "_Connect displaced data labels to data points"
+msgstr ""
+
+#. BXobT
+#: chart2/uiconfig/ui/tp_DataLabel.ui:500
+msgctxt "tp_DataLabel|extended_tip|CB_CUSTOM_LEADER_LINES"
+msgid "Draws a line connecting the data labels to the data points"
+msgstr ""
+
+#. MBFBB
+#: chart2/uiconfig/ui/tp_DataLabel.ui:518
+msgctxt "tp_DataLabel|label3"
+msgid "Leader Lines"
+msgstr ""
+
+#. iDheE
+#: chart2/uiconfig/ui/tp_DataLabel.ui:534
+msgctxt "tp_DataLabel|extended_tip|tp_DataLabel"
+msgid "Opens the Data Labels dialog, which enables you to set the data labels."
+msgstr "መክፈቻ የ ዳታ ምልክቶች ንግግር፡ የ ዳታ ምልክቶች ማሰናዳት ያስችሎታል"
+
#. rXE7B
#: chart2/uiconfig/ui/tp_DataPointOption.ui:41
msgctxt "tp_DataPointOption|CB_LEGEND_ENTRY_HIDDEN"
msgid "Hide legend entry"
msgstr "መግለጫ ማስገቢያ መደበቂያ"
+#. k2s9H
+#: chart2/uiconfig/ui/tp_DataPointOption.ui:49
+msgctxt "tp_DataPointOption|extended_tip|CB_LEGEND_ENTRY_HIDDEN"
+msgid "Do not show legend entry for the selected data series or data point."
+msgstr ""
+
#. DUQwA
-#: chart2/uiconfig/ui/tp_DataPointOption.ui:62
+#: chart2/uiconfig/ui/tp_DataPointOption.ui:67
msgctxt "tp_DataPointOption|label1"
msgid "Legend Entry"
msgstr "መግለጫ ማስገቢያ"
@@ -3015,61 +3843,121 @@ msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
#. 2iNp6
-#: chart2/uiconfig/ui/tp_DataSource.ui:60
+#: chart2/uiconfig/ui/tp_DataSource.ui:70
msgctxt "tp_DataSource|FT_SERIES"
msgid "Data _series:"
msgstr "_ተከታታይ ዳታ:"
+#. oFoeg
+#: chart2/uiconfig/ui/tp_DataSource.ui:113
+msgctxt "tp_DataSource|extended_tip|LB_SERIES"
+msgid "Shows a list of all data series in the chart. Click an entry to view and edit that data series. Click Add to insert a new series into the list after the selected entry."
+msgstr "ሁሉንም የ ተከታታይ ዳታ ዝርዝር በ ቻርትስ ውስጥ ማሳያ: ይጫኑ ማስገቢያ ለ መመልከት እና ለ ማረም ተከታታይ ዳታ: ይጫኑ መጨመሪያ አዲስ ተከታታይ ወደ ዝርዝር ውስጥ ለማስገባት ከ ተመረጠው ማስገቢያ በኋላ "
+
#. rqABh
-#: chart2/uiconfig/ui/tp_DataSource.ui:118
+#: chart2/uiconfig/ui/tp_DataSource.ui:133
msgctxt "tp_DataSource|BTN_ADD"
msgid "_Add"
msgstr "_መጨመሪያ"
+#. AExBB
+#: chart2/uiconfig/ui/tp_DataSource.ui:141
+msgctxt "tp_DataSource|extended_tip|BTN_ADD"
+msgid "Adds a new entry below the current entry in the Data Series list. If an entry is selected, the new data series gets the same chart type."
+msgstr "አዲስ ዳታ መጨመሪያ ከ አሁኑ ማስገቢያ ከ ታች በኩል ከ ተከታታይ ዳታ ዝርዝር ውስጥ: ማስገቢያ ከ ተመረጠ: አዲሱ ተከታታይ ዳታ ተመሳሳይ የ ቻርትስ አይነት ያገኛል "
+
#. dCyXA
-#: chart2/uiconfig/ui/tp_DataSource.ui:139
+#: chart2/uiconfig/ui/tp_DataSource.ui:159
msgctxt "tp_DataSource|BTN_UP-atkobject"
msgid "Up"
msgstr "ወደ ላይ"
+#. GTEK3
+#: chart2/uiconfig/ui/tp_DataSource.ui:160
+msgctxt "tp_DataSource|extended_tip|BTN_UP"
+msgid "Moves up the selected entry in the Data Series list."
+msgstr "የ ተመረጠውን ማስገቢያ ከ ተከታታይ ዳታ ዝርዝር ውስጥ ማንቀሳቀሻ"
+
#. 3v9x2
-#: chart2/uiconfig/ui/tp_DataSource.ui:150
+#: chart2/uiconfig/ui/tp_DataSource.ui:171
msgctxt "tp_DataSource|BTN_REMOVE"
msgid "_Remove"
msgstr "_ማስወገጃ"
+#. BDDwm
+#: chart2/uiconfig/ui/tp_DataSource.ui:179
+msgctxt "tp_DataSource|extended_tip|BTN_REMOVE"
+msgid "Removes the selected entry from the Data Series list."
+msgstr "የ ተመረጠውን ማስገቢያ ከ ተከታታይ ዳታ ዝርዝር ውስጥ ማስወገጃ"
+
#. MkZNf
-#: chart2/uiconfig/ui/tp_DataSource.ui:171
+#: chart2/uiconfig/ui/tp_DataSource.ui:197
msgctxt "tp_DataSource|BTN_DOWN-atkobject"
msgid "Down"
msgstr "ወደ ታች"
+#. 558EK
+#: chart2/uiconfig/ui/tp_DataSource.ui:198
+msgctxt "tp_DataSource|extended_tip|BTN_DOWN"
+msgid "Moves down the selected entry in the Data Series list."
+msgstr "የ ተመረጠውን ማስገቢያ ከ ተከታታይ ዳታ ዝርዝር ስር ወደ ታች ማንቀሳቀሻ"
+
#. mC5Ge
-#: chart2/uiconfig/ui/tp_DataSource.ui:211
+#: chart2/uiconfig/ui/tp_DataSource.ui:238
msgctxt "tp_DataSource|FT_ROLE"
msgid "_Data ranges:"
msgstr "የ _ዳታ መጠኖች:"
+#. ZB6Dv
+#: chart2/uiconfig/ui/tp_DataSource.ui:291
+msgctxt "tp_DataSource|extended_tip|LB_ROLE"
+msgid "Shows all the data ranges used by the data series that is selected in the Data Series list box. Each data range shows the role name and the source range address."
+msgstr "ሁሉንም የ ዳታ መጠኖች ማሳያ የ ተጠቀሙትን ከ ተመረጠው ተከታታይ ዳታ ውስጥ የ ተመረጠውን በ ተከታታይ ዳታ ዝርዝር ሳጥን ውስጥ: እያንዳንዱ የ ዳታ መጠን የሚናውን ስም እና የ አድራሻ መጠን ምንጭ ያሳያል "
+
#. qRMfs
-#: chart2/uiconfig/ui/tp_DataSource.ui:274
+#: chart2/uiconfig/ui/tp_DataSource.ui:306
msgctxt "tp_DataSource|FT_RANGE"
msgid "Ran_ge for %VALUETYPE"
msgstr "መጠ_ን ለ %VALUETYPE"
+#. M2BSw
+#: chart2/uiconfig/ui/tp_DataSource.ui:330
+msgctxt "tp_DataSource|extended_tip|EDT_RANGE"
+msgid "Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimize this dialog while you select the data range in Calc, click the Select data range button."
+msgstr "ማሳያ የ ምንጭ መጠን አድራሻ ከ ሁለተኛው አምድ ከ ዳታ መጠን ዝርዝር ሳጥን ውስጥ: እርስዎ መቀየር ይችላሉ መጠን በ ጽሁፍ ሳጥን ውስጥ ወይንም በ ሰነድ ውስጥ በ መጎተት: ይህን ንግግር ለማሳነስ እርስዎ ሲመርጡ የ ዳታ መጠን በ ሰንጠረዥ ውስጥ: ይጫኑ የ ዳታ መጠን መምረጫ ቁልፍ "
+
+#. CwKet
+#: chart2/uiconfig/ui/tp_DataSource.ui:347
+msgctxt "tp_DataSource|extended_tip|IMB_RANGE_MAIN"
+msgid "Shows the source range address from the second column of the Data Range list box. You can change the range in the text box or by dragging in the document. To minimize this dialog while you select the data range in Calc, click the Select data range button."
+msgstr "ማሳያ የ ምንጭ መጠን አድራሻ ከ ሁለተኛው አምድ ከ ዳታ መጠን ዝርዝር ሳጥን ውስጥ: እርስዎ መቀየር ይችላሉ መጠን በ ጽሁፍ ሳጥን ውስጥ ወይንም በ ሰነድ ውስጥ በ መጎተት: ይህን ንግግር ለማሳነስ እርስዎ ሲመርጡ የ ዳታ መጠን በ ሰንጠረዥ ውስጥ: ይጫኑ የ ዳታ መጠን መምረጫ ቁልፍ "
+
#. FX2CF
-#: chart2/uiconfig/ui/tp_DataSource.ui:329
+#: chart2/uiconfig/ui/tp_DataSource.ui:371
msgctxt "tp_DataSource|FT_CATEGORIES"
msgid "_Categories"
msgstr "_ምድቦች"
#. EiwXn
-#: chart2/uiconfig/ui/tp_DataSource.ui:343
+#: chart2/uiconfig/ui/tp_DataSource.ui:385
msgctxt "tp_DataSource|FT_DATALABELS"
msgid "Data _labels"
msgstr "የ ዳታ _ምልክቶች"
+#. ogTbE
+#: chart2/uiconfig/ui/tp_DataSource.ui:414
+msgctxt "tp_DataSource|extended_tip|EDT_CATEGORIES"
+msgid "Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimize this dialog while you select the data range in Calc, click the Select data range button."
+msgstr "ማሳያ የ ምንጭ መጠን አድራሻ ከ ምድቦች ውስጥ (ለ እርስዎ የሚታየው ጽሁፍ በ x-አክሲስ ምድብ ቻርትስ ውስጥ): ለ XY-ቻርትስ: የ ጽሁፍ ሳጥን የያዘውየ ምንጭ መጠን ለ ዳታ ምልክቶች የሚታዩት ለ ዳታ ነጥብ ነው: ይህን ንግግር ለማሳነስ እርስዎ ሲመርጡ የ ዳታ መጠን በ ሰንጠረዥ ውስጥ: ይጫኑ የ ዳታ መጠን መምረጫ ቁልፍ "
+
+#. EYFEo
+#: chart2/uiconfig/ui/tp_DataSource.ui:431
+msgctxt "tp_DataSource|extended_tip|IMB_RANGE_CAT"
+msgid "Shows the source range address of the categories (the texts you can see on the x-axis of a category chart). For an XY-chart, the text box contains the source range of the data labels which are displayed for the data points. To minimize this dialog while you select the data range in Calc, click the Select data range button."
+msgstr "ማሳያ የ ምንጭ መጠን አድራሻ ከ ምድቦች ውስጥ (ለ እርስዎ የሚታየው ጽሁፍ በ x-አክሲስ ምድብ ቻርትስ ውስጥ): ለ XY-ቻርትስ: የ ጽሁፍ ሳጥን የያዘውየ ምንጭ መጠን ለ ዳታ ምልክቶች የሚታዩት ለ ዳታ ነጥብ ነው: ይህን ንግግር ለማሳነስ እርስዎ ሲመርጡ የ ዳታ መጠን በ ሰንጠረዥ ውስጥ: ይጫኑ የ ዳታ መጠን መምረጫ ቁልፍ "
+
#. YwALA
-#: chart2/uiconfig/ui/tp_DataSource.ui:416
+#: chart2/uiconfig/ui/tp_DataSource.ui:468
msgctxt "tp_DataSource|FT_CAPTION_FOR_WIZARD"
msgid "Customize Data Ranges for Individual Data Series"
msgstr "የ ዳታ መጠኖች ማስተካከያ ለ እያንዳንዱ ተከታታይ ዳታ"
@@ -3080,128 +3968,224 @@ msgctxt "tp_ErrorBars|RB_NONE"
msgid "_None"
msgstr "_ምንም"
+#. YVhm9
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:68
+msgctxt "tp_ErrorBars|extended_tip|RB_NONE"
+msgid "Does not show any error bars."
+msgstr "ምንም የ ስህተት መደርደሪያ አያሳይም"
+
#. Cq44D
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:75
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:80
msgctxt "tp_ErrorBars|RB_CONST"
msgid "_Constant Value"
msgstr "_የማያቋርጥ ዋጋ"
+#. Aetuh
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:91
+msgctxt "tp_ErrorBars|extended_tip|RB_CONST"
+msgid "Displays constant values that you specify in the Parameters area."
+msgstr "መደበኛ ዋጋ ማሳያ እርስዎ የወሰኑትን በ ደንቦች ቦታ ውስጥ "
+
#. Njqok
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:93
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:103
msgctxt "tp_ErrorBars|RB_PERCENT"
msgid "_Percentage"
msgstr "_ፐርሰንት"
+#. kqgrm
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:114
+msgctxt "tp_ErrorBars|extended_tip|RB_PERCENT"
+msgid "Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area."
+msgstr "ፐርሰንቴጅ ማሳያ: ማሳያው የሚያመሳክረው ለ ተመሳሳይ ዳታ ነጥብ ነው: ፐርሰንቴጅ በ ደንቦች ቦታ ማሰናጃ ውስጥ "
+
+#. qCQY8
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:141
+msgctxt "tp_ErrorBars|extended_tip|RB_FUNCTION"
+msgid "Select a function to calculate the error bars."
+msgstr "የ ስህተት መደርደሪያ ለማስላት ተግባር ይምረጡ"
+
#. GnXao
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:136
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:156
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Error"
msgstr "መደበኛ ስህተት"
#. SQ3rE
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:137
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:157
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Standard Deviation"
msgstr "መደበኛ ልዩነት"
#. GagXt
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:138
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:158
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Variance"
msgstr "ልዩነቶች"
#. Siyxd
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:139
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:159
msgctxt "tp_ErrorBars|liststoreFUNCTION"
msgid "Error Margin"
msgstr "የ ስህተት መስመር"
+#. j6oTg
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:163
+msgctxt "tp_ErrorBars|extended_tip|LB_FUNCTION"
+msgid "Select a function to calculate the error bars."
+msgstr "የ ስህተት መደርደሪያ ለማስላት ተግባር ይምረጡ"
+
#. AbhAQ
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:157
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:182
msgctxt "tp_ErrorBars|RB_RANGE"
msgid "Cell _Range"
msgstr "የ ክፍሉ _መጠን"
+#. x3uW3
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:193
+msgctxt "tp_ErrorBars|extended_tip|RB_RANGE"
+msgid "Click Cell Range and then specify a cell range from which to take the positive and negative error bar values."
+msgstr "ይጫኑ የ ክፍል መጠን ላይ እና ከዛ ይወስኑ የ ክፍል መጠን እርስዎ የ አዎንታዊ እና አሉታዊ የ ስህተት መደርደሪያ ዋጋዎች የሚወስዱበት "
+
#. 9Y8Vo
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:181
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:211
msgctxt "tp_ErrorBars|label1"
msgid "Error Category"
msgstr "የ ህስተተ ምድብ"
#. q8qXd
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:215
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:245
msgctxt "tp_ErrorBars|RB_BOTH"
msgid "Positive _and Negative"
msgstr "አዎንታዊ _እና አሉታዊ"
+#. LDszs
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:256
+msgctxt "tp_ErrorBars|extended_tip|RB_BOTH"
+msgid "Shows positive and negative error bars."
+msgstr "የ አዎንታዊ እና አሉታዊ ስህተት መደርደሪያ ማሳያ "
+
#. 6F78D
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:232
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:267
msgctxt "tp_ErrorBars|RB_POSITIVE"
msgid "Pos_itive"
msgstr "አዎን_ታዊ"
+#. oSnnp
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:278
+msgctxt "tp_ErrorBars|extended_tip|RB_POSITIVE"
+msgid "Shows only positive error bars."
+msgstr "የ አዎንታዊ ስህተት መደርደሪያ ብቻ ማሳያ"
+
#. jdFbj
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:249
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:289
msgctxt "tp_ErrorBars|RB_NEGATIVE"
msgid "Ne_gative"
msgstr "አሉ_ታዊ"
+#. DvqJN
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:300
+msgctxt "tp_ErrorBars|extended_tip|RB_NEGATIVE"
+msgid "Shows only negative error bars."
+msgstr "የ አሉታዊ ስህተት መደርደሪያ ብቻ ማሳያ"
+
#. D4Aou
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:305
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:350
msgctxt "tp_ErrorBars|label2"
msgid "Error Indicator"
msgstr "ስህተትት ጠቋሚ"
#. haTNd
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:353
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:398
msgctxt "tp_ErrorBars|FT_POSITIVE"
msgid "P_ositive (+)"
msgstr "አ_ዎንታዊ (+)"
+#. 7bDeP
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:416
+msgctxt "tp_ErrorBars|extended_tip|MF_POSITIVE"
+msgid "Enter the value to add to the displayed value as the positive error value."
+msgstr "እርስዎ መጨመር የሚፈልጉትን ዋጋ ያስገቡ ለሚታየው ዋጋ እንደ አዎንታዊ የ ስህተት ዋጋ "
+
+#. D5XCD
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:434
+msgctxt "tp_ErrorBars|extended_tip|ED_RANGE_POSITIVE"
+msgid "Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet."
+msgstr "እርስዎ የ አድራሻ መጠን ያስገቡ የ አዎንታዊ የ ስህተት ዋጋዎች የሚገኙበትን: የማሳጠሪያ ቁልፍ ይጠቀሙ መጠኑን ከ ወረቀት ውስጥ ለመምረጥ "
+
#. rGBRC
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:394
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:449
msgctxt "tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
+#. QYRko
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:453
+msgctxt "tp_ErrorBars|extended_tip|IB_RANGE_POSITIVE"
+msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
+msgstr "ይጫኑ ምልክቱን ንግግሩን ለማሳነስ: እና ከዛ አይጥ ይጠቀሙ በ ሰንጠረዥ ውስጥ የ ክፍሉን መጠን ለ መምረጥ: ይጫኑ ቁልፉን እንደገና ንግግሩን እንደ ነበር ለ መመለስ ወደ ሙሉ መጠን"
+
#. C5ZdQ
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:419
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:479
msgctxt "tp_ErrorBars|FT_NEGATIVE"
msgid "_Negative (-)"
msgstr "_አሉታዊ (-)"
+#. TAAD2
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:497
+msgctxt "tp_ErrorBars|extended_tip|MF_NEGATIVE"
+msgid "Enter the value to subtract from the displayed value as the negative error value."
+msgstr "እርስዎ መጨመር የሚፈልጉትን ዋጋ ያስገቡ ለሚታየው ዋጋ እንደ አሉታዊ የ ስህተት ዋጋ "
+
+#. S8d3Y
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:514
+msgctxt "tp_ErrorBars|extended_tip|ED_RANGE_NEGATIVE"
+msgid "Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet."
+msgstr "እርስዎ የ አድራሻ መጠን ያስገቡ የ አሉታዊ የ ስህተት ዋጋዎች የሚገኙበትን: የማሳጠሪያ ቁልፍ ይጠቀሙ መጠኑን ከ ወረቀት ውስጥ ለመምረጥ "
+
#. EVG7h
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:459
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:529
msgctxt "tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
+#. oEACZ
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:533
+msgctxt "tp_ErrorBars|extended_tip|IB_RANGE_NEGATIVE"
+msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
+msgstr "ይጫኑ ምልክቱን ንግግሩን ለማሳነስ: እና ከዛ አይጥ ይጠቀሙ በ ሰንጠረዥ ውስጥ የ ክፍሉን መጠን ለ መምረጥ: ይጫኑ ቁልፉን እንደገና ንግግሩን እንደ ነበር ለ መመለስ ወደ ሙሉ መጠን"
+
#. wdsax
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:477
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:552
msgctxt "tp_ErrorBars|CB_SYN_POS_NEG"
msgid "Same value for both"
msgstr "አንድ አይነት ዋጋ ለሁለቱም"
+#. DvgLw
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:561
+msgctxt "tp_ErrorBars|extended_tip|CB_SYN_POS_NEG"
+msgid "Enable to use the positive error values also as negative error values. You can only change the value of the \"Positive (+)\" box. That value gets copied to the \"Negative (-)\" box automatically."
+msgstr "ያስችሉ ለ መጠቀም የ አዎንታዊ ስህተት ዋጋዎች እንዲሁም የ አሉታዊ ስህተት ዋጋዎች: እርስዎ መቀየር የሚችሉት የ \"አዎንታዊ (+)\" ሳጥን ብቻ ነው: ዋጋው ኮፒ ይደረጋል ወደ የ \"አሉታዊ (-)\" ሳጥን ውስጥ ራሱ በራሱ"
+
#. BEj3C
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:499
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:579
msgctxt "tp_ErrorBars|label3"
msgid "Parameters"
msgstr "ደንቦች"
#. XxRKD
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:516
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:596
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS"
msgid "Select Range for Positive Error Bars"
msgstr "የ አዎንታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
#. FXjsk
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:527
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:607
msgctxt "tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS"
msgid "Select Range for Negative Error Bars"
msgstr "የ አሉታዊ ስህተት መደርደሪያ መጠን ይምረጡ"
#. AAfgS
-#: chart2/uiconfig/ui/tp_ErrorBars.ui:538
+#: chart2/uiconfig/ui/tp_ErrorBars.ui:618
msgctxt "tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA"
msgid "From Data Table"
msgstr "ከ ዳታ ሰንጠረዥ ውስጥ"
@@ -3212,50 +4196,86 @@ msgctxt "tp_LegendPosition|left"
msgid "_Left"
msgstr "በ _ግራ"
+#. 98N4N
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:39
+msgctxt "tp_LegendPosition|extended_tip|left"
+msgid "Positions the legend at the left of the chart."
+msgstr "መግለጫውን በ ቻርትስ በ ግራ በኩል ማድረጊያ"
+
#. WGGa8
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:45
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:50
msgctxt "tp_LegendPosition|right"
msgid "_Right"
msgstr "_በ ቀኝ"
+#. BgNsc
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:60
+msgctxt "tp_LegendPosition|extended_tip|right"
+msgid "Positions the legend at the right of the chart."
+msgstr "መግለጫውን በ ቻርትስ በ ቀኝ በኩል ማድረጊያ"
+
#. aURZs
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:61
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:71
msgctxt "tp_LegendPosition|top"
msgid "_Top"
msgstr "ከ _ላይ"
+#. GppCU
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:81
+msgctxt "tp_LegendPosition|extended_tip|top"
+msgid "Positions the legend at the top of the chart."
+msgstr "መግለጫውን በ ቻርትስ ከ ላይ በኩል ማድረጊያ"
+
#. 9WgFV
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:77
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:92
msgctxt "tp_LegendPosition|bottom"
msgid "_Bottom"
msgstr "ከ _ታች"
+#. dvBdX
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:102
+msgctxt "tp_LegendPosition|extended_tip|bottom"
+msgid "Positions the legend at the bottom of the chart."
+msgstr "መግለጫውን በ ቻርትስ ከ ታች በኩል ማድረጊያ."
+
#. z84pQ
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:99
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:119
msgctxt "tp_LegendPosition|TXT_POSITION"
msgid "Position"
msgstr "ቦታ"
#. 6teoB
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:134
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:154
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
msgstr "የ ጽ_ሁፍ አቅጣጫ"
+#. PSPoQ
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:170
+msgctxt "tp_LegendPosition|extended_tip|LB_LEGEND_TEXTDIR"
+msgid "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."
+msgstr "ለ አንቀጽ የ ጽሁፍ አቅጣጫ ይወስኑ ለ ውስብስብ ጽሁፍ እቅድ (CTL). ይህ ገጽታ የሚኖረው የ ውስብስብ ጽሁፍ እቅድ ድጋፍን ሲያስችሉ ነው"
+
#. sUDkC
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:163
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:188
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
#. VsH8A
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:196
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:221
msgctxt "tp_LegendPosition|CB_NO_OVERLAY"
msgid "Show the legend without overlapping the chart"
msgstr "ቻርቱ ላይ ሳይደረብ መግለጫ ማሳያ"
+#. yi8AX
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:230
+msgctxt "tp_LegendPosition|extended_tip|CB_NO_OVERLAY"
+msgid "Specifies whether the legend should overlap the chart."
+msgstr ""
+
#. 82yue
-#: chart2/uiconfig/ui/tp_LegendPosition.ui:218
+#: chart2/uiconfig/ui/tp_LegendPosition.ui:248
msgctxt "tp_LegendPosition|TXT_OVERLAY"
msgid "Overlay"
msgstr "መደረቢያ"
@@ -3266,32 +4286,50 @@ msgctxt "tp_PolarOptions|CB_CLOCKWISE"
msgid "_Clockwise direction"
msgstr "_ከ ግራ ወደ ቀኝ አቅጣጫ"
+#. GikR7
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:39
+msgctxt "tp_PolarOptions|extended_tip|CB_CLOCKWISE"
+msgid "The default direction in which the pieces of a pie chart are ordered is counterclockwise. Enable the Clockwise direction checkbox to draw the pieces in opposite direction."
+msgstr " ነባሩ አቅጣጫ ለ ፓይ አካል ከ ቀኝ ወደ ግራ ነው: ያስችሉ ከ ግራ ወደ ቀኝ አቅጣጫ ምልክት ማድረጊያ ሳጥን ውስጥ ለ መሳል አካሉን በ ተቃራኒ አቅጣጫ "
+
#. ATHCu
-#: chart2/uiconfig/ui/tp_PolarOptions.ui:45
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:50
msgctxt "tp_PolarOptions|label1"
msgid "Orientation"
msgstr "አቅጣጫ"
+#. mEJCE
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:90
+msgctxt "tp_PolarOptions|extended_tip|CT_ANGLE_DIAL"
+msgid "Drag the small dot along the circle or click any position on the circle to set the starting angle of a pie or donut chart. The starting angle is the mathematical angle position where the first piece is drawn. The value of 90 degrees draws the first piece at the 12 o'clock position. A value of 0 degrees starts at the 3 o'clock position."
+msgstr "ይጎትቱ ትንሹን ነጥብ ከ ክብ ውስጥ ወይንም ይጫኑ ነ ማንኛውም ቦታ በ ክቡ ውስጥ የ አንግል ማስጀመሪያ ለማሰናዳት ለ ፓይ ወይንም ዶናት ቻርትስ: የ አንግል ማስጀመሪያ የ ሂሳብ አንግል ቦታ ነው የ መጀመሪያው አካል የሚሳልበት: የ 90 ዲግሪዎች ዋጋ የሚሳለው የ መጀመሪያው ዋጋ 12 ሰአት ቦታ ላይ ነው: የ 0 ዲግሪዎች ዋጋ የሚሳለው የሚጀምረው 3 ሰአት ቦታ ላይ ነው "
+
+#. EEVTg
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:109
+msgctxt "tp_PolarOptions|extended_tip|NF_STARTING_ANGLE"
+msgid "Enter the starting angle between 0 and 359 degrees. You can also click the arrows to change the displayed value."
+msgstr "መጀመሪያ አንግል ያስገቡ በ 0 እና 359 ዲግሪዎች መካከል: እርስዎ እንዲሁም መጫን ይችላሉ ቀስቶች የሚታየውን ዋጋ ለ መቀየር"
+
#. prqEa
-#: chart2/uiconfig/ui/tp_PolarOptions.ui:108
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:123
msgctxt "tp_PolarOptions|FT_ROTATION_DEGREES"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
#. iHLKn
-#: chart2/uiconfig/ui/tp_PolarOptions.ui:127
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:142
msgctxt "tp_PolarOptions|label2"
msgid "Starting Angle"
msgstr "አንግል ማስጀመሪያ"
#. 5zEew
-#: chart2/uiconfig/ui/tp_PolarOptions.ui:155
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:170
msgctxt "tp_PolarOptions|CB_INCLUDE_HIDDEN_CELLS_POLAR"
msgid "Include _values from hidden cells"
msgstr "ከ ተደበቁ ክፍሎች ውስጥ _ዋጋዎችን ማካተቻ"
#. F5FTp
-#: chart2/uiconfig/ui/tp_PolarOptions.ui:170
+#: chart2/uiconfig/ui/tp_PolarOptions.ui:185
msgctxt "tp_PolarOptions|label3"
msgid "Plot Options"
msgstr "የ መፈጸሚያ ምርጫ"
@@ -3314,56 +4352,92 @@ msgctxt "tp_RangeChooser|FT_RANGE"
msgid "_Data range:"
msgstr "የ _ዳታ መጠን:"
+#. WKLi7
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:65
+msgctxt "tp_RangeChooser|extended_tip|ED_RANGE"
+msgid "Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button."
+msgstr "የ ዳታ መጠን ያስገቡ እርስዎ ማካተት የሚፈልጉትን በ እርስዎ ቻርትስ ውስጥ: ይህን ንግግር ለማሳነስ እርስዎ ከ ሰንጠረዥ ውስጥ የ ዳታ መጠን ሲመርጡ: ይጫኑ የ የ ዳታ መጠን መምረጫ ቁልፍ "
+
#. FyVoD
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:74
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:79
msgctxt "tp_RangeChooser|IB_RANGE|tooltip_text"
msgid "Select data range"
msgstr "የ ዳታ መጠን ይምረጡ"
+#. FVivY
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:83
+msgctxt "tp_RangeChooser|extended_tip|IB_RANGE"
+msgid "Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button."
+msgstr "የ ዳታ መጠን ያስገቡ እርስዎ ማካተት የሚፈልጉትን በ እርስዎ ቻርትስ ውስጥ: ይህን ንግግር ለማሳነስ እርስዎ ከ ሰንጠረዥ ውስጥ የ ዳታ መጠን ሲመርጡ: ይጫኑ የ የ ዳታ መጠን መምረጫ ቁልፍ "
+
#. RGGHE
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:90
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:100
msgctxt "tp_RangeChooser|RB_DATAROWS"
msgid "Data series in _rows"
msgstr "ተከታታይ ዳታ በ _ረድፎች ውስጥ"
+#. w6DuB
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:110
+msgctxt "tp_RangeChooser|extended_tip|RB_DATAROWS"
+msgid "Data series get their data from consecutive rows in the selected range. For scatter charts, the first data series will contain x-values for all series. All other data series are used as y-values, one for each series."
+msgstr "ተከታታይ ዳታ ዳታ የሚያገኘው ከ ተከታታይ ረድፎች ከ ተመረጠው መጠን ውስጥ ነው: ለ ተበታተነ ቻርትስ: የ መጀመሪያው ተከታታይ ዳታ የያዘው የ x-ዋጋዎች ለሁሉም ተከታታዮች ነው: ሁሉም ሌላ ተከታታይ ዳታ የሚጠቀመው ለ y-ዋጋዎች ነው: አንድ ለ እያንዳንዱ ተከታታዮች ነው"
+
#. wSDqF
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:106
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:121
msgctxt "tp_RangeChooser|RB_DATACOLS"
msgid "Data series in _columns"
msgstr "ተከታታይ ዳታ በ _አምዶች ውስጥ"
+#. RfFZF
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:131
+msgctxt "tp_RangeChooser|extended_tip|RB_DATACOLS"
+msgid "Data series get their data from consecutive columns in the selected range. For scatter charts, the first data column will contain x-values for all series. All other data columns are used as y-values, one for each series."
+msgstr "ተከታታይ ዳታ ዳታ የሚያገኘው ከ ተከታታይ አምዶች ከ ተመረጠው መጠን ውስጥ ነው: ለ ተበታተነ ቻርትስ: የ መጀመሪያው አምድ ዳታ የያዘው የ x-ዋጋዎች ለሁሉም ተከታታዮች ነው: ሁሉም ሌላ ተከታታይ ዳታ የሚጠቀመው ለ y-ዋጋዎች ነው: አንድ ለ እያንዳንዱ ተከታታዮች ነው"
+
#. CExLY
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:122
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:142
msgctxt "tp_RangeChooser|CB_FIRST_ROW_ASLABELS"
msgid "_First row as label"
msgstr "_የመጀመሪያውን ረድፍ እንደ ምልክት"
+#. HviBv
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:151
+msgctxt "tp_RangeChooser|extended_tip|CB_FIRST_ROW_ASLABELS"
+msgid "For data series in columns: The first row in the range is used as names for data series. For data series in rows: The first row in the range is used as categories. The remaining rows comprise the data series. If this check box is not selected, all rows are data series."
+msgstr "ተከታታይ ዳታ በ አምዶች ውስጥ: የ መጀመሪያው ረድፍ በ መጠን ውስጥ የሚጠቅመው እንደ ስም ነው ለ ተከታታይ ዳታ: ለ ተከታታይ ዳታ በ ረድፍ ውስጥ: የ መጀመሪያው ረድፍ መጠን የሚጠቅመው ለ ምድቦች ነው: ቀሪው ረድፎች የያዘው ተከታታይ ዳታ ነው: ይህ ምልክት ማድረጊያ ካልተመረጠ: ሁሉም ረድፎች ተከታታይ ዳታ ናቸው "
+
#. ER2D7
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:137
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:162
msgctxt "tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS"
msgid "F_irst column as label"
msgstr "የ_መጀመሪያውን አምድ እንደ ምልክት"
+#. tTAhH
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:171
+msgctxt "tp_RangeChooser|extended_tip|CB_FIRST_COLUMN_ASLABELS"
+msgid "For data series in columns: The first column in the range is used as names for data series. For data series in rows: The first column in the range is used as categories. The remaining columns comprise the data columns. If this check box is not selected, all columns are data columns."
+msgstr "ተከታታይ ዳታ በ አምዶች ውስጥ: የ መጀመሪያው አምድ በ መጠን ውስጥ የሚጠቅመው እንደ ስም ነው ለ ተከታታይ ዳታ: ለ ተከታታይ ዳታ በ ረድፍ ውስጥ: የ መጀመሪያው አምድ መጠን የሚጠቅመው ለ ምድቦች ነው: ቀሪው አምዶች የያዘው ተከታታይ ዳታ ነው: ይህ ምልክት ማድረጊያ ካልተመረጠ: ሁሉም አምዶች ተከታታይ አምዶች ናቸው "
+
#. k9TMD
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:162
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:192
msgctxt "tp_RangeChooser|CB_TIME_BASED"
msgid "Time based charting"
msgstr "ጊዜ መሰረት ያደረገ ቻርት"
#. iuxE5
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:212
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:242
msgctxt "tp_RangeChooser|label1"
msgid "Start Table Index"
msgstr "የ ሰንጠረዥ ማውጫ ማስጀመሪያ"
#. dnmDQ
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:226
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:256
msgctxt "tp_RangeChooser|label2"
msgid "End Table Index"
msgstr "የ ሰንጠረዥ ማውጫ መጨረሻ"
#. FcYeD
-#: chart2/uiconfig/ui/tp_RangeChooser.ui:244
+#: chart2/uiconfig/ui/tp_RangeChooser.ui:274
msgctxt "tp_RangeChooser|STR_PAGE_DATA_RANGE"
msgid "Data Range"
msgstr "የ ዳታ መጠን"
@@ -3374,137 +4448,215 @@ msgctxt "tp_Scale|CBX_REVERSE"
msgid "_Reverse direction"
msgstr "_በተቃራኒ አቅጣጫ"
+#. DNJFK
+#: chart2/uiconfig/ui/tp_Scale.ui:68
+msgctxt "tp_Scale|extended_tip|CBX_REVERSE"
+msgid "Defines where the lower and where the higher values are displayed at the axis. The unchecked state is the mathematical direction."
+msgstr "ዝቅተኛ እና ከፍተኛ ዋጋዎች በ አክሲስ ውስጥ የት እንደሚታዩ መወሰኛ: ምልክት ያልተደረገበት ሁኔታ የሚያሳየው የ ሂሳብ አቅጣጫ ነው: "
+
#. qBbBL
-#: chart2/uiconfig/ui/tp_Scale.ui:75
+#: chart2/uiconfig/ui/tp_Scale.ui:80
msgctxt "tp_Scale|CBX_LOGARITHM"
msgid "_Logarithmic scale"
msgstr "የ _ሎጋሪዝም መለኪያ"
+#. 3wDMa
+#: chart2/uiconfig/ui/tp_Scale.ui:89
+msgctxt "tp_Scale|extended_tip|CBX_LOGARITHM"
+msgid "Specifies that you want the axis to be subdivided logarithmically."
+msgstr "እርስዎ የሚፈልጉትን አክሲስ ይወስኑ እንደ ንዑስ የሚከፈለውን ሎጋሪትሚካሊ "
+
#. 2B5CL
-#: chart2/uiconfig/ui/tp_Scale.ui:98
+#: chart2/uiconfig/ui/tp_Scale.ui:108
msgctxt "tp_Scale|TXT_AXIS_TYPE"
msgid "T_ype"
msgstr "አ_ይነት"
#. D6Bre
-#: chart2/uiconfig/ui/tp_Scale.ui:114
+#: chart2/uiconfig/ui/tp_Scale.ui:124
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. TCiZu
-#: chart2/uiconfig/ui/tp_Scale.ui:115
+#: chart2/uiconfig/ui/tp_Scale.ui:125
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Text"
msgstr "ጽሁፍ"
#. vAAUB
-#: chart2/uiconfig/ui/tp_Scale.ui:116
+#: chart2/uiconfig/ui/tp_Scale.ui:126
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Date"
msgstr "ቀን"
+#. 8YZhv
+#: chart2/uiconfig/ui/tp_Scale.ui:130
+msgctxt "tp_Scale|extended_tip|LB_AXIS_TYPE"
+msgid "For some types of axes, you can select to format an axis as text or date, or to detect the type automatically."
+msgstr "ለ አንዳንድ የ አክሲስ አይነቶች: እርስዎ አቀራረብ መምረጥ ይችላሉ አክሲስ እንደ ጽሁፍ ወይንም ቀን ወይንም አይነቱን ራሱ በራሱ ፈልጎ እንዲያገኝ "
+
#. Vf7vB
-#: chart2/uiconfig/ui/tp_Scale.ui:149
+#: chart2/uiconfig/ui/tp_Scale.ui:164
msgctxt "tp_Scale|TXT_MIN"
msgid "_Minimum"
msgstr "_አነስተኛ"
#. XUKzj
-#: chart2/uiconfig/ui/tp_Scale.ui:163
+#: chart2/uiconfig/ui/tp_Scale.ui:178
msgctxt "tp_Scale|TXT_MAX"
msgid "Ma_ximum"
msgstr "ከፍ_ተኛ"
#. 4jRuB
-#: chart2/uiconfig/ui/tp_Scale.ui:175
+#: chart2/uiconfig/ui/tp_Scale.ui:190
msgctxt "tp_Scale|CBX_AUTO_MIN"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
#. Bx5Co
-#: chart2/uiconfig/ui/tp_Scale.ui:190
+#: chart2/uiconfig/ui/tp_Scale.ui:205
msgctxt "tp_Scale|CBX_AUTO_MAX"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
-#. TsHtd
+#. 2Kb67
+#: chart2/uiconfig/ui/tp_Scale.ui:227
+msgctxt "tp_Scale|extended_tip|EDT_MIN"
+msgid "Defines the minimum value for the beginning of the axis."
+msgstr "ለ አክሲስ መጀመሪያ አነስተኛ ዋጋ መግለጫ"
+
+#. AvhE9
#: chart2/uiconfig/ui/tp_Scale.ui:245
+msgctxt "tp_Scale|extended_tip|EDT_MAX"
+msgid "Defines the maximum value for the end of the axis."
+msgstr "ለ አክሲስ መጨረሻ ከፍተኛ ዋጋ መግለጫ "
+
+#. TsHtd
+#: chart2/uiconfig/ui/tp_Scale.ui:270
msgctxt "tp_Scale|TXT_TIME_RESOLUTION"
msgid "R_esolution"
msgstr "ሪ_ዞሊሽን"
#. yyPFB
-#: chart2/uiconfig/ui/tp_Scale.ui:261 chart2/uiconfig/ui/tp_Scale.ui:343
-#: chart2/uiconfig/ui/tp_Scale.ui:469
+#: chart2/uiconfig/ui/tp_Scale.ui:286 chart2/uiconfig/ui/tp_Scale.ui:378
+#: chart2/uiconfig/ui/tp_Scale.ui:519
msgctxt "tp_Scale|liststoreDATE"
msgid "Days"
msgstr "ቀኖች"
#. 8xKtE
-#: chart2/uiconfig/ui/tp_Scale.ui:262 chart2/uiconfig/ui/tp_Scale.ui:344
-#: chart2/uiconfig/ui/tp_Scale.ui:470
+#: chart2/uiconfig/ui/tp_Scale.ui:287 chart2/uiconfig/ui/tp_Scale.ui:379
+#: chart2/uiconfig/ui/tp_Scale.ui:520
msgctxt "tp_Scale|liststoreDATE"
msgid "Months"
msgstr "ወሮች"
#. WRUy8
-#: chart2/uiconfig/ui/tp_Scale.ui:263 chart2/uiconfig/ui/tp_Scale.ui:345
-#: chart2/uiconfig/ui/tp_Scale.ui:471
+#: chart2/uiconfig/ui/tp_Scale.ui:288 chart2/uiconfig/ui/tp_Scale.ui:380
+#: chart2/uiconfig/ui/tp_Scale.ui:521
msgctxt "tp_Scale|liststoreDATE"
msgid "Years"
msgstr "አመቶች"
+#. WUANc
+#: chart2/uiconfig/ui/tp_Scale.ui:292
+msgctxt "tp_Scale|extended_tip|LB_TIME_RESOLUTION"
+msgid "Resolution can be set to show days, months, or years as interval steps."
+msgstr "ውጤቱን እንዲያሳይ ማሰናዳት ይቻላል ቀኖች: ወሮች: ወይንም አመቶች እንደ ክፍተት ደረጃዎች "
+
#. ezN7c
-#: chart2/uiconfig/ui/tp_Scale.ui:274
+#: chart2/uiconfig/ui/tp_Scale.ui:304
msgctxt "tp_Scale|CBX_AUTO_TIME_RESOLUTION"
msgid "Automat_ic"
msgstr "ራሱ በራ_ሱ"
#. DbJt9
-#: chart2/uiconfig/ui/tp_Scale.ui:304
+#: chart2/uiconfig/ui/tp_Scale.ui:334
msgctxt "tp_Scale|TXT_STEP_MAIN"
msgid "Ma_jor interval"
msgstr "ከፍ_ተኛ እረፍት"
-#. UMEd3
+#. AtZ6D
+#: chart2/uiconfig/ui/tp_Scale.ui:363
+msgctxt "tp_Scale|extended_tip|MT_MAIN_DATE_STEP"
+msgid "Major interval can be set to show a certain number of days, months, or years."
+msgstr "ዋናው ክፍተት እንዲያሳይ ማሰናዳት ይቻላል ቀኖች: ወሮች: ወይንም አመቶች "
+
+#. BD5BE
#: chart2/uiconfig/ui/tp_Scale.ui:384
+msgctxt "tp_Scale|extended_tip|LB_MAIN_TIME_UNIT"
+msgid "Major interval can be set to show a certain number of days, months, or years."
+msgstr "ዋናው ክፍተት እንዲያሳይ ማሰናዳት ይቻላል ቀኖች: ወሮች: ወይንም አመቶች "
+
+#. a2Gjv
+#: chart2/uiconfig/ui/tp_Scale.ui:410
+msgctxt "tp_Scale|extended_tip|EDT_STEP_MAIN"
+msgid "Defines the interval for the main division of the axes."
+msgstr "ለ ዋናው የ አክሲስ ክፍል ክፍተት መወሰኛ "
+
+#. UMEd3
+#: chart2/uiconfig/ui/tp_Scale.ui:429
msgctxt "tp_Scale|CBX_AUTO_STEP_MAIN"
msgid "Au_tomatic"
msgstr "ራሱ_በራሱ"
#. Pv5GU
-#: chart2/uiconfig/ui/tp_Scale.ui:419
+#: chart2/uiconfig/ui/tp_Scale.ui:464
msgctxt "tp_Scale|TXT_STEP_HELP"
msgid "Minor inter_val"
msgstr "አነስተኛ እረ_ፍት"
#. WMGqg
-#: chart2/uiconfig/ui/tp_Scale.ui:433
+#: chart2/uiconfig/ui/tp_Scale.ui:478
msgctxt "tp_Scale|TXT_STEP_HELP_COUNT"
msgid "Minor inter_val count"
msgstr "የ አነስተኛ እረ_ፍት መቁጠሪያ"
+#. c9m8j
+#: chart2/uiconfig/ui/tp_Scale.ui:504
+msgctxt "tp_Scale|extended_tip|MT_STEPHELP"
+msgid "Defines the interval for the subdivision of the axes."
+msgstr "ለ ንዑስ ክፍል አክሲስ ክፍተት መወሰኛ "
+
+#. snFL6
+#: chart2/uiconfig/ui/tp_Scale.ui:525
+msgctxt "tp_Scale|extended_tip|LB_HELP_TIME_UNIT"
+msgid "Minor interval can be set to show a certain number of days, months, or years."
+msgstr "አነስተኛ ክፍተት እንዲያሳይ ማሰናዳት ይቻላል ቀኖች: ወሮች: ወይንም አመቶች "
+
#. X8FAK
-#: chart2/uiconfig/ui/tp_Scale.ui:482
+#: chart2/uiconfig/ui/tp_Scale.ui:537
msgctxt "tp_Scale|CBX_AUTO_STEP_HELP"
msgid "Aut_omatic"
msgstr "ራሱ_በራሱ"
#. GAKPN
-#: chart2/uiconfig/ui/tp_Scale.ui:512
+#: chart2/uiconfig/ui/tp_Scale.ui:567
msgctxt "tp_Scale|TXT_ORIGIN"
msgid "Re_ference value"
msgstr "ማመ_ሳከሪያ ዋጋ"
+#. HbRqw
+#: chart2/uiconfig/ui/tp_Scale.ui:586
+msgctxt "tp_Scale|extended_tip|EDT_ORIGIN"
+msgid "Specifies at which position to display the values along the axis."
+msgstr "በ አክሲስ በየትኛው ቦታ ዋጋዎችን እንደሚታዩ መወሰኛ "
+
#. Dj9GB
-#: chart2/uiconfig/ui/tp_Scale.ui:538
+#: chart2/uiconfig/ui/tp_Scale.ui:598
msgctxt "tp_Scale|CBX_AUTO_ORIGIN"
msgid "Automat_ic"
msgstr "ራሱ በራ_ሱ"
+#. Z35M3
+#: chart2/uiconfig/ui/tp_Scale.ui:607
+msgctxt "tp_Scale|extended_tip|CBX_AUTO_ORIGIN"
+msgid "You must first deselect the Automatic option in order to modify the values."
+msgstr "እርስዎ መጀመሪያ አለመምረጥ አለብዎት የ ራሱ በራሱ ምርጫ ዋጋዎችን ለማሻሻል"
+
#. wqR5C
-#: chart2/uiconfig/ui/tp_Scale.ui:567
+#: chart2/uiconfig/ui/tp_Scale.ui:632
msgctxt "tp_Scale|FL_SCALE"
msgid "Scale"
msgstr "መጠን"
@@ -3515,92 +4667,158 @@ msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_1"
msgid "Primary Y axis"
msgstr "ቀዳሚ የ Y አክሲስ"
+#. ApXPx
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:52
+msgctxt "tp_SeriesToAxis|extended_tip|RBT_OPT_AXIS_1"
+msgid "This option is active as default. All data series are aligned to the primary Y axis."
+msgstr "ይህ ምርጫ በ ነባር ንቁ ነው: ሁሉም ተከታታይ ዳታ ይሰለፋል በ ቀዳሚ የ Y አክሲስ "
+
#. aZ7G8
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:59
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:64
msgctxt "tp_SeriesToAxis|RBT_OPT_AXIS_2"
msgid "Secondary Y axis"
msgstr "ሁለተኛ የ Y አክሲስ"
+#. nTQUy
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:75
+msgctxt "tp_SeriesToAxis|extended_tip|RBT_OPT_AXIS_2"
+msgid "Changes the scaling of the Y axis. This axis is only visible when at least one data series is assigned to it and the axis view is active."
+msgstr "መቀየሪያ የ Y አክሲስ መመጠኛ: ይህ አክሲስ የሚታየው ቢያንስ አንድ ተከታታይ ዳታ ሲመደብለት እና የ አክሲስ መመልከቻው ንቁ ሲሆን ነው "
+
#. hV3cT
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:83
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:93
msgctxt "tp_SeriesToAxis|label1"
msgid "Align Data Series to"
msgstr "ተከታታይ ዳታ ማሳለፊያ ወደ"
#. GAF6S
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:125
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:135
msgctxt "tp_SeriesToAxis|FT_GAP"
msgid "_Spacing"
msgstr "_ክፍተት"
#. 27wWb
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:138
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:148
msgctxt "tp_SeriesToAxis|FT_OVERLAP"
msgid "_Overlap"
msgstr "_መደራረቢያ"
+#. NKaBT
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:164
+msgctxt "tp_SeriesToAxis|extended_tip|MT_GAP"
+msgid "Defines the spacing between the columns in percent."
+msgstr "በ አምዶች መካከል የሚኖረውን ክፍተት በ ፐርሰንት መወሰኛ "
+
+#. 8E3zD
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:180
+msgctxt "tp_SeriesToAxis|extended_tip|MT_OVERLAP"
+msgid "Defines the necessary settings for overlapping data series."
+msgstr "ከ ዳታ መካከል የሚኖረውን መደራረቢያ መወሰኛ "
+
#. uV5Dn
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:178
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:198
msgctxt "tp_SeriesToAxis|CB_BARS_SIDE_BY_SIDE"
msgid "Show _bars side by side"
msgstr "እቃ _መደርደሪያ ጎን ለ ጎን ማሳያ"
+#. U5ruY
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:207
+msgctxt "tp_SeriesToAxis|extended_tip|CB_BARS_SIDE_BY_SIDE"
+msgid "The bars from different data series are shown as if they were attached only to one axis."
+msgstr " የ መደርደሪያዎች ከ ተለያዩ ተከታታይ ዳታ ይታያሉ እንደ የ ተያያዙ ብቻ በ አንድ አክሲስ ብቻ ውስጥ "
+
#. b7cbo
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:194
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:219
msgctxt "tp_SeriesToAxis|CB_CONNECTOR"
msgid "Connection lines"
msgstr "መጋጠሚያ መስመሮች"
+#. 42zFb
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:228
+msgctxt "tp_SeriesToAxis|extended_tip|CB_CONNECTOR"
+msgid "For \"stacked\" and \"percent\" column (vertical bar) charts, mark this check box to connect the column layers that belong together with lines."
+msgstr "ለ \"ክምር\" እና \"ፐርሰንት\" አምድ (በ ቁመት መደርደሪያ) ቻርትስ ምልክት ያድርጉ በ ሳጥኑ ውስጥ ለ ማገናኘት የ አምድ ደረጃዎች አብረው የሚሆኑትን በ መስመር ለ ማገናኘት "
+
#. VHcU3
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:216
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:246
msgctxt "tp_SeriesToAxis|label2"
msgid "Settings"
msgstr "ማሰናጃዎች"
#. zaB5V
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:257
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:287
msgctxt "tp_SeriesToAxis|FT_MISSING_VALUES"
msgid "Plot missing values"
msgstr "መፈጸሚያ ዋጋዎች ጎድለዋል"
#. fqYSM
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:267
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:297
msgctxt "tp_SeriesToAxis|RB_DONT_PAINT"
msgid "_Leave gap"
msgstr "ክፍተቱን _መተው"
+#. CFmcS
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:307
+msgctxt "tp_SeriesToAxis|extended_tip|RB_DONT_PAINT"
+msgid "For a missing value, no data will be shown. This is the default for chart types Column, Bar, Line, Net."
+msgstr "ለ ጎደሉ ዋጋዎች ምንም ዳታ አይታይም: ይህ ነባር የ ቻርትስ አይነት አምድ: መደርደሪያ: መስመር: መረብ ነው"
+
#. ZvtoD
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:283
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:318
msgctxt "tp_SeriesToAxis|RB_ASSUME_ZERO"
msgid "_Assume zero"
msgstr "_እንደ ዜሮ ይገምቱ"
+#. y6EGH
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:329
+msgctxt "tp_SeriesToAxis|extended_tip|RB_ASSUME_ZERO"
+msgid "For a missing value, the y-value will be shown as zero. This is the default for chart type Area."
+msgstr "ለ ጎደሉ ዋጋዎች: የ y-ዋጋ ይታያል እንደ ዜሮ: ይህ ነባር የ ቻርትስ አይነት ቦታ ነው "
+
#. 8rLB4
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:300
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:340
msgctxt "tp_SeriesToAxis|RB_CONTINUE_LINE"
msgid "_Continue line"
msgstr "_የሚቀጥል መስመር"
+#. 2HArG
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:351
+msgctxt "tp_SeriesToAxis|extended_tip|RB_CONTINUE_LINE"
+msgid "For a missing value, the interpolation from the neighbor values will be shown. This is the default for chart type XY."
+msgstr "ለ ጎደሉ ዋጋዎች ማስገቢያ ከ ጎረቤት ዋጋዎች እዚህ ይታያል: ይህ ነባር የ ቻርትስ አይነት XY ነው"
+
#. Nw9LX
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:330
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:375
msgctxt "tp_SeriesToAxis|CB_INCLUDE_HIDDEN_CELLS"
msgid "Include _values from hidden cells"
msgstr "ከ ተደበቁ ክፍሎች ውስጥ _ዋጋዎችን ማካተቻ"
+#. vEDHo
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:384
+msgctxt "tp_SeriesToAxis|extended_tip|CB_INCLUDE_HIDDEN_CELLS"
+msgid "Check to also show values of currently hidden cells within the source cell range."
+msgstr "ምልክት ያድርጉ እንዲሁም ዋጋዎችን ለማሳያ አሁን የ ተደበቁትን ክፍሎች ከ ክፍል ምንጭ መጠን ውስጥ "
+
#. LvZ8x
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:352
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:402
msgctxt "tp_SeriesToAxis|label3"
msgid "Plot Options"
msgstr "የ መፈጸሚያ ምርጫ"
#. gRgPX
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:385
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:435
msgctxt "tp_SeriesToAxis|CB_LEGEND_ENTRY_HIDDEN"
msgid "Hide legend entry"
msgstr "መግለጫ ማስገቢያ መደበቂያ"
+#. GFmDA
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:443
+msgctxt "tp_SeriesToAxis|extended_tip|CB_LEGEND_ENTRY_HIDDEN"
+msgid "Do not show legend entry for the selected data series or data point."
+msgstr ""
+
#. q8CTC
-#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:406
+#: chart2/uiconfig/ui/tp_SeriesToAxis.ui:461
msgctxt "tp_SeriesToAxis|label4"
msgid "Legend Entry"
msgstr "መግለጫ ማስገቢያ"
@@ -3611,104 +4829,236 @@ msgctxt "tp_Trendline|linear"
msgid "_Linear"
msgstr "_ቀጥተኛ"
+#. jir3B
+#: chart2/uiconfig/ui/tp_Trendline.ui:75
+msgctxt "tp_Trendline|extended_tip|linear"
+msgid "A linear trend line is shown."
+msgstr "ቀጥተኛ የ አቅጣጫ መስመር ይታያል"
+
#. u3nKx
-#: chart2/uiconfig/ui/tp_Trendline.ui:81
+#: chart2/uiconfig/ui/tp_Trendline.ui:86
msgctxt "tp_Trendline|logarithmic"
msgid "L_ogarithmic"
msgstr "ሎ_ጋሪዝም"
+#. AZT5a
+#: chart2/uiconfig/ui/tp_Trendline.ui:97
+msgctxt "tp_Trendline|extended_tip|logarithmic"
+msgid "A logarithmic trend line is shown."
+msgstr "የ ሎጋሪዝም አቅጣጫ መስመር ማሳያ"
+
#. fPNok
-#: chart2/uiconfig/ui/tp_Trendline.ui:98
+#: chart2/uiconfig/ui/tp_Trendline.ui:108
msgctxt "tp_Trendline|exponential"
msgid "_Exponential"
msgstr "_ኤክስፖኔንሺያል"
+#. gufBS
+#: chart2/uiconfig/ui/tp_Trendline.ui:119
+msgctxt "tp_Trendline|extended_tip|exponential"
+msgid "An exponential trend line is shown."
+msgstr "የ ኤክስፖኔንሺያል አቅጣጫ መስመር ማሳያ"
+
#. a6FDp
-#: chart2/uiconfig/ui/tp_Trendline.ui:115
+#: chart2/uiconfig/ui/tp_Trendline.ui:130
msgctxt "tp_Trendline|power"
msgid "Po_wer"
msgstr "ሀይ_ል"
+#. sU36A
+#: chart2/uiconfig/ui/tp_Trendline.ui:141
+msgctxt "tp_Trendline|extended_tip|power"
+msgid "A power trend line is shown."
+msgstr "የ ሀይል አቅጣጫ መስመር ይታያል "
+
#. QCeGG
-#: chart2/uiconfig/ui/tp_Trendline.ui:132
+#: chart2/uiconfig/ui/tp_Trendline.ui:152
msgctxt "tp_Trendline|polynomial"
msgid "_Polynomial"
msgstr "_ፖሊኖሚያል"
+#. f9EeD
+#: chart2/uiconfig/ui/tp_Trendline.ui:163
+msgctxt "tp_Trendline|extended_tip|polynomial"
+msgid "A polynomial trend line is shown with a given degree."
+msgstr "የ ፖሊኖሚያል አቅጣጫ መስመር ይታያል በ ተሰጠው ዲግሪ "
+
#. BkiE2
-#: chart2/uiconfig/ui/tp_Trendline.ui:149
+#: chart2/uiconfig/ui/tp_Trendline.ui:174
msgctxt "tp_Trendline|movingAverage"
msgid "_Moving Average"
msgstr "በ መካከለኛ በ _መጓዝ ላይ"
+#. F5WMz
+#: chart2/uiconfig/ui/tp_Trendline.ui:185
+msgctxt "tp_Trendline|extended_tip|movingAverage"
+msgid "A moving average trend line is shown with a given period."
+msgstr "በ መካከለኛ በ መጓዝ ላይ የ አቅጣጫ መስመር የሚያሳየው በ ተሰጠው ጊዜ ነው "
+
#. mGkUE
-#: chart2/uiconfig/ui/tp_Trendline.ui:173
+#: chart2/uiconfig/ui/tp_Trendline.ui:203
msgctxt "tp_Trendline|label3"
msgid "Degree"
msgstr "ዲግሪ"
+#. HwBsk
+#: chart2/uiconfig/ui/tp_Trendline.ui:208
+msgctxt "tp_Trendline|extended_tip|label3"
+msgid "Degree of polynomial trend line."
+msgstr "ዲግሪ ለ ፖሊኖሚያል አቅጣጫ መስመር "
+
+#. EAkKg
+#: chart2/uiconfig/ui/tp_Trendline.ui:225
+msgctxt "tp_Trendline|extended_tip|degree"
+msgid "Degree of polynomial trend line."
+msgstr "ዲግሪ ለ ፖሊኖሚያል አቅጣጫ መስመር "
+
#. ZvFov
-#: chart2/uiconfig/ui/tp_Trendline.ui:209
+#: chart2/uiconfig/ui/tp_Trendline.ui:249
msgctxt "tp_Trendline|label4"
msgid "Period"
msgstr "ነጥብ"
+#. akCwy
+#: chart2/uiconfig/ui/tp_Trendline.ui:254
+msgctxt "tp_Trendline|extended_tip|label4"
+msgid "Number of points to calculate average of moving average trend line."
+msgstr "የ ነጥቦች ቁጥር ለ ማስላት አማካይ በ መካከለኛ በ መጓዝ ላይ የ አቅጣጫ መስመር"
+
+#. g3mex
+#: chart2/uiconfig/ui/tp_Trendline.ui:271
+msgctxt "tp_Trendline|extended_tip|period"
+msgid "Number of points to calculate average of moving average trend line."
+msgstr "የ ነጥቦች ቁጥር ለ ማስላት አማካይ በ መካከለኛ በ መጓዝ ላይ የ አቅጣጫ መስመር"
+
#. ptaCA
-#: chart2/uiconfig/ui/tp_Trendline.ui:316
+#: chart2/uiconfig/ui/tp_Trendline.ui:366
msgctxt "tp_Trendline|label1"
msgid "Regression Type"
msgstr "ዝቅ ማድረጊያ አይነት"
#. mNh7m
-#: chart2/uiconfig/ui/tp_Trendline.ui:352
+#: chart2/uiconfig/ui/tp_Trendline.ui:402
msgctxt "tp_Trendline|label7"
msgid "Extrapolate Forward"
msgstr "ግምት ወደ ፊት"
+#. 4HshA
+#: chart2/uiconfig/ui/tp_Trendline.ui:408
+msgctxt "tp_Trendline|extended_tip|label7"
+msgid "Trend line is extrapolated for higher x-values."
+msgstr "የ አቅጣጫ መስመር መገመቻ ለ ከፍተኛ የ x-ዋጋዎች "
+
#. tUrKr
-#: chart2/uiconfig/ui/tp_Trendline.ui:366
+#: chart2/uiconfig/ui/tp_Trendline.ui:421
msgctxt "tp_Trendline|label8"
msgid "Extrapolate Backward"
msgstr "ግምት ወደ ኋላ"
+#. tEfNE
+#: chart2/uiconfig/ui/tp_Trendline.ui:427
+msgctxt "tp_Trendline|extended_tip|label8"
+msgid "Trend line is extrapolated for lower x-values."
+msgstr "የ አቅጣጫ መስመር መገመቻ ለ ዝቅተኛ የ x-ዋጋዎች "
+
#. BGkFJ
-#: chart2/uiconfig/ui/tp_Trendline.ui:405
+#: chart2/uiconfig/ui/tp_Trendline.ui:465
msgctxt "tp_Trendline|setIntercept"
msgid "Force _Intercept"
msgstr "_ኢንተርሴፕት ማስገደጃ"
+#. ZJUti
+#: chart2/uiconfig/ui/tp_Trendline.ui:477
+msgctxt "tp_Trendline|extended_tip|setIntercept"
+msgid "For linear, polynomial and exponential trend lines, intercept value is forced to a given value."
+msgstr "ለ ቀጥተኛ: ፖሊኖሚያል እና ኤክስፖኔንሺያል አቅጣጫ መስመር: ኢንተርሴፕት ዋጋ ይገደዳል ወደ ተሰጠው ዋጋ "
+
#. CSHNm
-#: chart2/uiconfig/ui/tp_Trendline.ui:423
+#: chart2/uiconfig/ui/tp_Trendline.ui:488
msgctxt "tp_Trendline|showEquation"
msgid "Show E_quation"
msgstr "እ_ኩሌታ ማሳያ"
+#. nXrm7
+#: chart2/uiconfig/ui/tp_Trendline.ui:497
+msgctxt "tp_Trendline|extended_tip|showEquation"
+msgid "Shows the trend line equation next to the trend line."
+msgstr "የ አቅጣጫ መስመር ከ እኩሌታ አጠገብ በ አቅጣጫ መስመር ማሳያ"
+
#. cA58s
-#: chart2/uiconfig/ui/tp_Trendline.ui:439
+#: chart2/uiconfig/ui/tp_Trendline.ui:509
msgctxt "tp_Trendline|showCorrelationCoefficient"
msgid "Show _Coefficient of Determination (R²)"
msgstr "ማሳያ የ _ኮፊሺየንት መወሰኛ (R²)"
+#. CCyCH
+#: chart2/uiconfig/ui/tp_Trendline.ui:518
+msgctxt "tp_Trendline|extended_tip|showCorrelationCoefficient"
+msgid "Shows the coefficient of determination next to the trend line."
+msgstr "ኮኦፊሺየንት ለ መወሰኛ ማሳያ: ከ አቅጣጫ መስመር አጠገብ "
+
#. 2S6og
-#: chart2/uiconfig/ui/tp_Trendline.ui:457
+#: chart2/uiconfig/ui/tp_Trendline.ui:532
msgctxt "tp_Trendline|label5"
msgid "Trendline _Name"
msgstr "የ አቅጣጫ መስመር _ስም"
+#. GasKo
+#: chart2/uiconfig/ui/tp_Trendline.ui:538
+msgctxt "tp_Trendline|extended_tip|label5"
+msgid "Name of trend line in legend."
+msgstr "የ አቅጣጫ መስመር ስም በ መግለጫ ውስጥ "
+
+#. FBT3Y
+#: chart2/uiconfig/ui/tp_Trendline.ui:554
+msgctxt "tp_Trendline|extended_tip|entry_name"
+msgid "Name of trend line in legend."
+msgstr "የ አቅጣጫ መስመር ስም በ መግለጫ ውስጥ "
+
+#. C4C6e
+#: chart2/uiconfig/ui/tp_Trendline.ui:578
+msgctxt "tp_Trendline|extended_tip|interceptValue"
+msgid "Value of intercept if it is forced."
+msgstr "ዋጋ ለ ኢንተርሴፕት ከ ተገደደ "
+
#. GEKL2
-#: chart2/uiconfig/ui/tp_Trendline.ui:501
+#: chart2/uiconfig/ui/tp_Trendline.ui:591
msgctxt "tp_Trendline|label6"
msgid "_X Variable Name"
msgstr "የ _X ተለዋዋጭ ስም"
+#. 99kQL
+#: chart2/uiconfig/ui/tp_Trendline.ui:597
+msgctxt "tp_Trendline|extended_tip|label6"
+msgid "Name of X variable in trend line equation."
+msgstr "የ X ተለዋዋጭ ስም በ አቅጣጫ መስመር እኩሌታ ውስጥ "
+
+#. Fz8b3
+#: chart2/uiconfig/ui/tp_Trendline.ui:613
+msgctxt "tp_Trendline|extended_tip|entry_Xname"
+msgid "Name of X variable in trend line equation."
+msgstr "የ X ተለዋዋጭ ስም በ አቅጣጫ መስመር እኩሌታ ውስጥ "
+
#. GDQuF
-#: chart2/uiconfig/ui/tp_Trendline.ui:526
+#: chart2/uiconfig/ui/tp_Trendline.ui:626
msgctxt "tp_Trendline|label9"
msgid "_Y Variable Name"
msgstr "የ _Y ተለዋዋጭ ስም"
+#. 2PBW3
+#: chart2/uiconfig/ui/tp_Trendline.ui:632
+msgctxt "tp_Trendline|extended_tip|label9"
+msgid "Name of Y variable in trend line equation."
+msgstr "የ Y ተለዋዋጭ ስም በ አቅጣጫ መስመር እኩሌታ ውስጥ "
+
+#. WHNXu
+#: chart2/uiconfig/ui/tp_Trendline.ui:648
+msgctxt "tp_Trendline|extended_tip|entry_Yname"
+msgid "Name of Y variable in trend line equation."
+msgstr "የ Y ተለዋዋጭ ስም በ አቅጣጫ መስመር እኩሌታ ውስጥ "
+
#. 9WeUe
-#: chart2/uiconfig/ui/tp_Trendline.ui:555
+#: chart2/uiconfig/ui/tp_Trendline.ui:665
msgctxt "tp_Trendline|label2"
msgid "Options"
msgstr "ምርጫዎች"
@@ -3719,80 +5069,146 @@ msgctxt "tp_axisLabel|showlabelsCB"
msgid "Sho_w labels"
msgstr "ምልክቶች ማሳ_ያ"
+#. Xr5zw
+#: chart2/uiconfig/ui/tp_axisLabel.ui:29
+msgctxt "tp_axisLabel|extended_tip|showlabelsCB"
+msgid "Specifies whether to show or hide the axis labels."
+msgstr "የ አክሲስ ምልክቶች ማሳያ ወይንም መደበቂያ መወሰኛ"
+
#. HFhGL
-#: chart2/uiconfig/ui/tp_axisLabel.ui:62
+#: chart2/uiconfig/ui/tp_axisLabel.ui:67
msgctxt "tp_axisLabel|tile"
msgid "_Tile"
msgstr "_መደርደሪያ"
+#. cmjFi
+#: chart2/uiconfig/ui/tp_axisLabel.ui:77
+msgctxt "tp_axisLabel|extended_tip|tile"
+msgid "Arranges numbers on the axis side by side."
+msgstr "ቁጥሮችን ጎን ለ ጎን በ አክሲስ ላይ ማዘጋጃ "
+
#. tHrCD
-#: chart2/uiconfig/ui/tp_axisLabel.ui:79
+#: chart2/uiconfig/ui/tp_axisLabel.ui:89
msgctxt "tp_axisLabel|odd"
msgid "St_agger odd"
msgstr "ጎዶሎ ማዞ_ሪያ"
+#. Q8h6B
+#: chart2/uiconfig/ui/tp_axisLabel.ui:99
+msgctxt "tp_axisLabel|extended_tip|odd"
+msgid "Staggers numbers on the axis, even numbers lower than odd numbers."
+msgstr "ቁጥሮችን በ አክሲስ ዙሪያ ማዞሪያ: ሙሉ ቁጥሮች ዝቅተኛ ናቸው ከ ጎዶሎ ቁጥሮች ይልቅ "
+
#. tByen
-#: chart2/uiconfig/ui/tp_axisLabel.ui:96
+#: chart2/uiconfig/ui/tp_axisLabel.ui:111
msgctxt "tp_axisLabel|even"
msgid "Stagger _even"
msgstr "ማዞሪያ _ሙሉ"
+#. 9EMGj
+#: chart2/uiconfig/ui/tp_axisLabel.ui:121
+msgctxt "tp_axisLabel|extended_tip|even"
+msgid "Stagger numbers on the axes, odd numbers lower than even numbers."
+msgstr "ቁጥሮችን በ አክሲስ ዙሪያ ማዞሪያ: ጎዶሎ ቁጥሮች ዝቅተኛ ናቸው ከ ሙሉ ቁጥሮች ይልቅ "
+
#. 2JwY3
-#: chart2/uiconfig/ui/tp_axisLabel.ui:113
+#: chart2/uiconfig/ui/tp_axisLabel.ui:133
msgctxt "tp_axisLabel|auto"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
+#. fj3Rq
+#: chart2/uiconfig/ui/tp_axisLabel.ui:143
+msgctxt "tp_axisLabel|extended_tip|auto"
+msgid "Automatically arranges numbers on the axis."
+msgstr "ራሱ በራሱ ቁጥሮችን በ አክሲስ ላይ ማዘጋጃ "
+
#. bFH6L
-#: chart2/uiconfig/ui/tp_axisLabel.ui:136
+#: chart2/uiconfig/ui/tp_axisLabel.ui:161
msgctxt "tp_axisLabel|orderL"
msgid "Order"
msgstr "ደንብ"
#. GMtbb
-#: chart2/uiconfig/ui/tp_axisLabel.ui:171
+#: chart2/uiconfig/ui/tp_axisLabel.ui:196
msgctxt "tp_axisLabel|overlapCB"
msgid "O_verlap"
msgstr "መ_ደረቢያ"
+#. zwgui
+#: chart2/uiconfig/ui/tp_axisLabel.ui:205
+msgctxt "tp_axisLabel|extended_tip|overlapCB"
+msgid "Specifies that the text in cells may overlap other cells."
+msgstr "ጽሁፍ በ ሌሎች ክፍሎች ውስጥ የሚደረብ መወሰኛ "
+
#. AYpQ8
-#: chart2/uiconfig/ui/tp_axisLabel.ui:187
+#: chart2/uiconfig/ui/tp_axisLabel.ui:217
msgctxt "tp_axisLabel|breakCB"
msgid "_Break"
msgstr "_መጨረሻ"
+#. eBwTo
+#: chart2/uiconfig/ui/tp_axisLabel.ui:226
+msgctxt "tp_axisLabel|extended_tip|breakCB"
+msgid "Allows a text break."
+msgstr "የ ጽሁፍ መጨረሻ ማስቻያ"
+
#. 4EwR7
-#: chart2/uiconfig/ui/tp_axisLabel.ui:209
+#: chart2/uiconfig/ui/tp_axisLabel.ui:244
msgctxt "tp_axisLabel|textflowL"
msgid "Text Flow"
msgstr "የ ጽሁፍ ፍሰት"
+#. exWTH
+#: chart2/uiconfig/ui/tp_axisLabel.ui:301
+msgctxt "tp_axisLabel|extended_tip|OrientDegree"
+msgid "Allows you to manually enter the orientation angle."
+msgstr "እርስዎ የ አቅጣጫ አንግል በ እጅ እንዲያስገቡ መፍቀጃ"
+
#. 5teDt
-#: chart2/uiconfig/ui/tp_axisLabel.ui:275
+#: chart2/uiconfig/ui/tp_axisLabel.ui:315
msgctxt "tp_axisLabel|degreeL"
msgid "_Degrees"
msgstr "_ዲግሪዎች"
#. jFKoF
-#: chart2/uiconfig/ui/tp_axisLabel.ui:309
+#: chart2/uiconfig/ui/tp_axisLabel.ui:349
msgctxt "tp_axisLabel|stackedCB"
msgid "Ve_rtically stacked"
msgstr "በቁ_መት የተከመረ"
+#. ra62A
+#: chart2/uiconfig/ui/tp_axisLabel.ui:359
+msgctxt "tp_axisLabel|extended_tip|stackedCB"
+msgid "Assigns vertical text orientation for cell contents."
+msgstr "የ ጽሁፍ አቅጣጫ በ ቁመት መመደቢያ ለ ክፍል ይዞታዎች "
+
#. JBz5H
-#: chart2/uiconfig/ui/tp_axisLabel.ui:326
+#: chart2/uiconfig/ui/tp_axisLabel.ui:371
msgctxt "tp_axisLabel|labelABCD"
msgid "ABCD"
msgstr "ABCD"
#. PE6RQ
-#: chart2/uiconfig/ui/tp_axisLabel.ui:343
+#: chart2/uiconfig/ui/tp_axisLabel.ui:388
msgctxt "tp_axisLabel|textdirL"
msgid "Te_xt direction:"
msgstr "የጽ_ሁፍ አቅጣጫ:"
+#. YUAjA
+#: chart2/uiconfig/ui/tp_axisLabel.ui:402
+msgctxt "tp_axisLabel|extended_tip|textdirLB"
+msgid "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."
+msgstr "ለ አንቀጽ የ ጽሁፍ አቅጣጫ ይወስኑ ለ ውስብስብ ጽሁፍ እቅድ (CTL). ይህ ገጽታ የሚኖረው የ ውስብስብ ጽሁፍ እቅድ ድጋፍን ሲያስችሉ ነው"
+
+#. NxsBh
+#: chart2/uiconfig/ui/tp_axisLabel.ui:421
+msgctxt "tp_axisLabel|extended_tip|dialCtrl"
+msgid "Clicking anywhere on the wheel defines the variable text orientation."
+msgstr "በማንኛውም ቦታ በ ጎማው ላይ መጫን የ ጽሁፍ አቅጣጫ ይወስናል "
+
#. 3WhzS
-#: chart2/uiconfig/ui/tp_axisLabel.ui:383
+#: chart2/uiconfig/ui/tp_axisLabel.ui:438
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
@@ -3815,86 +5231,170 @@ msgctxt "wizelementspage|labelPrimaryZaxis"
msgid "_Z axis"
msgstr "_Z አክሲስ"
+#. 7qRfe
+#: chart2/uiconfig/ui/wizelementspage.ui:89
+msgctxt "wizelementspage|extended_tip|primaryXaxis"
+msgid "Enter a label for the x-axis (horizontal)."
+msgstr "ምልክት ያስገቡ ለ x-አክሲስ (በ አግድም) "
+
+#. 4vThc
+#: chart2/uiconfig/ui/wizelementspage.ui:106
+msgctxt "wizelementspage|extended_tip|primaryYaxis"
+msgid "Enter a label for the y-axis (vertical)."
+msgstr "ምልክት ያስገቡ ለ y-አክሲስ (በ ቁመት) "
+
+#. 7zPH5
+#: chart2/uiconfig/ui/wizelementspage.ui:123
+msgctxt "wizelementspage|extended_tip|primaryZaxis"
+msgid "Enter a label for the z-axis. This option is only available for three-dimensional charts."
+msgstr "ምልክት ያስገቡ ለ z-አክሲስ. ይህ ምርጫ ዝግጁ የሚሆነው ለ ሶስት-አቅጣጫ ቻርትስ ብቻ ነው"
+
#. Qpj9H
-#: chart2/uiconfig/ui/wizelementspage.ui:121
+#: chart2/uiconfig/ui/wizelementspage.ui:136
msgctxt "wizelementspage|labelMainTitle"
msgid "_Title"
msgstr "_አርእስት"
#. nPAjY
-#: chart2/uiconfig/ui/wizelementspage.ui:135
+#: chart2/uiconfig/ui/wizelementspage.ui:150
msgctxt "wizelementspage|labelSubTitle"
msgid "_Subtitle"
msgstr "_ንዑስ አርእስት"
+#. CWmMQ
+#: chart2/uiconfig/ui/wizelementspage.ui:168
+msgctxt "wizelementspage|extended_tip|maintitle"
+msgid "Enter a title for your chart."
+msgstr "ለ እርስዎ ቻርትስ አርእስት ያስገቡ"
+
+#. eNDvd
+#: chart2/uiconfig/ui/wizelementspage.ui:185
+msgctxt "wizelementspage|extended_tip|subtitle"
+msgid "Enter a subtitle for your chart."
+msgstr "ለ እርስዎ ቻርትስ ንዑስ አርእስት ያስገቡ"
+
#. GJ7pJ
-#: chart2/uiconfig/ui/wizelementspage.ui:173
+#: chart2/uiconfig/ui/wizelementspage.ui:198
msgctxt "wizelementspage|labelSecondaryXAxis"
msgid "X _axis"
msgstr "X _አክሲስ"
#. bBRgE
-#: chart2/uiconfig/ui/wizelementspage.ui:187
+#: chart2/uiconfig/ui/wizelementspage.ui:212
msgctxt "wizelementspage|labelSecondaryYAxis"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
+#. NGoMT
+#: chart2/uiconfig/ui/wizelementspage.ui:230
+msgctxt "wizelementspage|extended_tip|secondaryXaxis"
+msgid "Enter a label for the secondary x-axis. This option is only available for charts that support a secondary x-axis."
+msgstr "ምልክት ያስገቡ ለ ሁለተኛ የ x-አክሲስ ይህ ምርጫ ዝግጁ የሚሆነው ለ ቻርትስ ብቻ ነው: ሁለተኛ የ x-አክሲስ ለሚደግፉ "
+
#. E6Y7y
-#: chart2/uiconfig/ui/wizelementspage.ui:234
+#: chart2/uiconfig/ui/wizelementspage.ui:264
msgctxt "wizelementspage|show"
msgid "_Display legend"
msgstr "መግለጫ _ማሳያ"
+#. QWAen
+#: chart2/uiconfig/ui/wizelementspage.ui:273
+msgctxt "wizelementspage|extended_tip|show"
+msgid "Specifies whether to display a legend for the chart."
+msgstr "በ ቻርት ውስጥ መግለጫው ይታይ እንደሆን መወሰኛ"
+
#. ejdzz
-#: chart2/uiconfig/ui/wizelementspage.ui:259
+#: chart2/uiconfig/ui/wizelementspage.ui:294
msgctxt "wizelementspage|left"
msgid "_Left"
msgstr "በ _ግራ"
+#. tGgc2
+#: chart2/uiconfig/ui/wizelementspage.ui:304
+msgctxt "wizelementspage|extended_tip|left"
+msgid "Positions the legend at the left of the chart."
+msgstr "መግለጫውን በ ቻርትስ በ ግራ በኩል ማድረጊያ"
+
#. EjE6h
-#: chart2/uiconfig/ui/wizelementspage.ui:275
+#: chart2/uiconfig/ui/wizelementspage.ui:315
msgctxt "wizelementspage|right"
msgid "_Right"
msgstr "_በ ቀኝ"
+#. rvAN8
+#: chart2/uiconfig/ui/wizelementspage.ui:325
+msgctxt "wizelementspage|extended_tip|right"
+msgid "Positions the legend at the right of the chart."
+msgstr "መግለጫውን በ ቻርትስ በ ቀኝ በኩል ማድረጊያ"
+
#. LnxgC
-#: chart2/uiconfig/ui/wizelementspage.ui:291
+#: chart2/uiconfig/ui/wizelementspage.ui:336
msgctxt "wizelementspage|top"
msgid "_Top"
msgstr "ከ _ላይ"
+#. Ehv3g
+#: chart2/uiconfig/ui/wizelementspage.ui:346
+msgctxt "wizelementspage|extended_tip|top"
+msgid "Positions the legend at the top of the chart."
+msgstr "መግለጫውን በ ቻርትስ ከ ላይ በኩል ማድረጊያ"
+
#. GD2qS
-#: chart2/uiconfig/ui/wizelementspage.ui:307
+#: chart2/uiconfig/ui/wizelementspage.ui:357
msgctxt "wizelementspage|bottom"
msgid "_Bottom"
msgstr "ከ _ታች"
+#. NCp3E
+#: chart2/uiconfig/ui/wizelementspage.ui:367
+msgctxt "wizelementspage|extended_tip|bottom"
+msgid "Positions the legend at the bottom of the chart."
+msgstr "መግለጫውን በ ቻርትስ ከ ታች በኩል ማድረጊያ."
+
#. REBEt
-#: chart2/uiconfig/ui/wizelementspage.ui:343
+#: chart2/uiconfig/ui/wizelementspage.ui:398
msgctxt "wizelementspage|Axe"
msgid "Choose Titles, Legend, and Grid Settings"
msgstr "ይምረጡ አርእስቶች: መግለጫዎች እና መጋጠሚያ ማሰናጃዎች"
#. wp2DC
-#: chart2/uiconfig/ui/wizelementspage.ui:376
+#: chart2/uiconfig/ui/wizelementspage.ui:431
msgctxt "wizelementspage|x"
msgid "X axis"
msgstr "X አክሲስ"
+#. KbejV
+#: chart2/uiconfig/ui/wizelementspage.ui:440
+msgctxt "wizelementspage|extended_tip|x"
+msgid "Displays grid lines that are perpendicular to the x-axis."
+msgstr "የ መጋጠሚያ መስመር ማሳያ ቀጥ ያለ ለ x-አክሲስ "
+
#. KPGMU
-#: chart2/uiconfig/ui/wizelementspage.ui:391
+#: chart2/uiconfig/ui/wizelementspage.ui:451
msgctxt "wizelementspage|y"
msgid "Y ax_is"
msgstr "Y ዘን_ግ"
+#. Nivye
+#: chart2/uiconfig/ui/wizelementspage.ui:460
+msgctxt "wizelementspage|extended_tip|y"
+msgid "Displays grid lines that are perpendicular to the y-axis."
+msgstr "የ መጋጠሚያ መስመር ማሳያ ቀጥ ያለ ለ y-አክሲስ "
+
#. G65v4
-#: chart2/uiconfig/ui/wizelementspage.ui:406
+#: chart2/uiconfig/ui/wizelementspage.ui:471
msgctxt "wizelementspage|z"
msgid "Z axi_s"
msgstr "Z ዘን_ግ"
+#. uVwTv
+#: chart2/uiconfig/ui/wizelementspage.ui:480
+msgctxt "wizelementspage|extended_tip|z"
+msgid "Displays grid lines that are perpendicular to the z-axis. This option is only available for three-dimensional charts."
+msgstr "የ መጋጠሚያ መስመር ማሳያ ቀጥ ያለ ለ z-አክሲስ ይህ ምርጫ ዝግጁ የሚሆነው ለ ሶስት-አቅጣጫ ቻርትስ ነው "
+
#. wNqwZ
-#: chart2/uiconfig/ui/wizelementspage.ui:427
+#: chart2/uiconfig/ui/wizelementspage.ui:497
msgctxt "wizelementspage|label2"
msgid "Display Grids"
msgstr "መጋጠሚያዎች ማሳያ"
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 3e4472b6d8a..32528e5100e 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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:30+0100\n"
"PO-Revision-Date: 2020-10-25 00:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -13,253 +13,253 @@ msgstr ""
"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: LibreOffice\n"
"X-POOTLE-MTIME: 1563646037.000000\n"
#. GyY9M
-#: cui/inc/numcategories.hrc:17
+#: cui/inc/numcategories.hrc:16
msgctxt "numberingformatpage|liststore1"
msgid "All"
msgstr "ሁሉንም"
#. 8AwDu
-#: cui/inc/numcategories.hrc:18
+#: cui/inc/numcategories.hrc:17
msgctxt "numberingformatpage|liststore1"
msgid "User-defined"
msgstr "ተጠቃሚው -የተወሰነ"
#. YPFu3
-#: cui/inc/numcategories.hrc:19
+#: cui/inc/numcategories.hrc:18
msgctxt "numberingformatpage|liststore1"
msgid "Number"
msgstr "ቁጥር"
#. sCP8R
-#: cui/inc/numcategories.hrc:20
+#: cui/inc/numcategories.hrc:19
msgctxt "numberingformatpage|liststore1"
msgid "Percent"
msgstr "ፐርሰንት"
#. 6C4cy
-#: cui/inc/numcategories.hrc:21
+#: cui/inc/numcategories.hrc:20
msgctxt "numberingformatpage|liststore1"
msgid "Currency"
msgstr "ገንዘብ"
#. NgzCi
-#: cui/inc/numcategories.hrc:22
+#: cui/inc/numcategories.hrc:21
msgctxt "numberingformatpage|liststore1"
msgid "Date"
msgstr "ቀን"
#. 4kcAo
-#: cui/inc/numcategories.hrc:23
+#: cui/inc/numcategories.hrc:22
msgctxt "numberingformatpage|liststore1"
msgid "Time"
msgstr "ሰአት"
#. xnmxf
-#: cui/inc/numcategories.hrc:24
+#: cui/inc/numcategories.hrc:23
msgctxt "numberingformatpage|liststore1"
msgid "Scientific"
msgstr "ሳይንሳዊ"
#. vMka9
-#: cui/inc/numcategories.hrc:25
+#: cui/inc/numcategories.hrc:24
msgctxt "numberingformatpage|liststore1"
msgid "Fraction"
msgstr "ክፍልፋይ"
#. M8AFf
-#: cui/inc/numcategories.hrc:26
+#: cui/inc/numcategories.hrc:25
msgctxt "numberingformatpage|liststore1"
msgid "Boolean Value"
msgstr "የ ቡሊያን ዋጋ"
#. 2esH2
-#: cui/inc/numcategories.hrc:27
+#: cui/inc/numcategories.hrc:26
msgctxt "numberingformatpage|liststore1"
msgid "Text"
msgstr "ጽሁፍ"
#. E6GDh
-#: cui/inc/strings.hrc:24
+#: cui/inc/strings.hrc:23
msgctxt "RID_SVXSTR_KEY_CONFIG_DIR"
msgid "Configuration"
msgstr "ማዋቀሪያ"
#. z7dmW
-#: cui/inc/strings.hrc:25
+#: cui/inc/strings.hrc:24
msgctxt "RID_SVXSTR_KEY_WORK_PATH"
msgid "My Documents"
msgstr "የኔ ሰነዶች"
#. wnMWp
-#: cui/inc/strings.hrc:26
+#: cui/inc/strings.hrc:25
msgctxt "RID_SVXSTR_KEY_GRAPHICS_PATH"
msgid "Images"
msgstr "ምስሎች"
#. AnM4M
-#: cui/inc/strings.hrc:27
+#: cui/inc/strings.hrc:26
msgctxt "RID_SVXSTR_KEY_BITMAP_PATH"
msgid "Icons"
msgstr "ምልክቶች"
#. bpvbo
-#: cui/inc/strings.hrc:28
+#: cui/inc/strings.hrc:27
msgctxt "RID_SVXSTR_KEY_PALETTE_PATH"
msgid "Palettes"
msgstr "መደርደሪያ"
#. shiKT
-#: cui/inc/strings.hrc:29
+#: cui/inc/strings.hrc:28
msgctxt "RID_SVXSTR_KEY_BACKUP_PATH"
msgid "Backups"
msgstr "ተተኪዎች"
#. ai8eF
-#: cui/inc/strings.hrc:30
+#: cui/inc/strings.hrc:29
msgctxt "RID_SVXSTR_KEY_MODULES_PATH"
msgid "Modules"
msgstr "ክፍሎች"
#. WyhJD
-#: cui/inc/strings.hrc:31
+#: cui/inc/strings.hrc:30
msgctxt "RID_SVXSTR_KEY_TEMPLATE_PATH"
msgid "Templates"
msgstr "ቴምፕሌትስ"
#. mNj9y
-#: cui/inc/strings.hrc:32
+#: cui/inc/strings.hrc:31
msgctxt "RID_SVXSTR_KEY_GLOSSARY_PATH"
msgid "AutoText"
msgstr "በራሱ ጽሁፍ"
#. co7GJ
-#: cui/inc/strings.hrc:33
+#: cui/inc/strings.hrc:32
msgctxt "RID_SVXSTR_KEY_DICTIONARY_PATH"
msgid "Dictionaries"
msgstr "መዝገበ ቃላቶች"
#. MbjWM
-#: cui/inc/strings.hrc:34
+#: cui/inc/strings.hrc:33
msgctxt "RID_SVXSTR_KEY_HELP_DIR"
msgid "Help"
msgstr "እርዳታ"
#. u2bQB
-#: cui/inc/strings.hrc:35
+#: cui/inc/strings.hrc:34
msgctxt "RID_SVXSTR_KEY_GALLERY_DIR"
msgid "Gallery"
msgstr "አዳራሽ"
#. 2umbs
-#: cui/inc/strings.hrc:36
+#: cui/inc/strings.hrc:35
msgctxt "RID_SVXSTR_KEY_STORAGE_DIR"
msgid "Message Storage"
msgstr "መልእክት ማጠራቀሚያ"
#. oMdF8
-#: cui/inc/strings.hrc:37
+#: cui/inc/strings.hrc:36
msgctxt "RID_SVXSTR_KEY_TEMP_PATH"
msgid "Temporary files"
msgstr "ጊዜያዊ ፋይሎች"
#. 4DDzW
-#: cui/inc/strings.hrc:38
+#: cui/inc/strings.hrc:37
msgctxt "RID_SVXSTR_KEY_PLUGINS_PATH"
msgid "Plug-ins"
msgstr "ተሰኪ-ዎች"
#. v5YHp
-#: cui/inc/strings.hrc:39
+#: cui/inc/strings.hrc:38
msgctxt "RID_SVXSTR_KEY_FAVORITES_DIR"
msgid "Folder Bookmarks"
msgstr "የ ፎልደር ምልክት ማድረጊያዎች"
#. AJkga
-#: cui/inc/strings.hrc:40
+#: cui/inc/strings.hrc:39
msgctxt "RID_SVXSTR_KEY_FILTER_PATH"
msgid "Filters"
msgstr "ማጣሪያዎች"
#. 2DKUC
-#: cui/inc/strings.hrc:41
+#: cui/inc/strings.hrc:40
msgctxt "RID_SVXSTR_KEY_ADDINS_PATH"
msgid "Add-ins"
msgstr "ተጨማ-ሪዎች"
#. Tm2DM
-#: cui/inc/strings.hrc:42
+#: cui/inc/strings.hrc:41
msgctxt "RID_SVXSTR_KEY_USERCONFIG_PATH"
msgid "User Configuration"
msgstr "ተጠቃሚ ማዋቀሪያዎች"
#. ATuL4
-#: cui/inc/strings.hrc:43
+#: cui/inc/strings.hrc:42
msgctxt "RID_SVXSTR_KEY_USERDICTIONARY_DIR"
msgid "User-defined dictionaries"
msgstr "ተጠቃሚው የተወሰነ መዝገበ ቃላት"
#. qxBAu
-#: cui/inc/strings.hrc:44
+#: cui/inc/strings.hrc:43
msgctxt "RID_SVXSTR_KEY_CLASSIFICATION_PATH"
msgid "Classification"
msgstr "መመደቢያ"
#. FrDws
-#: cui/inc/strings.hrc:45
+#: cui/inc/strings.hrc:44
msgctxt "RID_SVXSTR_KEY_AUTOCORRECT_DIR"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
#. jD48Q
-#: cui/inc/strings.hrc:46
+#: cui/inc/strings.hrc:45
msgctxt "RID_SVXSTR_KEY_LINGUISTIC_DIR"
msgid "Writing aids"
msgstr "የ መጻፊያ እርዳታዎች"
#. VNK5b
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: cui/inc/strings.hrc:48
+#: cui/inc/strings.hrc:47
msgctxt "RID_SVXSTR_NEW_MENU"
msgid "New Menu %n"
msgstr "አዲስ ዝርዝር %n"
#. dJXBJ
#. %n will be replaced at runtime by a number starting with 1 and increasing as necessary
-#: cui/inc/strings.hrc:50
+#: cui/inc/strings.hrc:49
msgctxt "RID_SVXSTR_NEW_TOOLBAR"
msgid "New Toolbar %n"
msgstr "አዲስ እቃ መደርደሪያ %n"
#. PCa2G
-#: cui/inc/strings.hrc:51
+#: cui/inc/strings.hrc:50
msgctxt "RID_SVXSTR_MOVE_MENU"
msgid "Move Menu"
msgstr "ዝርዝር ማንቀሳቀሻ"
#. KbZFf
-#: cui/inc/strings.hrc:52
+#: cui/inc/strings.hrc:51
msgctxt "RID_SVXSTR_ADD_SUBMENU"
msgid "Add Submenu"
msgstr "ንዑስ ዝርዝር መጨመሪያ"
#. w2qNv
-#: cui/inc/strings.hrc:53
+#: cui/inc/strings.hrc:52
msgctxt "RID_SVXSTR_SUBMENU_NAME"
msgid "Submenu name"
msgstr "የንዑስ ዝርዝር ስም"
#. qJgZw
-#: cui/inc/strings.hrc:54
+#: cui/inc/strings.hrc:53
msgctxt "RID_SVXSTR_DELETE_ICON_CONFIRM"
msgid "Are you sure to delete the image?"
msgstr "በእርግጥ ምስሉን ማጥፋት ይፈልጋሉ?"
#. d6e9K
-#: cui/inc/strings.hrc:55
+#: cui/inc/strings.hrc:54
msgctxt "RID_SVXSTR_REPLACE_ICON_WARNING"
msgid ""
"The icon %ICONNAME is already contained in the image list.\n"
@@ -269,19 +269,19 @@ msgstr ""
"አሁን ያለውን ምልክት መቀየር ይፈልጋሉ?"
#. FRvQe
-#: cui/inc/strings.hrc:56
+#: cui/inc/strings.hrc:55
msgctxt "RID_SVXSTR_REPLACE_ICON_CONFIRM"
msgid "Confirm Icon Replacement"
msgstr "ምልክት መቀየሩን ያረጋግጡ"
#. xC2Wc
-#: cui/inc/strings.hrc:57
+#: cui/inc/strings.hrc:56
msgctxt "RID_SVXSTR_YESTOALL"
msgid "Yes to All"
msgstr "ለሁሉም አዎ"
#. jCwDZ
-#: cui/inc/strings.hrc:58
+#: cui/inc/strings.hrc:57
msgctxt "RID_SXVSTR_CONFIRM_DELETE_TOOLBAR"
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
msgstr "በቱልባሩ ላይ ምንም ትእዛዝ የለም: ቱልባሩን ማጥፋት ይፈልጋሉ?"
@@ -290,917 +290,917 @@ msgstr "በቱልባሩ ላይ ምንም ትእዛዝ የለም: ቱልባሩን
#. Translators: Do not translate %SAVE IN SELECTION% It is a placeholder
#. and will be replaced at runtime by the name of the selected application
#. or document.
-#: cui/inc/strings.hrc:63
+#: cui/inc/strings.hrc:62
msgctxt "RID_SVXSTR_CONFIRM_MENU_RESET"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr "ዝርዝር ማዋቀሪያው ወደ %SAVE IN SELECTION% ነባር አቀማመጥ ይመለሳል: መቀጠል ይፈልጋሉ?"
#. RYeCk
-#: cui/inc/strings.hrc:64
+#: cui/inc/strings.hrc:63
msgctxt "RID_SVXSTR_CONFIRM_TOOLBAR_RESET"
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"
msgstr "የ እቃ ማዋቀሪያው ለ %SAVE IN SELECTION% ወደ ነባር ማሰናጃው ይመለሳል: መቀጠል ይፈልጋሉ?"
#. JgGvm
-#: cui/inc/strings.hrc:65
+#: cui/inc/strings.hrc:64
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
msgstr "ይህ ቀደም ብለው የ ቀየሩትን ለውጦች በሙሉ ያጠፋዋል: የ እቃ መደርደሪያውን እንደነበረ መመለስ ይፈልጋሉ?"
#. 4s9MJ
-#: cui/inc/strings.hrc:66
+#: cui/inc/strings.hrc:65
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
msgstr "ይህ ቀደም ብለው በ አገባብ ዝርዝር ውስጥ የ ቀየሩትን ለውጦች በሙሉ ያጠፋዋል: እርስዎ በ እርግጥ እንደ ነበረ መመለስ ይፈልጋሉ?"
#. CPW5b
-#: cui/inc/strings.hrc:67
+#: cui/inc/strings.hrc:66
msgctxt "RID_SVXSTR_MNUCFG_ALREADY_INCLUDED"
msgid "Function is already included in this popup."
msgstr "ተግባሩ ቀደም ሲል በዚህ ብቅ ባይ ውስጥ ተካቷል"
#. G2mu7
-#: cui/inc/strings.hrc:68
+#: cui/inc/strings.hrc:67
msgctxt "RID_SVXSTR_LABEL_NEW_NAME"
msgid "~New name"
msgstr "~አዲስ ስም"
#. Ahhg9
-#: cui/inc/strings.hrc:69
+#: cui/inc/strings.hrc:68
msgctxt "RID_SVXSTR_RENAME_MENU"
msgid "Rename Menu"
msgstr "ዝርዝሩን እንደገና መሰየሚያ"
#. CmDaN
-#: cui/inc/strings.hrc:70
+#: cui/inc/strings.hrc:69
msgctxt "RID_SVXSTR_RENAME_TOOLBAR"
msgid "Rename Toolbar"
msgstr "እቃ መደርደሪያ እንደገና መሰየሚያ"
#. GN45E
-#: cui/inc/strings.hrc:72
+#: cui/inc/strings.hrc:71
msgctxt "RID_SVXSTR_HYPDLG_CLOSEBUT"
msgid "Close"
msgstr "መዝጊያ"
#. dkH9d
-#: cui/inc/strings.hrc:73
+#: cui/inc/strings.hrc:72
msgctxt "RID_SVXSTR_HYPDLG_MACROACT1"
msgid "Mouse over object"
msgstr "አይጥ በእቃዎች ላይ"
#. 4QYHe
-#: cui/inc/strings.hrc:74
+#: cui/inc/strings.hrc:73
msgctxt "RID_SVXSTR_HYPDLG_MACROACT2"
msgid "Trigger hyperlink"
msgstr "hyperlink ማስነሻ"
#. WMQPj
-#: cui/inc/strings.hrc:75
+#: cui/inc/strings.hrc:74
msgctxt "RID_SVXSTR_HYPDLG_MACROACT3"
msgid "Mouse leaves object"
msgstr "አይጥ እቃዎችን ሲተው"
#. E8XCn
-#: cui/inc/strings.hrc:76
+#: cui/inc/strings.hrc:75
msgctxt "RID_SVXSTR_HYPDLG_NOVALIDFILENAME"
msgid "Please type in a valid file name."
msgstr "እባክዎን ዋጋ ያለው ስም ይጻፉ"
#. ES4Pj
-#: cui/inc/strings.hrc:77
+#: cui/inc/strings.hrc:76
msgctxt "RID_SVXSTR_HYPERDLG_FORM_BUTTON"
msgid "Button"
msgstr "ቁልፍ"
#. MPHHF
-#: cui/inc/strings.hrc:78
+#: cui/inc/strings.hrc:77
msgctxt "RID_SVXSTR_HYPERDLG_FROM_TEXT"
msgid "Text"
msgstr "ጽሑፍ"
#. 9nkb2
-#: cui/inc/strings.hrc:79
+#: cui/inc/strings.hrc:78
msgctxt "RID_SVXSTR_HYPERDLG_QUERYOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር ደርቤ ልጻፍበት?"
#. smWax
-#: cui/inc/strings.hrc:81
+#: cui/inc/strings.hrc:80
msgctxt "RID_SVXSTR_SELECT_FILE_IFRAME"
msgid "Select File for Floating Frame"
msgstr "ይምረጡ ፋይል ለማንሳፈፊያ ጠርዝ"
#. F74rR
-#: cui/inc/strings.hrc:82
+#: cui/inc/strings.hrc:81
msgctxt "RID_SVXSTR_ALLFUNCTIONS"
msgid "All commands"
msgstr "ሁሉንም ትእዛዞች"
#. EeB6i
-#: cui/inc/strings.hrc:83
+#: cui/inc/strings.hrc:82
msgctxt "RID_SVXSTR_MACROS"
msgid "Macros"
msgstr "ማክሮስ"
#. mkEjQ
-#: cui/inc/strings.hrc:84
+#: cui/inc/strings.hrc:83
msgctxt "RID_SVXSTR_MYMACROS"
msgid "My Macros"
msgstr "የ እኔ ማክሮስ"
#. Cv5m8
-#: cui/inc/strings.hrc:85
+#: cui/inc/strings.hrc:84
msgctxt "RID_SVXSTR_PRODMACROS"
msgid "%PRODUCTNAME Macros"
msgstr "%PRODUCTNAME ማክሮስ"
#. RGCGW
-#: cui/inc/strings.hrc:86
+#: cui/inc/strings.hrc:85
msgctxt "RID_SVXSTR_NOMACRODESC"
msgid "There is no description available for this macro."
msgstr "ለዚህ ማክሮ ምንም መግለጫ አልተገኘም"
#. AFniE
-#: cui/inc/strings.hrc:87
+#: cui/inc/strings.hrc:86
msgctxt "RID_SVXSTR_SELECTOR_RUN"
msgid "Run"
msgstr "ማስኬጃ"
#. whwAN
-#: cui/inc/strings.hrc:88
+#: cui/inc/strings.hrc:87
msgctxt "RID_SVXSTR_ROW"
msgid "Insert Rows"
msgstr "ረድፎች ማስገቢያ"
#. Su38S
#. tdf#119293 Labels depending on row/col
-#: cui/inc/strings.hrc:90
+#: cui/inc/strings.hrc:89
msgctxt "RID_SVXSTR_INSERTROW_BEFORE"
msgid "Above selection"
msgstr "ከ ምርጫው በላይ"
#. oBHui
-#: cui/inc/strings.hrc:91
+#: cui/inc/strings.hrc:90
msgctxt "RID_SVXSTR_INSERTROW_AFTER"
msgid "Below selection"
msgstr "ከ ምርጫው በታች"
#. c8nou
-#: cui/inc/strings.hrc:92
+#: cui/inc/strings.hrc:91
msgctxt "RID_SVXSTR_REMOVE_FAVORITES"
msgid "Remove from Favorites"
msgstr "ከ የምወዳቸው ውስጥ ማስወገጃ"
#. XpjRm
-#: cui/inc/strings.hrc:93
+#: cui/inc/strings.hrc:92
msgctxt "RID_SVXSTR_MISSING_CHAR"
msgid "Missing character"
msgstr "የ ጎደሉ ባህሪዎች"
#. 7tBGT
-#: cui/inc/strings.hrc:94
+#: cui/inc/strings.hrc:93
msgctxt "RID_SVXSTR_ADD_FAVORITES"
msgid "Add to Favorites"
msgstr "ወደ የምወደው መጨመሪያ"
#. AvBBC
#. PPI is pixel per inch, %1 is a number
-#: cui/inc/strings.hrc:96
+#: cui/inc/strings.hrc:95
msgctxt "RID_SVXSTR_PPI"
msgid "(%1 PPI)"
msgstr "(%1 PPI)"
#. thimC
-#: cui/inc/strings.hrc:97
+#: cui/inc/strings.hrc:96
msgctxt "RID_SVXSTR_COL"
msgid "Insert Columns"
msgstr "አምዶች ማስገቢያ"
#. AgqiD
#. tdf#119293 Labels depending on row/col
-#: cui/inc/strings.hrc:99
+#: cui/inc/strings.hrc:98
msgctxt "RID_SVXSTR_INSERTCOL_BEFORE"
msgid "Before selection"
msgstr "ከ ምርጫው በፊት"
#. nXnb3
-#: cui/inc/strings.hrc:100
+#: cui/inc/strings.hrc:99
msgctxt "RID_SVXSTR_INSERTCOL_AFTER"
msgid "After selection"
msgstr "ከ ምርጫው በኋላ"
#. QrFJZ
-#: cui/inc/strings.hrc:101
+#: cui/inc/strings.hrc:100
msgctxt "RID_SVXSTR_AUTO_ENTRY"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. X9CWA
-#: cui/inc/strings.hrc:102
+#: cui/inc/strings.hrc:101
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "አገናኝ"
#. QCgnw
-#: cui/inc/strings.hrc:103
+#: cui/inc/strings.hrc:102
msgctxt "RID_SVXSTR_LOADACCELCONFIG"
msgid "Load Keyboard Configuration"
msgstr "የ ፊደል ገበታ ማዋቀሪያ መጫኛ"
#. eWQoY
-#: cui/inc/strings.hrc:104
+#: cui/inc/strings.hrc:103
msgctxt "RID_SVXSTR_SAVEACCELCONFIG"
msgid "Save Keyboard Configuration"
msgstr "የ ፊደል ገበታ ማዋቀሪያ ማስቀመጫ"
#. ggFZE
-#: cui/inc/strings.hrc:105
+#: cui/inc/strings.hrc:104
msgctxt "RID_SVXSTR_FILTERNAME_CFG"
msgid "Configuration (*.cfg)"
msgstr "ማዋቀሪያ (*.cfg)"
#. DigQB
-#: cui/inc/strings.hrc:106
+#: cui/inc/strings.hrc:105
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_NOENTRIES"
msgid "Targets do not exist in the document."
msgstr "ዒላማዎቹ በሰነዱ ውስጥ አልተገኙም"
#. pCbRV
-#: cui/inc/strings.hrc:107
+#: cui/inc/strings.hrc:106
msgctxt "RID_SVXSTR_HYPDLG_ERR_LERR_DOCNOTOPEN"
msgid "Couldn't open the document."
msgstr "ሰነዱን መክፈት አልተቻለም"
#. zAUfq
-#: cui/inc/strings.hrc:108
+#: cui/inc/strings.hrc:107
msgctxt "RID_SVXSTR_EDITHINT"
msgid "[Enter text here]"
msgstr "[ጽሑፍ እዚህ ያስገቡ]"
#. ResDx
-#: cui/inc/strings.hrc:109
+#: cui/inc/strings.hrc:108
msgctxt "RID_SVXSTR_HANGUL"
msgid "Hangul"
msgstr "Hangul"
#. 3t3AC
-#: cui/inc/strings.hrc:110
+#: cui/inc/strings.hrc:109
msgctxt "RID_SVXSTR_HANJA"
msgid "Hanja"
msgstr "Hanja"
#. 88dts
-#: cui/inc/strings.hrc:111
+#: cui/inc/strings.hrc:110
msgctxt "RID_SVXSTR_BASICMACROS"
msgid "BASIC Macros"
msgstr "መሰረታዊ ማክሮስ"
#. XKYHn
-#: cui/inc/strings.hrc:112
+#: cui/inc/strings.hrc:111
msgctxt "RID_SVXSTR_GROUP_STYLES"
msgid "Styles"
msgstr "ዘዴዎች"
#. hFEBv
-#: cui/inc/strings.hrc:114
+#: cui/inc/strings.hrc:113
msgctxt "RID_SVXSTR_EVENT_STARTAPP"
msgid "Start Application"
msgstr "መተግበሪያውን ማስጀመሪያ"
#. 6tUvx
-#: cui/inc/strings.hrc:115
+#: cui/inc/strings.hrc:114
msgctxt "RID_SVXSTR_EVENT_CLOSEAPP"
msgid "Close Application"
msgstr "መተግበሪያውን መዝጊያ"
#. 6NsQz
-#: cui/inc/strings.hrc:116
+#: cui/inc/strings.hrc:115
msgctxt "RID_SVXSTR_EVENT_NEWDOC"
msgid "New Document"
msgstr "አዲስ ሰነድ"
#. G6b2e
-#: cui/inc/strings.hrc:117
+#: cui/inc/strings.hrc:116
msgctxt "RID_SVXSTR_EVENT_CLOSEDOC"
msgid "Document closed"
msgstr "ሰነዱ ተዘግቷል"
#. yvsTa
-#: cui/inc/strings.hrc:118
+#: cui/inc/strings.hrc:117
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEDOC"
msgid "Document is going to be closed"
msgstr "ሰነዱ ሊዘጋ ነው"
#. DKpfj
-#: cui/inc/strings.hrc:119
+#: cui/inc/strings.hrc:118
msgctxt "RID_SVXSTR_EVENT_OPENDOC"
msgid "Open Document"
msgstr "ሰነድ መክፈቻ"
#. DTDDm
-#: cui/inc/strings.hrc:120
+#: cui/inc/strings.hrc:119
msgctxt "RID_SVXSTR_EVENT_SAVEDOC"
msgid "Save Document"
msgstr "ሰነድ ማስቀመጫ"
#. Trc82
-#: cui/inc/strings.hrc:121
+#: cui/inc/strings.hrc:120
msgctxt "RID_SVXSTR_EVENT_SAVEASDOC"
msgid "Save Document As"
msgstr "ሰነዱን ማስቀመጫ እንደ"
#. GCbZt
-#: cui/inc/strings.hrc:122
+#: cui/inc/strings.hrc:121
msgctxt "RID_SVXSTR_EVENT_SAVEDOCDONE"
msgid "Document has been saved"
msgstr "ሰነዱ ተቀምጧል"
#. mYtMa
-#: cui/inc/strings.hrc:123
+#: cui/inc/strings.hrc:122
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCDONE"
msgid "Document has been saved as"
msgstr "ሰነዱ ተቀምጧል እንደ"
#. t8F8W
-#: cui/inc/strings.hrc:124
+#: cui/inc/strings.hrc:123
msgctxt "RID_SVXSTR_EVENT_ACTIVATEDOC"
msgid "Activate Document"
msgstr "ሰነዱን ማስነሻ"
#. T7QE3
-#: cui/inc/strings.hrc:125
+#: cui/inc/strings.hrc:124
msgctxt "RID_SVXSTR_EVENT_DEACTIVATEDOC"
msgid "Deactivate Document"
msgstr "ሰነዱን ማቦዘኛ"
#. AQXyC
-#: cui/inc/strings.hrc:126
+#: cui/inc/strings.hrc:125
msgctxt "RID_SVXSTR_EVENT_PRINTDOC"
msgid "Print Document"
msgstr "ሰነዱን ማተሚያ"
#. 8uXuz
-#: cui/inc/strings.hrc:127
+#: cui/inc/strings.hrc:126
msgctxt "RID_SVXSTR_EVENT_MODIFYCHANGED"
msgid "'Modified' status was changed"
msgstr "'ተሻሽሏል' ሁኔታው ተቀይሯል"
#. 5CKDG
-#: cui/inc/strings.hrc:128
+#: cui/inc/strings.hrc:127
msgctxt "RID_SVXSTR_EVENT_MAILMERGE"
msgid "Printing of form letters started"
msgstr "በ ደብዳቤዎች ፎርም ማተም ጀምሯል"
#. AZ2io
-#: cui/inc/strings.hrc:129
+#: cui/inc/strings.hrc:128
msgctxt "RID_SVXSTR_EVENT_MAILMERGE_END"
msgid "Printing of form letters finished"
msgstr "በ ደብዳቤዎች ፎርም ማተም ጨርሷል"
#. dHtbz
-#: cui/inc/strings.hrc:130
+#: cui/inc/strings.hrc:129
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE"
msgid "Merging of form fields started"
msgstr "የ ፎርም ሜዳዎችን ማዋሀድ ጀምሯል"
#. uGCdD
-#: cui/inc/strings.hrc:131
+#: cui/inc/strings.hrc:130
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE_FINISHED"
msgid "Merging of form fields finished"
msgstr "የ ፎርም ሜዳዎችን ማዋሀድ ጨርሷል"
#. srLLa
-#: cui/inc/strings.hrc:132
+#: cui/inc/strings.hrc:131
msgctxt "RID_SVXSTR_EVENT_PAGECOUNTCHANGE"
msgid "Changing the page count"
msgstr "የ ገጽ መቁጠሪያ በ መቀየር ላይ"
#. AsuQF
-#: cui/inc/strings.hrc:133
+#: cui/inc/strings.hrc:132
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED"
msgid "Loaded a sub component"
msgstr "ንዑስ አካላት ተጭነዋል"
#. Gf22f
-#: cui/inc/strings.hrc:134
+#: cui/inc/strings.hrc:133
msgctxt "RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED"
msgid "Closed a sub component"
msgstr "ንዑስ አካላት ተዘግተዋል"
#. QayEb
-#: cui/inc/strings.hrc:135
+#: cui/inc/strings.hrc:134
msgctxt "RID_SVXSTR_EVENT_APPROVEPARAMETER"
msgid "Fill parameters"
msgstr "ደንቦች መሙያ"
#. mL59X
-#: cui/inc/strings.hrc:136
+#: cui/inc/strings.hrc:135
msgctxt "RID_SVXSTR_EVENT_ACTIONPERFORMED"
msgid "Execute action"
msgstr "ተግባር መፈጸሚያ"
#. KtHBE
-#: cui/inc/strings.hrc:137
+#: cui/inc/strings.hrc:136
msgctxt "RID_SVXSTR_EVENT_AFTERUPDATE"
msgid "After updating"
msgstr "ከተሻሻለ በኋላ"
#. b6CCj
-#: cui/inc/strings.hrc:138
+#: cui/inc/strings.hrc:137
msgctxt "RID_SVXSTR_EVENT_BEFOREUPDATE"
msgid "Before updating"
msgstr "ከመሻሻሉ በፊት"
#. KTBcp
-#: cui/inc/strings.hrc:139
+#: cui/inc/strings.hrc:138
msgctxt "RID_SVXSTR_EVENT_APPROVEROWCHANGE"
msgid "Before record action"
msgstr "ከመዝገቡ ተግባር በፊት"
#. Fhyio
-#: cui/inc/strings.hrc:140
+#: cui/inc/strings.hrc:139
msgctxt "RID_SVXSTR_EVENT_ROWCHANGE"
msgid "After record action"
msgstr "ከመዝገቡ ተግባር በኋላ"
#. PmJgM
-#: cui/inc/strings.hrc:141
+#: cui/inc/strings.hrc:140
msgctxt "RID_SVXSTR_EVENT_CONFIRMDELETE"
msgid "Confirm deletion"
msgstr "ማጥፋቱን ያረጋግጡ"
#. gcREA
-#: cui/inc/strings.hrc:142
+#: cui/inc/strings.hrc:141
msgctxt "RID_SVXSTR_EVENT_ERROROCCURRED"
msgid "Error occurred"
msgstr "ስህተት ተፈጥሯል"
#. oAwDt
-#: cui/inc/strings.hrc:143
+#: cui/inc/strings.hrc:142
msgctxt "RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED"
msgid "While adjusting"
msgstr "በማስተካከል ላይ እንዳለ"
#. AyfwP
-#: cui/inc/strings.hrc:144
+#: cui/inc/strings.hrc:143
msgctxt "RID_SVXSTR_EVENT_FOCUSGAINED"
msgid "When receiving focus"
msgstr "ትኩረት በሚያገኝበት ጊዜ"
#. BD96B
-#: cui/inc/strings.hrc:145
+#: cui/inc/strings.hrc:144
msgctxt "RID_SVXSTR_EVENT_FOCUSLOST"
msgid "When losing focus"
msgstr "ትኩረት በሚያጣበት ጊዜ"
#. wEhfE
-#: cui/inc/strings.hrc:146
+#: cui/inc/strings.hrc:145
msgctxt "RID_SVXSTR_EVENT_ITEMSTATECHANGED"
msgid "Item status changed"
msgstr "የ እቃው ሁኔታ ተቀይሯል"
#. FRW7b
-#: cui/inc/strings.hrc:147
+#: cui/inc/strings.hrc:146
msgctxt "RID_SVXSTR_EVENT_KEYTYPED"
msgid "Key pressed"
msgstr "ቁልፍ ተጭነዋል"
#. 4kZCD
-#: cui/inc/strings.hrc:148
+#: cui/inc/strings.hrc:147
msgctxt "RID_SVXSTR_EVENT_KEYUP"
msgid "Key released"
msgstr "ቁልፍ ለቀዋል"
#. ZiS2D
-#: cui/inc/strings.hrc:149
+#: cui/inc/strings.hrc:148
msgctxt "RID_SVXSTR_EVENT_LOADED"
msgid "When loading"
msgstr "በመጫን ላይ እንዳለ"
#. vEjAG
-#: cui/inc/strings.hrc:150
+#: cui/inc/strings.hrc:149
msgctxt "RID_SVXSTR_EVENT_RELOADING"
msgid "Before reloading"
msgstr "እንደገና ከ መጫኑ በፊት"
#. 5FvrE
-#: cui/inc/strings.hrc:151
+#: cui/inc/strings.hrc:150
msgctxt "RID_SVXSTR_EVENT_RELOADED"
msgid "When reloading"
msgstr "እንደገና በሚጫን ጊዜ"
#. CDcYt
-#: cui/inc/strings.hrc:152
+#: cui/inc/strings.hrc:151
msgctxt "RID_SVXSTR_EVENT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
msgstr "አይጡ ተንቀሳቅሷል ቁልፉን በመጫን ላይ እንዳሉ"
#. CPpyk
-#: cui/inc/strings.hrc:153
+#: cui/inc/strings.hrc:152
msgctxt "RID_SVXSTR_EVENT_MOUSEENTERED"
msgid "Mouse inside"
msgstr "አይጥ ውስጥ"
#. 4hGfp
-#: cui/inc/strings.hrc:154
+#: cui/inc/strings.hrc:153
msgctxt "RID_SVXSTR_EVENT_MOUSEEXITED"
msgid "Mouse outside"
msgstr "አይጥ ውጪ"
#. QEuWr
-#: cui/inc/strings.hrc:155
+#: cui/inc/strings.hrc:154
msgctxt "RID_SVXSTR_EVENT_MOUSEMOVED"
msgid "Mouse moved"
msgstr "አይጡ ተንቀሳቅሷል"
#. 8YA3S
-#: cui/inc/strings.hrc:156
+#: cui/inc/strings.hrc:155
msgctxt "RID_SVXSTR_EVENT_MOUSEPRESSED"
msgid "Mouse button pressed"
msgstr "የአይጥ ቁልፍ ተጭነዋል"
#. RMuJe
-#: cui/inc/strings.hrc:157
+#: cui/inc/strings.hrc:156
msgctxt "RID_SVXSTR_EVENT_MOUSERELEASED"
msgid "Mouse button released"
msgstr "የአይጥ ቁልፍ ለቅቀዋል"
#. 5iPHQ
-#: cui/inc/strings.hrc:158
+#: cui/inc/strings.hrc:157
msgctxt "RID_SVXSTR_EVENT_POSITIONING"
msgid "Before record change"
msgstr "መዝገቡ ከመቀየሩ በፊት"
#. yrBiz
-#: cui/inc/strings.hrc:159
+#: cui/inc/strings.hrc:158
msgctxt "RID_SVXSTR_EVENT_POSITIONED"
msgid "After record change"
msgstr "መዝገቡ ከተቀየረ በኋላ"
#. bdBH4
-#: cui/inc/strings.hrc:160
+#: cui/inc/strings.hrc:159
msgctxt "RID_SVXSTR_EVENT_RESETTED"
msgid "After resetting"
msgstr "እንደ ነበር ከ ተመለሰ በኋላ"
#. eVsFk
-#: cui/inc/strings.hrc:161
+#: cui/inc/strings.hrc:160
msgctxt "RID_SVXSTR_EVENT_APPROVERESETTED"
msgid "Prior to reset"
msgstr "እንደ ነበር ከ መመለሱ በፊት"
#. 2oAoV
-#: cui/inc/strings.hrc:162
+#: cui/inc/strings.hrc:161
msgctxt "RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED"
msgid "Approve action"
msgstr "ተግባሩን ማጽደቂያ"
#. hQAzK
-#: cui/inc/strings.hrc:163
+#: cui/inc/strings.hrc:162
msgctxt "RID_SVXSTR_EVENT_SUBMITTED"
msgid "Before submitting"
msgstr "ከማስገባትዎ በፊት"
#. CFPSo
-#: cui/inc/strings.hrc:164
+#: cui/inc/strings.hrc:163
msgctxt "RID_SVXSTR_EVENT_TEXTCHANGED"
msgid "Text modified"
msgstr "ጽሑፉ ተሻሽሏል"
#. 2ADMH
-#: cui/inc/strings.hrc:165
+#: cui/inc/strings.hrc:164
msgctxt "RID_SVXSTR_EVENT_UNLOADING"
msgid "Before unloading"
msgstr "ከ መውረዱ በፊት"
#. F8BL3
-#: cui/inc/strings.hrc:166
+#: cui/inc/strings.hrc:165
msgctxt "RID_SVXSTR_EVENT_UNLOADED"
msgid "When unloading"
msgstr "በሚወርድበት ጊዜ"
#. M6fPe
-#: cui/inc/strings.hrc:167
+#: cui/inc/strings.hrc:166
msgctxt "RID_SVXSTR_EVENT_CHANGED"
msgid "Changed"
msgstr "ተቀይሯል"
#. gZyVB
-#: cui/inc/strings.hrc:168
+#: cui/inc/strings.hrc:167
msgctxt "RID_SVXSTR_EVENT_CREATEDOC"
msgid "Document created"
msgstr "ሰነዱ ተፈጥሯል"
#. BcPDW
-#: cui/inc/strings.hrc:169
+#: cui/inc/strings.hrc:168
msgctxt "RID_SVXSTR_EVENT_LOADDOCFINISHED"
msgid "Document loading finished"
msgstr "ሰነዱ መጫኑን ጨርሷል"
#. ir7AQ
-#: cui/inc/strings.hrc:170
+#: cui/inc/strings.hrc:169
msgctxt "RID_SVXSTR_EVENT_SAVEDOCFAILED"
msgid "Saving of document failed"
msgstr "ሰነዱን ማስቀመጥ አልተቻለም"
#. BFtTF
-#: cui/inc/strings.hrc:171
+#: cui/inc/strings.hrc:170
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCFAILED"
msgid "'Save as' has failed"
msgstr "'ማስቀመጥ' አልተቻለም እንደ"
#. N9e6u
-#: cui/inc/strings.hrc:172
+#: cui/inc/strings.hrc:171
msgctxt "RID_SVXSTR_EVENT_COPYTODOC"
msgid "Storing or exporting copy of document"
msgstr "የሰነዱን ኮፒ በማስቀመጥ ወይም በመላክ ላይ"
#. okb9H
-#: cui/inc/strings.hrc:173
+#: cui/inc/strings.hrc:172
msgctxt "RID_SVXSTR_EVENT_COPYTODOCDONE"
msgid "Document copy has been created"
msgstr "የሰነዱ ኮፒ ተፈጥሯል"
#. DrYTY
-#: cui/inc/strings.hrc:174
+#: cui/inc/strings.hrc:173
msgctxt "RID_SVXSTR_EVENT_COPYTODOCFAILED"
msgid "Creating of document copy failed"
msgstr "የሰነዱን ኮፒ መፍጠር አልተቻለም"
#. BBJJQ
-#: cui/inc/strings.hrc:175
+#: cui/inc/strings.hrc:174
msgctxt "RID_SVXSTR_EVENT_VIEWCREATED"
msgid "View created"
msgstr "የተፈጠረውን መመልከቻ"
#. XN9Az
-#: cui/inc/strings.hrc:176
+#: cui/inc/strings.hrc:175
msgctxt "RID_SVXSTR_EVENT_PREPARECLOSEVIEW"
msgid "View is going to be closed"
msgstr "መመልከቻው ሊዘጋ ነው"
#. a9qty
-#: cui/inc/strings.hrc:177
+#: cui/inc/strings.hrc:176
msgctxt "RID_SVXSTR_EVENT_CLOSEVIEW"
msgid "View closed"
msgstr "የተዘጋውን መመልከቻ"
#. dDunN
-#: cui/inc/strings.hrc:178
+#: cui/inc/strings.hrc:177
msgctxt "RID_SVXSTR_EVENT_TITLECHANGED"
msgid "Document title changed"
msgstr "የ ሰነዱ አርእስት ተቀይሯል"
#. 6D6BS
-#: cui/inc/strings.hrc:179
+#: cui/inc/strings.hrc:178
msgctxt "RID_SVXSTR_EVENT_SELECTIONCHANGED"
msgid "Selection changed"
msgstr "ምርጫው ተቀይሯል"
#. XArW3
-#: cui/inc/strings.hrc:180
+#: cui/inc/strings.hrc:179
msgctxt "RID_SVXSTR_EVENT_DOUBLECLICK"
msgid "Double click"
msgstr "ሁለት ጊዜ ይጫኑ"
#. oDkyz
-#: cui/inc/strings.hrc:181
+#: cui/inc/strings.hrc:180
msgctxt "RID_SVXSTR_EVENT_RIGHTCLICK"
msgid "Right click"
msgstr "በ ቀኝ ይጫኑ"
#. tVSz9
-#: cui/inc/strings.hrc:182
+#: cui/inc/strings.hrc:181
msgctxt "RID_SVXSTR_EVENT_CALCULATE"
msgid "Formulas calculated"
msgstr "መቀመሪያ ተሰልቷል"
#. ESxTQ
-#: cui/inc/strings.hrc:183
+#: cui/inc/strings.hrc:182
msgctxt "RID_SVXSTR_EVENT_CONTENTCHANGED"
msgid "Content changed"
msgstr "የተቀየሩ ይዞታዎች"
#. Zimeo
-#: cui/inc/strings.hrc:185
+#: cui/inc/strings.hrc:184
msgctxt "RID_STR_SEARCH_ANYWHERE"
msgid "anywhere in the field"
msgstr "በ ሜዳው ማናቸውም ቦታ"
#. qCKMY
-#: cui/inc/strings.hrc:186
+#: cui/inc/strings.hrc:185
msgctxt "RID_STR_SEARCH_BEGINNING"
msgid "beginning of field"
msgstr "በ ሜዳው መጀመሪያ"
#. CKVTF
-#: cui/inc/strings.hrc:187
+#: cui/inc/strings.hrc:186
msgctxt "RID_STR_SEARCH_END"
msgid "end of field"
msgstr "የ ሜዳ መጨረሻ"
#. FZwxu
-#: cui/inc/strings.hrc:188
+#: cui/inc/strings.hrc:187
msgctxt "RID_STR_SEARCH_WHOLE"
msgid "entire field"
msgstr "በ ሜዳው ሙሉ"
#. AFUFs
-#: cui/inc/strings.hrc:189
+#: cui/inc/strings.hrc:188
msgctxt "RID_STR_FROM_TOP"
msgid "From top"
msgstr "ከ ላይ"
#. FBDbX
-#: cui/inc/strings.hrc:190
+#: cui/inc/strings.hrc:189
msgctxt "RID_STR_FROM_BOTTOM"
msgid "From bottom"
msgstr "ከ ታች በኩል"
#. brdgV
-#: cui/inc/strings.hrc:191
+#: cui/inc/strings.hrc:190
msgctxt "RID_STR_SEARCH_NORECORD"
msgid "No records corresponding to your data found."
msgstr "ከ እርስዎ ዳታ ጋር የሚመሳሰል ምንም አይነት መዝገብ አልተገኘም"
#. VkTjA
-#: cui/inc/strings.hrc:192
+#: cui/inc/strings.hrc:191
msgctxt "RID_STR_SEARCH_GENERAL_ERROR"
msgid "An unknown error occurred. The search could not be finished."
msgstr "ያልታወቀ ስህተት ተፈጥሯል: ፍለጋውን መጨረስ አልተቻለም"
#. jiQdw
-#: cui/inc/strings.hrc:193
+#: cui/inc/strings.hrc:192
msgctxt "RID_STR_OVERFLOW_FORWARD"
msgid "Overflow, search continued at the beginning"
msgstr "ሞልቶ ፈሰሰ: መፈለጊያ ከ መጀመሪያው ጀምሮ ቀጥሏል"
#. EzK3y
-#: cui/inc/strings.hrc:194
+#: cui/inc/strings.hrc:193
msgctxt "RID_STR_OVERFLOW_BACKWARD"
msgid "Overflow, search continued at the end"
msgstr "ሞልቶ ፈሰሰ: መፈለጊያ እስከ መጨረሻው ድረስ ቀጥሏል"
#. zwiat
-#: cui/inc/strings.hrc:195
+#: cui/inc/strings.hrc:194
msgctxt "RID_STR_SEARCH_COUNTING"
msgid "counting records"
msgstr "መዝገቦችን በመቁጠር ላይ"
#. 7cVWa
-#: cui/inc/strings.hrc:197
+#: cui/inc/strings.hrc:196
msgctxt "RID_SVXSTR_GALLERY_NOFILES"
msgid "<No Files>"
msgstr "<ፋይሎች የሉም>"
#. AnJUu
-#: cui/inc/strings.hrc:198
+#: cui/inc/strings.hrc:197
msgctxt "RID_SVXSTR_GALLERYPROPS_OBJECT"
msgid "Object;Objects"
msgstr "እቃ ;እቃዎች"
#. GQXSM
-#: cui/inc/strings.hrc:199
+#: cui/inc/strings.hrc:198
msgctxt "RID_SVXSTR_GALLERY_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ ብቻ)"
#. sAwgA
-#: cui/inc/strings.hrc:200
+#: cui/inc/strings.hrc:199
msgctxt "RID_SVXSTR_GALLERY_ALLFILES"
msgid "<All Files>"
msgstr "<ሁሉም ፋይሎች>"
#. YkCky
-#: cui/inc/strings.hrc:201
+#: cui/inc/strings.hrc:200
msgctxt "RID_SVXSTR_GALLERY_ID_EXISTS"
msgid "This ID already exists..."
msgstr "ይህ መለያ ቀደም ሲል ነበር ..."
#. w3AUk
-#: cui/inc/strings.hrc:203
+#: cui/inc/strings.hrc:202
msgctxt "RID_MULTIPATH_DBL_ERR"
msgid "The path %1 already exists."
msgstr "መንገዱ %1 ቀደም ሲል ነበር"
#. 54BsS
-#: cui/inc/strings.hrc:204
+#: cui/inc/strings.hrc:203
msgctxt "RID_SVXSTR_ARCHIVE_TITLE"
msgid "Select Archives"
msgstr "ማህደሮች ይምረጡ"
#. NDB5V
-#: cui/inc/strings.hrc:205
+#: cui/inc/strings.hrc:204
msgctxt "RID_SVXSTR_ARCHIVE_HEADLINE"
msgid "Archives"
msgstr "ማህደሮች"
#. ffPAq
-#: cui/inc/strings.hrc:206
+#: cui/inc/strings.hrc:205
msgctxt "RID_SVXSTR_MULTIFILE_DBL_ERR"
msgid "The file %1 already exists."
msgstr "ፋይሉ %1 ቀደም ሲል ነበር"
#. 5FyxP
-#: cui/inc/strings.hrc:207
+#: cui/inc/strings.hrc:206
msgctxt "RID_SVXSTR_ADD_IMAGE"
msgid "Add Image"
msgstr "ምስል መጨመሪያ"
#. eUzGk
-#: cui/inc/strings.hrc:209
+#: cui/inc/strings.hrc:208
msgctxt "RID_SVXSTR_ONE_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr "የ ማረጋገጫው መግቢያ ቃል ከ መግቢያ ቃሉ ጋር አይመሳሰልም: የ መግቢያ ቃል እንደገና ያሰናዱ በሁለቱም ሳጥኖች ውስጥ አንድ አይነት የመግቢያ ቃል ያስገቡ"
#. mN9jE
-#: cui/inc/strings.hrc:210
+#: cui/inc/strings.hrc:209
msgctxt "RID_SVXSTR_TWO_PASSWORDS_MISMATCH"
msgid "The confirmation passwords did not match the original passwords. Set the passwords again."
msgstr "የ ማረጋገጫው መግቢያ ቃል ከ ዋናው መግቢያ ቃሉ ጋር አይመሳሰልም: የ መግቢያ ቃል እንደገና ያሰናዱ"
#. 48ez3
-#: cui/inc/strings.hrc:211
+#: cui/inc/strings.hrc:210
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON"
msgid "Please enter a password to open or to modify, or check the open read-only option to continue."
msgstr "እባክዎን የ መግቢያ ቃል ያስገቡ ለ መክፈት ወይንም ለ ማሻሽል ወይንም ለ መቀጠል ለ ንባብ ብቻ ምርጫዎችን ይመርምሩ"
#. aAbAN
-#: cui/inc/strings.hrc:212
+#: cui/inc/strings.hrc:211
msgctxt "RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2"
msgid "Set the password by entering the same password in both boxes."
msgstr "የ መግቢያ ቃል ያሰናዱ በሁለቱም ሳጥኖች ውስጥ አንድ አይነት የመግቢያ ቃል ያስገቡ"
#. ZXcFw
-#: cui/inc/strings.hrc:213
+#: cui/inc/strings.hrc:212
msgctxt "RID_SVXSTR_PASSWORD_LEN_INDICATOR"
msgid "Password length limit of %1 reached"
msgstr "የ መግቢያ ቃል እርዝመት መጠን ከ %1 ደርሷል:"
#. Fko49
-#: cui/inc/strings.hrc:215
+#: cui/inc/strings.hrc:214
msgctxt "STR_AUTOLINK"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. WYHFb
-#: cui/inc/strings.hrc:216
+#: cui/inc/strings.hrc:215
msgctxt "STR_MANUALLINK"
msgid "Manual"
msgstr "በእጅ"
#. PFN4j
-#: cui/inc/strings.hrc:217
+#: cui/inc/strings.hrc:216
msgctxt "STR_BROKENLINK"
msgid "Not available"
msgstr "ዝግጁ አይደለም"
#. 5ymS3
-#: cui/inc/strings.hrc:218
+#: cui/inc/strings.hrc:217
msgctxt "STR_CLOSELINKMSG"
msgid "Are you sure you want to remove the selected link?"
msgstr "በእርግጥ የተመረጠውን አገናኝ ማስወገድ ይፈልጋሉ?"
#. wyMwT
-#: cui/inc/strings.hrc:219
+#: cui/inc/strings.hrc:218
msgctxt "STR_CLOSELINKMSG_MULTI"
msgid "Are you sure you want to remove the selected link?"
msgstr "በእርግጥ የተመረጠውን አገናኝ ማስወገድ ይፈልጋሉ?"
#. CN74h
-#: cui/inc/strings.hrc:220
+#: cui/inc/strings.hrc:219
msgctxt "STR_WAITINGLINK"
msgid "Waiting"
msgstr "በመጠበቅ ላይ"
#. QJKgF
-#: cui/inc/strings.hrc:222
+#: cui/inc/strings.hrc:221
msgctxt "RID_SVXSTR_SAVE_SCREENSHOT_AS"
msgid "Save Screenshot As..."
msgstr "ማስቀመጫ የ መመልከቻ ፎቶ እንደ..."
#. CAaFf
#. $(ROW) can be a number or the caption of the row in quotes
-#: cui/inc/strings.hrc:225
+#: cui/inc/strings.hrc:224
msgctxt "RID_SVXSTR_DIAGRAM_ROW"
msgid "Data Series $(ROW)"
msgstr "ተከታታይ ዳታ $(ROW)"
#. HzhXp
-#: cui/inc/strings.hrc:227
+#: cui/inc/strings.hrc:226
msgctxt "RID_SVXSTR_YES"
msgid "Yes"
msgstr "አዎ"
#. RuQiB
-#: cui/inc/strings.hrc:228
+#: cui/inc/strings.hrc:227
msgctxt "RID_SVXSTR_NO"
msgid "No"
msgstr "አይ"
#. irLeD
-#: cui/inc/strings.hrc:230
+#: cui/inc/strings.hrc:229
msgctxt "STR_LINKEDDOC_DOESNOTEXIST"
msgid ""
"The file\n"
@@ -1212,7 +1212,7 @@ msgstr ""
"አልተገኘም"
#. iQYnX
-#: cui/inc/strings.hrc:231
+#: cui/inc/strings.hrc:230
msgctxt "STR_LINKEDDOC_NO_SYSTEM_FILE"
msgid ""
"The file\n"
@@ -1224,7 +1224,7 @@ msgstr ""
"በአካባቢ የፋይል ስርአት ውስጥ አልተገኘም"
#. 4PaJ2
-#: cui/inc/strings.hrc:232
+#: cui/inc/strings.hrc:231
msgctxt "STR_NAME_CONFLICT"
msgid ""
"The name '$file$' is already used for another database.\n"
@@ -1234,163 +1234,163 @@ msgstr ""
"እባክዎን የተለየ ስም ይምረጡ"
#. KFB7q
-#: cui/inc/strings.hrc:233
+#: cui/inc/strings.hrc:232
msgctxt "RID_SVXSTR_QUERY_DELETE_CONFIRM"
msgid "Do you want to delete the entry?"
msgstr "ማስገቢያውን ማጥፋት ይፈልጋሉ?"
#. gg9gD
-#: cui/inc/strings.hrc:235
+#: cui/inc/strings.hrc:234
msgctxt "RID_SVXSTR_DELQUERY"
msgid "Do you want to delete the following object?"
msgstr "የሚቀጥለውን እቃ ማጥፋት ይፈልጋሉ?"
#. 42ivC
-#: cui/inc/strings.hrc:236
+#: cui/inc/strings.hrc:235
msgctxt "RID_SVXSTR_DELQUERY_TITLE"
msgid "Confirm Deletion"
msgstr "ማጥፋቱን ያረጋግጡ"
#. kn5KE
-#: cui/inc/strings.hrc:237
+#: cui/inc/strings.hrc:236
msgctxt "RID_SVXSTR_DELFAILED"
msgid "The selected object could not be deleted."
msgstr "የተመረጠውን እቃ ማጥፋት አይቻልም"
#. T7T8x
-#: cui/inc/strings.hrc:238
+#: cui/inc/strings.hrc:237
msgctxt "RID_SVXSTR_DELFAILED_TITLE"
msgid "Error Deleting Object"
msgstr "ስህተት እቃውን በማጥፋት ላይ"
#. SCgXy
-#: cui/inc/strings.hrc:239
+#: cui/inc/strings.hrc:238
msgctxt "RID_SVXSTR_CREATEFAILED"
msgid "The object could not be created."
msgstr "እቃውን መፍጠር አልተቻለም"
#. TmiCU
-#: cui/inc/strings.hrc:240
+#: cui/inc/strings.hrc:239
msgctxt "RID_SVXSTR_CREATEFAILEDDUP"
msgid " Object with the same name already exists."
msgstr " እቃው በዚህ ስም ቀደም ሲል ነበር"
#. ffc5M
-#: cui/inc/strings.hrc:241
+#: cui/inc/strings.hrc:240
msgctxt "RID_SVXSTR_CREATEFAILED_TITLE"
msgid "Error Creating Object"
msgstr "ስህተት እቃውን በመፍጠር ላይ"
#. hpB8B
-#: cui/inc/strings.hrc:242
+#: cui/inc/strings.hrc:241
msgctxt "RID_SVXSTR_RENAMEFAILED"
msgid "The object could not be renamed."
msgstr "እቃውን እንደገና መሰየም አይቻልም"
#. eevjm
-#: cui/inc/strings.hrc:243
+#: cui/inc/strings.hrc:242
msgctxt "RID_SVXSTR_RENAMEFAILED_TITLE"
msgid "Error Renaming Object"
msgstr "ስህተት እቃውን እንደገና በ መሰየም ላይ"
#. fTHFY
-#: cui/inc/strings.hrc:244
+#: cui/inc/strings.hrc:243
msgctxt "RID_SVXSTR_ERROR_TITLE"
msgid "%PRODUCTNAME Error"
msgstr "%PRODUCTNAME ስህተት"
#. e6BgS
-#: cui/inc/strings.hrc:245
+#: cui/inc/strings.hrc:244
msgctxt "RID_SVXSTR_ERROR_LANG_NOT_SUPPORTED"
msgid "The scripting language %LANGUAGENAME is not supported."
msgstr "የ ጽሁፍ ቋንቋው %LANGUAGENAME የ ተደገፈ አይደለም"
#. EUek9
-#: cui/inc/strings.hrc:246
+#: cui/inc/strings.hrc:245
msgctxt "RID_SVXSTR_ERROR_RUNNING"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "ስህተት ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME script %SCRIPTNAME."
#. KVQAh
-#: cui/inc/strings.hrc:247
+#: cui/inc/strings.hrc:246
msgctxt "RID_SVXSTR_EXCEPTION_RUNNING"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "የተለየ ሁኔታ ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME script %SCRIPTNAME."
#. 5bFCQ
-#: cui/inc/strings.hrc:248
+#: cui/inc/strings.hrc:247
msgctxt "RID_SVXSTR_ERROR_AT_LINE"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "ስህተት ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME script %SCRIPTNAME በመስመር ላይ: %LINENUMBER."
#. KTptU
-#: cui/inc/strings.hrc:249
+#: cui/inc/strings.hrc:248
msgctxt "RID_SVXSTR_EXCEPTION_AT_LINE"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
msgstr "የተለየ ሁኔታ ተፈጥሯል በማስኬድ ላይ እንዳለ %LANGUAGENAME ጽሁፍ %SCRIPTNAME በ መስመር ላይ: %LINENUMBER."
#. BZDbp
-#: cui/inc/strings.hrc:250
+#: cui/inc/strings.hrc:249
msgctxt "RID_SVXSTR_FRAMEWORK_ERROR_RUNNING"
msgid "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."
msgstr "የ ጽሁፍ ክፈፍ ስራ ስህተት ተፈጥሯል %LANGUAGENAME ጽሁፍ %SCRIPTNAME."
#. AAghx
-#: cui/inc/strings.hrc:251
+#: cui/inc/strings.hrc:250
msgctxt "RID_SVXSTR_ERROR_TYPE_LABEL"
msgid "Type:"
msgstr "አይነት:"
#. GAsca
-#: cui/inc/strings.hrc:252
+#: cui/inc/strings.hrc:251
msgctxt "RID_SVXSTR_ERROR_MESSAGE_LABEL"
msgid "Message:"
msgstr "መልእክት:"
#. ZcxRY
-#: cui/inc/strings.hrc:254
+#: cui/inc/strings.hrc:253
msgctxt "RID_SVXSTR_CHG_MATH"
msgid "MathType to %PRODUCTNAME Math or reverse"
msgstr "MathType to %PRODUCTNAME ሂሳብ ወይንም ወደ ነበረበት መመለሻ"
#. Ttggs
-#: cui/inc/strings.hrc:255
+#: cui/inc/strings.hrc:254
msgctxt "RID_SVXSTR_CHG_WRITER"
msgid "WinWord to %PRODUCTNAME Writer or reverse"
msgstr "WinWord to %PRODUCTNAME መጻፊያ ወይንም ወደ ነበረበት መመለሻ"
#. ZJRKY
-#: cui/inc/strings.hrc:256
+#: cui/inc/strings.hrc:255
msgctxt "RID_SVXSTR_CHG_CALC"
msgid "Excel to %PRODUCTNAME Calc or reverse"
msgstr "Excel to %PRODUCTNAME ሰንጠረዥ ወይንም ወደ ነበረበት መመለሻ"
#. VmuND
-#: cui/inc/strings.hrc:257
+#: cui/inc/strings.hrc:256
msgctxt "RID_SVXSTR_CHG_IMPRESS"
msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
msgstr "PowerPoint to %PRODUCTNAME ማስደነቂያ ወይንም ወደ ነበረበት መመለሻ"
#. sE8as
-#: cui/inc/strings.hrc:258
+#: cui/inc/strings.hrc:257
msgctxt "RID_SVXSTR_CHG_SMARTART"
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
msgstr "SmartArt to %PRODUCTNAME ቅርጾች ወይንም ወደ ነበረበት መመለሻ"
#. AEgXY
-#: cui/inc/strings.hrc:259
+#: cui/inc/strings.hrc:258
msgctxt "RID_SVXSTR_CHG_VISIO"
msgid "Visio to %PRODUCTNAME Draw or reverse"
msgstr "Visio ወደ %PRODUCTNAME መሳያ ወይንም መገልበጫ:"
#. Zarkq
-#: cui/inc/strings.hrc:260
+#: cui/inc/strings.hrc:259
msgctxt "RID_SVXSTR_CHG_PDF"
msgid "PDF to %PRODUCTNAME Draw or reverse"
msgstr "PDF ወደ %PRODUCTNAME መሳያ ወይንም መገልነጫ:"
#. dDtDU
-#: cui/inc/strings.hrc:262
+#: cui/inc/strings.hrc:261
msgctxt "RID_SVXSTR_OPT_DOUBLE_DICTS"
msgid ""
"The specified name already exists.\n"
@@ -1400,7 +1400,7 @@ msgstr ""
"እባክዎን አዲስ ስም ያስገቡ"
#. kzhkA
-#: cui/inc/strings.hrc:263
+#: cui/inc/strings.hrc:262
msgctxt "RID_SVXSTR_OPT_INVALID_DICT_NAME"
msgid ""
"The specified name is invalid.\n"
@@ -1422,133 +1422,133 @@ msgstr ""
#. For example, adding "Grammar By" word "fund" to the new user
#. word "crowdfund", the spell checker will recognize "crowdfund"
#. with suffixes of "fund": "crowdfunding", "crowdfund's" etc.
-#: cui/inc/strings.hrc:278
+#: cui/inc/strings.hrc:277
msgctxt "RID_SVXSTR_OPT_GRAMMAR_BY"
msgid "~Grammar By"
msgstr "~ሰዋሰው በ"
#. LPb5d
-#: cui/inc/strings.hrc:279
+#: cui/inc/strings.hrc:278
msgctxt "STR_MODIFY"
msgid "~Replace"
msgstr "~መቀየሪያ"
#. anivV
-#: cui/inc/strings.hrc:280
+#: cui/inc/strings.hrc:279
msgctxt "RID_SVXSTR_CONFIRM_SET_LANGUAGE"
msgid "Do you want to change the '%1' dictionary language?"
msgstr "መቀየር ይፈልጋሉ '%1' የቋንቋውን መዝገበ ቃላት"
#. XEFrB
-#: cui/inc/strings.hrc:282
+#: cui/inc/strings.hrc:281
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE"
msgid "Do you really want to delete the color scheme?"
msgstr "በእርግጥ የቀለም እቅዱን ማጥፋት ይፈልጋሉ?"
#. ybdED
-#: cui/inc/strings.hrc:283
+#: cui/inc/strings.hrc:282
msgctxt "RID_SVXSTR_COLOR_CONFIG_DELETE_TITLE"
msgid "Color Scheme Deletion"
msgstr "የ ቀለም እቅድ ማጥፊያ"
#. DoNBE
-#: cui/inc/strings.hrc:284
+#: cui/inc/strings.hrc:283
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE1"
msgid "Save scheme"
msgstr "እቅዱን ማስቀመጫ"
#. tFrki
-#: cui/inc/strings.hrc:285
+#: cui/inc/strings.hrc:284
msgctxt "RID_SVXSTR_COLOR_CONFIG_SAVE2"
msgid "Name of color scheme"
msgstr "የ ቀለም ገጽታ ስም"
#. BAGbe
-#: cui/inc/strings.hrc:287
+#: cui/inc/strings.hrc:286
msgctxt "RID_SVXSTR_SPELL"
msgid "Spelling"
msgstr "ፊደል ማረሚያ"
#. uBohu
-#: cui/inc/strings.hrc:288
+#: cui/inc/strings.hrc:287
msgctxt "RID_SVXSTR_HYPH"
msgid "Hyphenation"
msgstr "ጭረት"
#. XGkt6
-#: cui/inc/strings.hrc:289
+#: cui/inc/strings.hrc:288
msgctxt "RID_SVXSTR_THES"
msgid "Thesaurus"
msgstr "ተመሳሳይ"
#. EFrDA
-#: cui/inc/strings.hrc:290
+#: cui/inc/strings.hrc:289
msgctxt "RID_SVXSTR_GRAMMAR"
msgid "Grammar"
msgstr "ሰዋሰው"
#. zbEv9
-#: cui/inc/strings.hrc:291
+#: cui/inc/strings.hrc:290
msgctxt "RID_SVXSTR_CAPITAL_WORDS"
msgid "Check uppercase words"
msgstr "መመርመሪያ በ ላይኛው ጉዳይ ፊደል የ ተጻፈ ቃላት"
#. BbDNe
-#: cui/inc/strings.hrc:292
+#: cui/inc/strings.hrc:291
msgctxt "RID_SVXSTR_WORDS_WITH_DIGITS"
msgid "Check words with numbers "
msgstr "ቃሎች ከ ቁጥር ጋር መመርመሪያ "
#. bPDyB
-#: cui/inc/strings.hrc:293
+#: cui/inc/strings.hrc:292
msgctxt "RID_SVXSTR_SPELL_SPECIAL"
msgid "Check special regions"
msgstr "መመርመሪያ የ ተለዩ አካባቢዎች"
#. XjifG
-#: cui/inc/strings.hrc:294
+#: cui/inc/strings.hrc:293
msgctxt "RID_SVXSTR_SPELL_AUTO"
msgid "Check spelling as you type"
msgstr "ፊደል ማረሚያ በሚጽፉ ጊዜ"
#. J3ENq
-#: cui/inc/strings.hrc:295
+#: cui/inc/strings.hrc:294
msgctxt "RID_SVXSTR_GRAMMAR_AUTO"
msgid "Check grammar as you type"
msgstr "መመርመሪያ ሰዋሰው በሚጽፉ ጊዜ"
#. f6v3L
-#: cui/inc/strings.hrc:296
+#: cui/inc/strings.hrc:295
msgctxt "RID_SVXSTR_NUM_MIN_WORDLEN"
msgid "Minimal number of characters for hyphenation: "
msgstr "አነስተኛ ቁጥር ለ ጭረት ባህሪዎች: "
#. BCrEf
-#: cui/inc/strings.hrc:297
+#: cui/inc/strings.hrc:296
msgctxt "RID_SVXSTR_NUM_PRE_BREAK"
msgid "Characters before line break: "
msgstr "ባህሪው ከ መስመር መጨረሻው በፊት: "
#. Kgioh
-#: cui/inc/strings.hrc:298
+#: cui/inc/strings.hrc:297
msgctxt "RID_SVXSTR_NUM_POST_BREAK"
msgid "Characters after line break: "
msgstr "ባህሪው ከ መስመር መጨረሻው በኋላ: "
#. AewrH
-#: cui/inc/strings.hrc:299
+#: cui/inc/strings.hrc:298
msgctxt "RID_SVXSTR_HYPH_AUTO"
msgid "Hyphenate without inquiry"
msgstr "ጭረት ሳይጠየቅ መፈጸሚያ"
#. qCKn9
-#: cui/inc/strings.hrc:300
+#: cui/inc/strings.hrc:299
msgctxt "RID_SVXSTR_HYPH_SPECIAL"
msgid "Hyphenate special regions"
msgstr "ጭረት የ ተለዩ አካባቢዎች"
#. weKUF
-#: cui/inc/strings.hrc:302
+#: cui/inc/strings.hrc:301
msgctxt "RID_SVXSTR_JRE_NOT_RECOGNIZED"
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
@@ -1558,7 +1558,7 @@ msgstr ""
"እባክዎን የተለየ ፎልደር ይምረጡ"
#. jFLdB
-#: cui/inc/strings.hrc:303
+#: cui/inc/strings.hrc:302
msgctxt "RID_SVXSTR_JRE_FAILED_VERSION"
msgid ""
"The Java runtime environment you selected is not the required version.\n"
@@ -1568,13 +1568,13 @@ msgstr ""
"እባክዎን የተለየ ፎልደር ይምረጡ"
#. 79uiz
-#: cui/inc/strings.hrc:304
+#: cui/inc/strings.hrc:303
msgctxt "RID_SVXSTR_JAVA_START_PARAM"
msgid "Edit Parameter"
msgstr "ደንብ ማረሚያ"
#. fsbAN
-#: cui/inc/strings.hrc:306
+#: cui/inc/strings.hrc:305
msgctxt "RID_SVXSTR_OPT_PROXYPORTS"
msgid ""
"Invalid value!\n"
@@ -1586,37 +1586,37 @@ msgstr ""
"ከፍተኛው ዋጋ ለ port number is 65535."
#. UCFD6
-#: cui/inc/strings.hrc:308
+#: cui/inc/strings.hrc:307
msgctxt "RID_SVXSTR_DESC_GRADIENT"
msgid "Please enter a name for the gradient:"
msgstr "እባክዎን ለአዲሱ gradient ስም ያስገቡ:"
#. UDvKR
-#: cui/inc/strings.hrc:309
+#: cui/inc/strings.hrc:308
msgctxt "RID_SVXSTR_DESC_NEW_BITMAP"
msgid "Please enter a name for the bitmap:"
msgstr "እባክዎን ለአዲሱ bitmap ስም ያስገቡ:"
#. QXqJD
-#: cui/inc/strings.hrc:310
+#: cui/inc/strings.hrc:309
msgctxt "RID_SVXSTR_DESC_EXT_BITMAP"
msgid "Please enter a name for the external bitmap:"
msgstr "እባክዎን ስም ያስገቡ ለውጪው bitmap:"
#. SrS6X
-#: cui/inc/strings.hrc:311
+#: cui/inc/strings.hrc:310
msgctxt "RID_SVXSTR_DESC_NEW_PATTERN"
msgid "Please enter a name for the pattern:"
msgstr "እባክዎን ለ አዲሱ ንድፍ ስም ያስገቡ:"
#. yD7AW
-#: cui/inc/strings.hrc:312
+#: cui/inc/strings.hrc:311
msgctxt "RID_SVXSTR_DESC_LINESTYLE"
msgid "Please enter a name for the line style:"
msgstr "እባክዎን ለ አዲሱ መስመር ዘዴ ስም ያስገቡ:"
#. FQDrh
-#: cui/inc/strings.hrc:313
+#: cui/inc/strings.hrc:312
msgctxt "RID_SVXSTR_ASK_CHANGE_LINESTYLE"
msgid ""
"The line style was modified without saving. \n"
@@ -1626,2387 +1626,2495 @@ msgstr ""
"የ ተመረጠውን የ መስመር ዘዴ ያሻሽሉ ወይንም አዲስ የ መስመር ዘዴ ይጨምሩ"
#. Z5Dkg
-#: cui/inc/strings.hrc:314
+#: cui/inc/strings.hrc:313
msgctxt "RID_SVXSTR_DESC_HATCH"
msgid "Please enter a name for the hatching:"
msgstr "እባክዎን ለ በርካታ መስመር ስም ያስገቡ:"
#. rvyBi
-#: cui/inc/strings.hrc:315
+#: cui/inc/strings.hrc:314
msgctxt "RID_SVXSTR_CHANGE"
msgid "Modify"
msgstr "ማሻሻያ"
#. ZDhBm
-#: cui/inc/strings.hrc:316
+#: cui/inc/strings.hrc:315
msgctxt "RID_SVXSTR_ADD"
msgid "Add"
msgstr "መጨመሪያ"
#. QgAFH
-#: cui/inc/strings.hrc:317
+#: cui/inc/strings.hrc:316
msgctxt "RID_SVXSTR_DESC_COLOR"
msgid "Please enter a name for the new color:"
msgstr "እባክዎን ለ አዲሱ ቀለም ስም ያስገቡ:"
#. GKnJR
-#: cui/inc/strings.hrc:318
+#: cui/inc/strings.hrc:317
msgctxt "RID_SVXSTR_TABLE"
msgid "Table"
msgstr "ሰንጠረዥ"
#. J6FBw
-#: cui/inc/strings.hrc:319
+#: cui/inc/strings.hrc:318
msgctxt "RID_SVXSTR_DESC_LINEEND"
msgid "Please enter a name for the new arrowhead:"
msgstr "እባክዎን ለ አዲሱ ቀስት ራስጌ ስም ያስገቡ:"
#. xD9BU
-#: cui/inc/strings.hrc:320
+#: cui/inc/strings.hrc:319
msgctxt "RID_SVXSTR_CHARNAME_NOSTYLE"
msgid "No %1"
msgstr "አይ %1"
#. GVkFG
-#: cui/inc/strings.hrc:321
+#: cui/inc/strings.hrc:320
msgctxt "RID_SVXSTR_CHARNAME_FAMILY"
msgid "Family:"
msgstr "ቤተሰብ:"
#. 6uDkp
-#: cui/inc/strings.hrc:322
+#: cui/inc/strings.hrc:321
msgctxt "RID_SVXSTR_CHARNAME_FONT"
msgid "Font:"
msgstr "ፊደል:"
#. KFXAV
-#: cui/inc/strings.hrc:323
+#: cui/inc/strings.hrc:322
msgctxt "RID_SVXSTR_CHARNAME_STYLE"
msgid "Style:"
msgstr "ዘዴ:"
#. gDu75
-#: cui/inc/strings.hrc:324
+#: cui/inc/strings.hrc:323
msgctxt "RID_SVXSTR_CHARNAME_TYPEFACE"
msgid "Typeface:"
msgstr "Typeface:"
#. BcWHA
-#: cui/inc/strings.hrc:325
+#: cui/inc/strings.hrc:324
msgctxt "RID_SVXSTR_USE_REPLACE"
msgid "Use replacement table"
msgstr "ሰንጠረዥ መቀየሪያ ይጠቀሙ"
#. L8BEE
-#: cui/inc/strings.hrc:326
+#: cui/inc/strings.hrc:325
msgctxt "RID_SVXSTR_CPTL_STT_WORD"
msgid "Correct TWo INitial CApitals"
msgstr "Words with TWo INitial CApitals"
#. p5h3s
-#: cui/inc/strings.hrc:327
+#: cui/inc/strings.hrc:326
msgctxt "RID_SVXSTR_CPTL_STT_SENT"
msgid "Capitalize first letter of every sentence"
msgstr "ሁሉንም አረፍተ ነገር በ አቢይ ፊደል መጀመሪያውን መጻፊያ"
#. prrWd
-#: cui/inc/strings.hrc:328
+#: cui/inc/strings.hrc:327
msgctxt "RID_SVXSTR_BOLD_UNDER"
msgid "Automatic *bold*, /italic/, -strikeout- and _underline_"
msgstr "ራሱ በራሱ *ማድመቂያ*: /ማዝመሚያ/: -በላዩ ላይ መሰረዣ- እና _ከ ስሩ ማስመሪያ_"
#. a89xT
-#: cui/inc/strings.hrc:329
+#: cui/inc/strings.hrc:328
msgctxt "RID_SVXSTR_NO_DBL_SPACES"
msgid "Ignore double spaces"
msgstr "ድርብ ክፍተት መተው"
#. qEA6h
-#: cui/inc/strings.hrc:330
+#: cui/inc/strings.hrc:329
msgctxt "RID_SVXSTR_DETECT_URL"
msgid "URL Recognition"
msgstr "URL Recognition"
#. JfySE
-#: cui/inc/strings.hrc:331
+#: cui/inc/strings.hrc:330
msgctxt "RID_SVXSTR_DASH"
msgid "Replace dashes"
msgstr "ዳሾችን መቀየሪያ"
#. u2BuA
-#: cui/inc/strings.hrc:332
+#: cui/inc/strings.hrc:331
msgctxt "RID_SVXSTR_CORRECT_ACCIDENTAL_CAPS_LOCK"
msgid "Correct accidental use of cAPS LOCK key"
msgstr "የ cAPS LOCK key በስህተት ሲጠቀሙ ማረሚያ"
#. GZqG9
-#: cui/inc/strings.hrc:333
+#: cui/inc/strings.hrc:332
msgctxt "RID_SVXSTR_NON_BREAK_SPACE"
msgid "Add non-breaking space before specific punctuation marks in French text"
msgstr "መጨመሪያ ምንም-ያልተሰበረ ክፍተት ከ ስርአተ ነጥብ በፊት ምልክት ማድረጊያ ለ ፈረንሳይኛ ጽሁፍ"
#. NDmW9
-#: cui/inc/strings.hrc:334
+#: cui/inc/strings.hrc:333
msgctxt "RID_SVXSTR_ORDINAL"
msgid "Format ordinal numbers suffixes (1st -> 1^st)"
msgstr "መደበኛ የ ቁጥር መድረሻ አቀራረብ (1st -> 1^st)"
#. 6oHuF
-#: cui/inc/strings.hrc:335
+#: cui/inc/strings.hrc:334
msgctxt "RID_SVXSTR_OLD_HUNGARIAN"
msgid "Transliterate to Old Hungarian if the text direction is from right to left"
msgstr ""
#. CNtDd
-#: cui/inc/strings.hrc:336
+#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_ANGLE_QUOTES"
msgid "Replace << and >> with angle quotes"
msgstr ""
#. Rc6Zg
-#: cui/inc/strings.hrc:337
+#: cui/inc/strings.hrc:336
msgctxt "RID_SVXSTR_DEL_EMPTY_PARA"
msgid "Remove blank paragraphs"
msgstr "ባዶ አንቀጾችን ማስወገጃ"
#. F6HCc
-#: cui/inc/strings.hrc:338
+#: cui/inc/strings.hrc:337
msgctxt "RID_SVXSTR_USER_STYLE"
msgid "Replace Custom Styles"
msgstr "ዘዴዎች ማስተካከያ መቀየሪያ"
#. itDJG
-#: cui/inc/strings.hrc:339
+#: cui/inc/strings.hrc:338
msgctxt "RID_SVXSTR_BULLET"
msgid "Replace bullets with: %1"
msgstr "ነጥቦች መቀየሪያ በ: %1"
#. BvroE
#. To translators: %1 will be replaced with a percentage, e.g. "10%"
-#: cui/inc/strings.hrc:341
+#: cui/inc/strings.hrc:340
msgctxt "RID_SVXSTR_RIGHT_MARGIN"
msgid "Combine single line paragraphs if length greater than %1"
msgstr "ነጠላ መስመር አንቀጾችን መቀላቀያ እርዝመቱ ከዚህ በላይ ከሆነ %1"
#. M9kNQ
-#: cui/inc/strings.hrc:342
+#: cui/inc/strings.hrc:341
msgctxt "RID_SVXSTR_NUM"
msgid "Bulleted and numbered lists. Bullet symbol: %1"
msgstr "የ ነጥቦች እና ቁጥር የ ተሰጠው ዝርዝር: የ ነጥቦች ምልክት: %1"
#. BJVGT
-#: cui/inc/strings.hrc:343
+#: cui/inc/strings.hrc:342
msgctxt "RID_SVXSTR_BORDER"
msgid "Apply border"
msgstr "ድንበር መፈጸሚያ"
#. bXpcq
-#: cui/inc/strings.hrc:344
+#: cui/inc/strings.hrc:343
msgctxt "RID_SVXSTR_CREATE_TABLE"
msgid "Create table"
msgstr "ሰንጠረዥ መፍጠሪያ"
#. RvEBo
-#: cui/inc/strings.hrc:345
+#: cui/inc/strings.hrc:344
msgctxt "RID_SVXSTR_REPLACE_TEMPLATES"
msgid "Apply Styles"
msgstr "ዘዴዎች መፈጸሚያ"
#. 6MGUe
-#: cui/inc/strings.hrc:346
+#: cui/inc/strings.hrc:345
msgctxt "RID_SVXSTR_DEL_SPACES_AT_STT_END"
msgid "Delete spaces and tabs at beginning and end of paragraph"
msgstr "በ አንቀጾች መጀመሪያ እና መጨረሻ ክፍተቶችን እና tabs ን ማጥፊያ"
#. R9Kke
-#: cui/inc/strings.hrc:347
+#: cui/inc/strings.hrc:346
msgctxt "RID_SVXSTR_DEL_SPACES_BETWEEN_LINES"
msgid "Delete spaces and tabs at end and start of line"
msgstr "በ መስመር መጀመሪያ እና መጨረሻ ክፍተቶችን እና tabs ን ማጥፊያ"
#. GFpkR
-#: cui/inc/strings.hrc:348
+#: cui/inc/strings.hrc:347
msgctxt "RID_SVXSTR_CONNECTOR"
msgid "Connector"
msgstr "አገናኝ"
#. XDp8d
-#: cui/inc/strings.hrc:349
+#: cui/inc/strings.hrc:348
msgctxt "RID_SVXSTR_DIMENSION_LINE"
msgid "Dimension line"
msgstr "የ አቅጣጫ መስመር"
#. Mxt3D
-#: cui/inc/strings.hrc:350
+#: cui/inc/strings.hrc:349
msgctxt "RID_SVXSTR_STARTQUOTE"
msgid "Start Quote"
msgstr "የ ጥቅስ መጀመሪያ"
#. o8nY6
-#: cui/inc/strings.hrc:351
+#: cui/inc/strings.hrc:350
msgctxt "RID_SVXSTR_ENDQUOTE"
msgid "End Quote"
msgstr "የ ጥቅስ መጨረሻ"
#. zvqUJ
-#: cui/inc/strings.hrc:353
+#: cui/inc/strings.hrc:352
msgctxt "RID_SVXSTR_TABLE_PRESET_NONE"
msgid "Set No Borders"
msgstr "ድንበሮች አታሰናዳ"
#. ABKEK
-#: cui/inc/strings.hrc:354
+#: cui/inc/strings.hrc:353
msgctxt "RID_SVXSTR_TABLE_PRESET_ONLYOUTER"
msgid "Set Outer Border Only"
msgstr "የ ውጪ ድንበሮችን ብቻ ማሰናጃ"
#. ygU8P
-#: cui/inc/strings.hrc:355
+#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERHORI"
msgid "Set Outer Border and Horizontal Lines"
msgstr "የ ውጪ ድንበሮች እና የ አግድም መስመሮች ማሰናጃ"
#. q5KJ8
-#: cui/inc/strings.hrc:356
+#: cui/inc/strings.hrc:355
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERALL"
msgid "Set Outer Border and All Inner Lines"
msgstr "የ ውጪ ድንበሮች እና የውስጥ መስመሮች በሙሉ ማሰናጃ"
#. H5s9X
-#: cui/inc/strings.hrc:357
+#: cui/inc/strings.hrc:356
msgctxt "RID_SVXSTR_TABLE_PRESET_OUTERINNER"
msgid "Set Outer Border Without Changing Inner Lines"
msgstr "የ ውስጥ መስመሮች ሳይቀየሩ የ ውጪ ድንበሮችን ማሰናጃ"
#. T5crG
-#: cui/inc/strings.hrc:358
+#: cui/inc/strings.hrc:357
msgctxt "RID_SVXSTR_PARA_PRESET_DIAGONAL"
msgid "Set Diagonal Lines Only"
msgstr "የ አግድም መስመሮች ብቻ ማሰናጃ"
#. S6AAA
-#: cui/inc/strings.hrc:359
+#: cui/inc/strings.hrc:358
msgctxt "RID_SVXSTR_PARA_PRESET_ALL"
msgid "Set All Four Borders"
msgstr "አራቱንም ድንበሮች በሙሉ ማሰናጃ"
#. tknFJ
-#: cui/inc/strings.hrc:360
+#: cui/inc/strings.hrc:359
msgctxt "RID_SVXSTR_PARA_PRESET_LEFTRIGHT"
msgid "Set Left and Right Borders Only"
msgstr "የ ግራ እና የ ቀኝ ድንበሮችን ብቻ ማሰናጃ"
#. hSmnW
-#: cui/inc/strings.hrc:361
+#: cui/inc/strings.hrc:360
msgctxt "RID_SVXSTR_PARA_PRESET_TOPBOTTOM"
msgid "Set Top and Bottom Borders Only"
msgstr "የ ላይ እና የ ታች ድንበሮች ብቻ ማሰናጃ"
#. Dy2UG
-#: cui/inc/strings.hrc:362
+#: cui/inc/strings.hrc:361
msgctxt "RID_SVXSTR_PARA_PRESET_ONLYLEFT"
msgid "Set Left Border Only"
msgstr "የ ግራ ድንበር ብቻ ማሰናጃ"
#. nCjXG
-#: cui/inc/strings.hrc:363
+#: cui/inc/strings.hrc:362
msgctxt "RID_SVXSTR_HOR_PRESET_ONLYHOR"
msgid "Set Top and Bottom Borders, and All Inner Lines"
msgstr "የ ላይ እና የ ታች ድንበሮችን እና ሁሉንም የ ውስጥ መስመሮች ማሰናጃ"
#. 46Fq7
-#: cui/inc/strings.hrc:364
+#: cui/inc/strings.hrc:363
msgctxt "RID_SVXSTR_VER_PRESET_ONLYVER"
msgid "Set Left and Right Borders, and All Inner Lines"
msgstr "የ ግራ እና የ ቀኝ ድንበሮችን እና ሁሉንም የውስጥ መስመሮችን ማሰናጃ"
#. cZX7G
-#: cui/inc/strings.hrc:365
+#: cui/inc/strings.hrc:364
msgctxt "RID_SVXSTR_SHADOW_STYLE_NONE"
msgid "No Shadow"
msgstr "ጥላ የለም"
#. bzAHG
-#: cui/inc/strings.hrc:366
+#: cui/inc/strings.hrc:365
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT"
msgid "Cast Shadow to Bottom Right"
msgstr "ከ ታች በ ቀኝ በኩል ጥላ ማጥላት"
#. FjBGC
-#: cui/inc/strings.hrc:367
+#: cui/inc/strings.hrc:366
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPRIGHT"
msgid "Cast Shadow to Top Right"
msgstr "ከ ላይ በ ቀኝ በኩል ጥላ ማጥላት"
#. 5BkoC
-#: cui/inc/strings.hrc:368
+#: cui/inc/strings.hrc:367
msgctxt "RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT"
msgid "Cast Shadow to Bottom Left"
msgstr "ከ ታች በ ግራ በኩል ጥላ ማጥላት"
#. GYB8M
-#: cui/inc/strings.hrc:369
+#: cui/inc/strings.hrc:368
msgctxt "RID_SVXSTR_SHADOW_STYLE_TOPLEFT"
msgid "Cast Shadow to Top Left"
msgstr "ከ ላይ በ ግራ በኩል ጥላ ማጥላት"
#. xTvak
-#: cui/inc/strings.hrc:370
+#: cui/inc/strings.hrc:369
msgctxt "RID_SVXSTR_SIGNATURELINE_SIGNED_BY"
msgid "Signed by: %1"
msgstr "የ ተፈረመው በ: %1"
#. Uc7wm
-#: cui/inc/strings.hrc:372
+#: cui/inc/strings.hrc:371
msgctxt "RID_SVXSTR_FILTER_ALL"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
#. 8bnrf
-#: cui/inc/strings.hrc:374
+#: cui/inc/strings.hrc:373
msgctxt "RID_SVXSTR_REGISTERED_DATABASES"
msgid "Registered Databases"
msgstr "የ ተመዘገቡ ዳታቤዞች"
#. xySty
-#: cui/inc/strings.hrc:376
+#: cui/inc/strings.hrc:375
msgctxt "RID_SVXSTR_CANNOTCONVERTURL_ERR"
msgid "The URL <%1> cannot be converted to a filesystem path."
msgstr ""
#. XtUDA
-#: cui/inc/strings.hrc:378
+#: cui/inc/strings.hrc:377
msgctxt "aboutdialog|copyright"
msgid "Copyright © 2000–2020 LibreOffice contributors."
msgstr "Copyright © 2000–2020 LibreOffice contributors."
#. GesDU
-#: cui/inc/strings.hrc:379
+#: cui/inc/strings.hrc:378
msgctxt "aboutdialog|link"
msgid "https://www.libreoffice.org/about-us/credits/"
msgstr "https://www.libreoffice.org/about-us/credits/"
#. WCnhx
-#: cui/inc/strings.hrc:380
+#: cui/inc/strings.hrc:379
msgctxt "aboutdialog|vendor"
msgid "This release was supplied by %OOOVENDOR."
msgstr "ይህ ስርጭት የቀረበው በ %OOOVENDOR."
#. Lz9nx
-#: cui/inc/strings.hrc:381
+#: cui/inc/strings.hrc:380
msgctxt "aboutdialog|libreoffice"
msgid "LibreOffice was based on OpenOffice.org."
msgstr "የ ሊብሬ ቢሮ መሰረት OpenOffice.org ነው"
#. 9aeNR
-#: cui/inc/strings.hrc:382
+#: cui/inc/strings.hrc:381
msgctxt "aboutdialog|derived"
msgid "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org"
msgstr "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org"
#. q5Myk
-#: cui/inc/strings.hrc:383
+#: cui/inc/strings.hrc:382
msgctxt "aboutdialog|uilocale"
msgid "UI: $LOCALE"
msgstr "UI: $LOCALE"
#. 3vXzF
-#: cui/inc/strings.hrc:385
+#: cui/inc/strings.hrc:384
msgctxt "optpathspage|editpaths"
msgid "Edit Paths: %1"
msgstr "መንገዶችን ማረሚያ: %1"
#. 8ZaCL
-#: cui/inc/strings.hrc:387
+#: cui/inc/strings.hrc:386
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Label"
msgstr "ምልክት"
#. GceL6
-#: cui/inc/strings.hrc:388
+#: cui/inc/strings.hrc:387
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Command"
msgstr "ትእዛዝ"
#. dRqYc
-#: cui/inc/strings.hrc:389
+#: cui/inc/strings.hrc:388
msgctxt "RID_SVXSTR_COMMANDLABEL"
msgid "Tooltip"
msgstr ""
#. 3FZFt
-#: cui/inc/strings.hrc:391
+#: cui/inc/strings.hrc:390
msgctxt "RID_SVXSTR_QRCODEDATALONG"
msgid "The URL or text is too long for the current error correction level. Either shorten the text or decrease the correction level."
msgstr ""
#. AD8QJ
-#: cui/inc/strings.hrc:392
+#: cui/inc/strings.hrc:391
msgctxt "RID_SVXSTR_DELETEUSERCOLOR1"
msgid "You can only delete user-defined colors"
msgstr "እርስዎ ማጥፋት የሚችሉት በ ተጠቃሚ-የ ተገለጸውን ቀለም ብቻ ነው:"
#. 4LWGV
-#: cui/inc/strings.hrc:393
+#: cui/inc/strings.hrc:392
msgctxt "RID_SVXSTR_DELETEUSERCOLOR2"
msgid "Please select the color to delete"
msgstr "እባክዎን ማጥፋት የሚፈጉትን ቀለም ይምረጡ:"
-#. m8rYd
+#. FjQQ5
+#: cui/inc/strings.hrc:394
+msgctxt "RID_SVXSTR_ADDITIONS_INSTALLBUTTON"
+msgid "Install"
+msgstr ""
+
+#. 2GUFq
+#: cui/inc/strings.hrc:395
+msgctxt "RID_SVXSTR_ADDITIONS_INSTALLEDBUTTON"
+msgid "Installed"
+msgstr ""
+
+#. TmK5f
+#: cui/inc/strings.hrc:396
+msgctxt "RID_SVXSTR_ADDITIONS_INSTALLING"
+msgid "Installing"
+msgstr ""
+
+#. izdAK
+#: cui/inc/strings.hrc:397
+msgctxt "RID_SVXSTR_ADDITIONS_SEARCHING"
+msgid "Searching..."
+msgstr ""
+
+#. HYT6K
+#: cui/inc/strings.hrc:398
+msgctxt "RID_SVXSTR_ADDITIONS_LOADING"
+msgid "Loading..."
+msgstr ""
+
+#. 88Ect
+#: cui/inc/strings.hrc:399
+msgctxt "RID_SVXSTR_ADDITIONS_DIALOG_TITLE_PREFIX"
+msgid "Extensions"
+msgstr ""
+
+#. KTtQE
+#: cui/inc/strings.hrc:401
+msgctxt "RID_SVXSTR_UI_APPLYALL"
+msgid "Apply to %MODULE"
+msgstr ""
+
+#. mpS3V
#: cui/inc/tipoftheday.hrc:48
msgctxt "RID_CUI_TIPOFTHEDAY"
+msgid "%PRODUCTNAME offers a variety of user interface options to make you feel at home"
+msgstr ""
+
+#. m8rYd
+#: cui/inc/tipoftheday.hrc:49
+msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to allow changes to parts of a read-only document in Writer? Insert frames or sections that can authorize changes."
msgstr ""
#. BDEBo
#. local help missing
-#: cui/inc/tipoftheday.hrc:49
+#: 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 ""
#. TWjA5
-#: cui/inc/tipoftheday.hrc:50
+#: cui/inc/tipoftheday.hrc:51
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To start temporarily with a fresh user profile, or to restore a non-working %PRODUCTNAME, use Help ▸ Restart in Safe Mode."
msgstr ""
#. Hv5Ff
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/01/profile_safe_mode.html
-#: cui/inc/tipoftheday.hrc:51
+#: cui/inc/tipoftheday.hrc:52
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writing a book? %PRODUCTNAME master document lets you manage large documents as a container for individual %PRODUCTNAME Writer files."
msgstr ""
#. ZZtD5
#. local help missing
-#: cui/inc/tipoftheday.hrc:52
+#: cui/inc/tipoftheday.hrc:53
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create editable Hybrid PDFs with %PRODUCTNAME."
msgstr ""
#. LBkjN
-#: cui/inc/tipoftheday.hrc:53
+#: cui/inc/tipoftheday.hrc:54
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Explore the ten different functions in the status bar (at the bottom of the document window). Place the cursor over each field for an explanation. If not visible, use View ▸ Status Bar."
msgstr ""
#. 7JRpP
-#: cui/inc/tipoftheday.hrc:54
+#: cui/inc/tipoftheday.hrc:55
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to sum a cell through several sheets? Refer to the range of sheets e.g. =SUM(Sheet1.A1:Sheet3.A1)."
msgstr "እርስዎ በርካታ ወረቀቶች ውስጥ የ ክፍሎች ድምር ይፈልጋሉ? ያመሳክሩ የ ወረቀቶችን መጠን: ለምሳሌ: =ድምር(ወረቀት1.A1:ወረቀት3.A1)."
#. D7uEG
-#: cui/inc/tipoftheday.hrc:55
+#: cui/inc/tipoftheday.hrc:56
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create fillable form documents (even PDFs) with %PRODUCTNAME."
msgstr ""
#. BSUoN
-#: cui/inc/tipoftheday.hrc:56
+#: cui/inc/tipoftheday.hrc:57
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Cannot see all the text in a cell? Expand the input line in the formula bar and you can scroll."
msgstr ""
#. 3JyGD
-#: cui/inc/tipoftheday.hrc:57
+#: cui/inc/tipoftheday.hrc:58
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Optimize your table layout with Table ▸ Size ▸ Distribute Rows / Columns Evenly."
msgstr ""
#. prXEA
-#: cui/inc/tipoftheday.hrc:58
+#: cui/inc/tipoftheday.hrc:59
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Find all expressions in brackets per Edit ▸ Find and Replace ▸ Find ▸ \\([^)]+\\) (check “Regular expressions”)"
msgstr ""
#. DUvk6
-#: cui/inc/tipoftheday.hrc:59
+#: cui/inc/tipoftheday.hrc:60
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Select a different icon set from Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ User Interface ▸ Icon style."
msgstr ""
#. RejqP
-#: cui/inc/tipoftheday.hrc:60
+#: cui/inc/tipoftheday.hrc:61
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can display a number as a fraction (0.125 = 1/8): Format ▸ Cells, Number ▸ Fraction."
msgstr ""
#. VxuFm
-#: cui/inc/tipoftheday.hrc:61
+#: cui/inc/tipoftheday.hrc:62
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove a hyperlink but keep its text, right-click on the hyperlink, and use “Remove Hyperlink”."
msgstr ""
#. FeNXF
-#: cui/inc/tipoftheday.hrc:62
+#: cui/inc/tipoftheday.hrc:63
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To remove several hyperlinks at once, select the text with the hyperlinks, then right-click and use “Remove Hyperlink”."
msgstr ""
#. VnFnz
-#: cui/inc/tipoftheday.hrc:63
+#: cui/inc/tipoftheday.hrc:64
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To zoom a selection to fit the entire window in Draw, use the / (divide key) on the number pad."
msgstr ""
#. xfHwX
-#: cui/inc/tipoftheday.hrc:64
+#: cui/inc/tipoftheday.hrc:65
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Click a column field (row) PivotTable and press F12 to group data. Choices adapt to content: Date (month, quarter, year), number (classes)"
msgstr ""
#. FhU4G
-#: cui/inc/tipoftheday.hrc:65
+#: cui/inc/tipoftheday.hrc:66
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can restart the slide show after a pause specified at Slide Show ▸ Slide Show Settings ▸ Loop and repeat."
msgstr ""
#. 5SoBD
-#: cui/inc/tipoftheday.hrc:66
+#: cui/inc/tipoftheday.hrc:67
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To distribute some text in multi-columns select the text and apply Format ▸ Columns."
msgstr ""
#. hr7ym
-#: cui/inc/tipoftheday.hrc:67
+#: cui/inc/tipoftheday.hrc:68
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use View ▸ Value Highlighting to display cell contents in colors: Text/black, Formulas/green, Numbers/blue, Protected cells/grey background."
msgstr ""
#. y5bEE
#. local help missing
-#: cui/inc/tipoftheday.hrc:68
+#: cui/inc/tipoftheday.hrc:69
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Create different master pages in a presentation template: View ▸ Master Slide and Slide ▸ New Master (or per toolbar or right click in slide pane)."
msgstr ""
#. b3KPF
-#: cui/inc/tipoftheday.hrc:69
+#: cui/inc/tipoftheday.hrc:70
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to sort a pivot table? Click on drop-list’s arrow in the row/col header and select sort method: ascending, descending, or custom."
msgstr ""
#. CvgZt
-#: cui/inc/tipoftheday.hrc:70
+#: cui/inc/tipoftheday.hrc:71
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Display photos or images with different shapes in Writer. Insert and select shape, then Insert ▸ Image. To adjust image, right-click on selected shape and choose Area."
msgstr ""
#. si5Y9
-#: cui/inc/tipoftheday.hrc:71
+#: cui/inc/tipoftheday.hrc:72
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Page/Slide ▸ Properties ▸ “Fit object to paper format” in Draw/Impress to resize the objects so that they fit on your chosen paper format."
msgstr ""
#. hj7H4
-#: cui/inc/tipoftheday.hrc:72
+#: cui/inc/tipoftheday.hrc:73
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Fit the entire page in a Draw window, use * on the number pad."
msgstr ""
#. pESS4
-#: cui/inc/tipoftheday.hrc:73
+#: cui/inc/tipoftheday.hrc:74
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "In a Draw page, use “-” to zoom out; “+” to zoom in."
msgstr "በ መሳያ ገጽ ውስጥ: ይጠቀሙ “-” በቅርብ ለ መመልከት: “+” በርቀት ለ መመልከት:"
#. PJFH2
-#: cui/inc/tipoftheday.hrc:74
+#: cui/inc/tipoftheday.hrc:75
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to show the contents of another document within your document? Use Insert ▸ Section and select Link."
msgstr ""
#. VvEKg
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/section_insert.html#par_id3153404
-#: cui/inc/tipoftheday.hrc:75
+#: cui/inc/tipoftheday.hrc:76
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To automatically number table rows in Writer, select the relevant column, then apply a numbering style from List Styles."
msgstr ""
#. AzNEm
-#: cui/inc/tipoftheday.hrc:76
+#: cui/inc/tipoftheday.hrc:77
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME allows you to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices."
msgstr ""
#. SiwUL
-#: cui/inc/tipoftheday.hrc:77
+#: cui/inc/tipoftheday.hrc:78
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to sort a series in %PRODUCTNAME Calc such as A1, A2, A3, A11, A15, not in alphabetical order but on the number? Enable natural sort in the Options tab."
msgstr ""
#. Wx8QG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/scalc/01/12030200.html
-#: cui/inc/tipoftheday.hrc:78
+#: cui/inc/tipoftheday.hrc:79
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the default function in the status bar: right click on the area."
msgstr ""
#. 6soFJ
-#: cui/inc/tipoftheday.hrc:79
+#: cui/inc/tipoftheday.hrc:80
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to add many of the same shapes in Draw/Impress? Double-click a tool in the drawing toolbar to use it for repeated tasks."
msgstr ""
#. DDGnC
-#: cui/inc/tipoftheday.hrc:80
+#: cui/inc/tipoftheday.hrc:81
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%MOD1+Shift+F9 recalculates all formulas in all spreadsheets."
msgstr ""
#. U5wE4
-#: cui/inc/tipoftheday.hrc:81
+#: cui/inc/tipoftheday.hrc:82
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to keep a part of an editable document as read-only? Insert ▸ Section. Add text to the section, then right-click “Edit Section” and check “Protect”."
msgstr ""
#. KtRU8
-#: cui/inc/tipoftheday.hrc:82
+#: cui/inc/tipoftheday.hrc:83
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use the Backspace key instead of Delete in Calc. You can choose what to delete."
msgstr ""
#. UuWHK
-#: cui/inc/tipoftheday.hrc:83
+#: cui/inc/tipoftheday.hrc:84
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Best way to fix bad-looking MS Word table cells via Table ▸ Size ▸ Optimal Row Height / Column Width."
msgstr ""
#. HEfCq
-#: cui/inc/tipoftheday.hrc:84
+#: cui/inc/tipoftheday.hrc:85
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To repeat a table heading when a table spans over a page, use Table ▸ Table Properties ▸ Text Flow ▸ Repeat heading."
msgstr ""
#. wBMUD
-#: cui/inc/tipoftheday.hrc:85
+#: cui/inc/tipoftheday.hrc:86
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To quickly insert or delete rows, select the desired number of rows (or columns) and press %MOD1+ to add or %MOD1- to delete."
msgstr ""
#. gEysu
-#: cui/inc/tipoftheday.hrc:86
+#: cui/inc/tipoftheday.hrc:87
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To repeat rows/columns on every pages use Format ▸ Print Ranges ▸ Edit."
msgstr ""
#. S8KZH
-#: cui/inc/tipoftheday.hrc:87
+#: cui/inc/tipoftheday.hrc:88
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert images and photos into shapes in Draw and Impress. Right-click on a shape, choose Area ▸ Bitmap ▸ Add/Import, and use Options to adjust appearance."
msgstr ""
#. W6E2A
-#: cui/inc/tipoftheday.hrc:88
+#: cui/inc/tipoftheday.hrc:89
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to insert the date in a spreadsheet cell? Type %MOD1+; or Shift+%MOD1+; to insert the time."
msgstr ""
#. vAFKt
-#: cui/inc/tipoftheday.hrc:89
+#: cui/inc/tipoftheday.hrc:90
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Insert your metadata in your document with Insert ▸ Fields ▸ More Fields… ▸ Document or DocInformation."
msgstr ""
#. FHorg
-#: cui/inc/tipoftheday.hrc:90
+#: cui/inc/tipoftheday.hrc:91
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get help from the community via the Ask portal."
msgstr ""
#. qnAAh
-#: cui/inc/tipoftheday.hrc:91
+#: cui/inc/tipoftheday.hrc:92
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use Shift+Space to select the current row and %MOD1+Space to select the current column."
msgstr ""
#. MFv5S
-#: cui/inc/tipoftheday.hrc:92
+#: cui/inc/tipoftheday.hrc:93
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can move an object to another layer by holding it until its edges flash, then drag it to the tab of the layer you want to move it to."
msgstr ""
#. 3NRDt
-#: cui/inc/tipoftheday.hrc:93
+#: cui/inc/tipoftheday.hrc:94
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Data ▸ Validity allows you to create drop-down lists where the user selects a value instead of typing."
msgstr ""
#. uikxZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:94
+#: cui/inc/tipoftheday.hrc:95
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Hold down %MOD1 and turn the mouse wheel to change the zoom factor."
msgstr ""
#. 7QLxF
-#: cui/inc/tipoftheday.hrc:95
+#: cui/inc/tipoftheday.hrc:96
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has great extensions to increase your productivity—check them out."
msgstr ""
#. DyoMt
-#: cui/inc/tipoftheday.hrc:96
+#: cui/inc/tipoftheday.hrc:97
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to count words for just one particular paragraph style? Use Edit ▸ Find and Replace, click Paragraph Styles, select the style in Find, and click Find All. Read the result in the status bar."
msgstr ""
#. VBCF7
-#: cui/inc/tipoftheday.hrc:97
+#: cui/inc/tipoftheday.hrc:98
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Generate fully customized PDF documents with the exact format, image compression, comments, access rights, password, etc., via File ▸ Export as PDF."
msgstr ""
#. XWchY
-#: cui/inc/tipoftheday.hrc:98
+#: cui/inc/tipoftheday.hrc:99
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Writer includes LibreLogo: simple Logo-like programming environment with turtle vector graphics, DTP and graphic design."
msgstr ""
#. 8x8QZ
#. local help missing
-#: cui/inc/tipoftheday.hrc:99
+#: cui/inc/tipoftheday.hrc:100
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Construct your own 2D shapes in Draw. Select two or more objects, and explore possibilities with Shape ▸ Combine, Shape ▸ Merge, Shape ▸ Subtract, and Shape ▸ Intersect."
msgstr ""
#. f6Lan
-#: cui/inc/tipoftheday.hrc:100
+#: cui/inc/tipoftheday.hrc:101
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Do you plan to change your computer and want to recover your customizations? See:"
msgstr ""
#. EkpTG
-#: cui/inc/tipoftheday.hrc:101
+#: cui/inc/tipoftheday.hrc:102
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can toggle between the field names and the actual value with View ▸ Fields Names (or %MOD1+F9)."
msgstr ""
#. 5ZVTy
-#: cui/inc/tipoftheday.hrc:102
+#: cui/inc/tipoftheday.hrc:103
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Show or hide comments in Writer by clicking the comment toggle button in the ruler."
msgstr "አስተያየቶች ማሳያ ወይንም መደበቂያ በ መጻፊያ ውስጥ: በ መጫን የ አስተያየት መቀያየሪያ ቁልፍ በ ማስመሪያ ላይ:"
#. YQ8cC
-#: cui/inc/tipoftheday.hrc:103
+#: cui/inc/tipoftheday.hrc:104
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To enable macro recording, check Tools ▸ Options ▸ %PRODUCTNAME ▸ Advanced ▸ Enable macro recording."
msgstr ""
#. EnQur
-#: cui/inc/tipoftheday.hrc:104
+#: cui/inc/tipoftheday.hrc:105
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Want to insert a placeholder for an image in a Writer template? Use Insert ▸ Fields ▸ More fields, click Functions tab, choose PlaceHolder for Type and Image for Format."
msgstr ""
#. sSeTz
-#: cui/inc/tipoftheday.hrc:105
+#: cui/inc/tipoftheday.hrc:106
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports four macro security levels (from low to very high) and trusted sources."
msgstr ""
#. FnWjD
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/shared/optionen/01030300.html
-#: cui/inc/tipoftheday.hrc:106
+#: 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:107
+#: 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:108
+#: cui/inc/tipoftheday.hrc:109
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:109
+#: cui/inc/tipoftheday.hrc:110
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:110
+#: cui/inc/tipoftheday.hrc:111
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:111
+#: cui/inc/tipoftheday.hrc:112
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:112
+#: cui/inc/tipoftheday.hrc:113
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:113
+#: cui/inc/tipoftheday.hrc:114
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:114
+#: cui/inc/tipoftheday.hrc:115
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnotes and Endnotes…"
msgstr ""
#. muc5F
-#: cui/inc/tipoftheday.hrc:115
+#: cui/inc/tipoftheday.hrc:116
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:116
+#: cui/inc/tipoftheday.hrc:117
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:117
+#: cui/inc/tipoftheday.hrc:118
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:118
+#: cui/inc/tipoftheday.hrc:119
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:119
+#: cui/inc/tipoftheday.hrc:120
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:120
+#: cui/inc/tipoftheday.hrc:121
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:121
+#: cui/inc/tipoftheday.hrc:122
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:122
+#: cui/inc/tipoftheday.hrc:123
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:123
+#: cui/inc/tipoftheday.hrc:124
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:124
+#: cui/inc/tipoftheday.hrc:125
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:125
+#: cui/inc/tipoftheday.hrc:126
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:126
+#: cui/inc/tipoftheday.hrc:127
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can change the look of %PRODUCTNAME via Tools ▸ Options ▸ View ▸ User Interface."
msgstr ""
#. J853i
-#: cui/inc/tipoftheday.hrc:127
+#: cui/inc/tipoftheday.hrc:128
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:128
+#: cui/inc/tipoftheday.hrc:129
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:129
+#: cui/inc/tipoftheday.hrc:130
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:130
+#: cui/inc/tipoftheday.hrc:131
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:131
+#: cui/inc/tipoftheday.hrc:132
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:132
+#: cui/inc/tipoftheday.hrc:133
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:133
+#: cui/inc/tipoftheday.hrc:134
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Shift+%MOD1+Del deletes from cursor to the end of the current sentence."
msgstr ""
#. XDhNo
-#: cui/inc/tipoftheday.hrc:134
+#: cui/inc/tipoftheday.hrc:135
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:135
+#: cui/inc/tipoftheday.hrc:136
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:136
+#: cui/inc/tipoftheday.hrc:137
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:137
+#: cui/inc/tipoftheday.hrc:138
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:138
+#: cui/inc/tipoftheday.hrc:139
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:139
+#: cui/inc/tipoftheday.hrc:140
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Choose “Hierarchical View” in the Styles sidebar to see the relation between styles."
msgstr ""
#. FKfZB
-#: cui/inc/tipoftheday.hrc:140
+#: cui/inc/tipoftheday.hrc:141
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:141
+#: cui/inc/tipoftheday.hrc:142
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:142
+#: cui/inc/tipoftheday.hrc:143
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:143
+#: cui/inc/tipoftheday.hrc:144
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:144
+#: cui/inc/tipoftheday.hrc:145
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:145
+#: cui/inc/tipoftheday.hrc:146
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:146
+#: cui/inc/tipoftheday.hrc:147
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:147
+#: cui/inc/tipoftheday.hrc:148
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:148
+#: cui/inc/tipoftheday.hrc:149
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:149
+#: cui/inc/tipoftheday.hrc:150
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:150
+#: cui/inc/tipoftheday.hrc:151
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:151
+#: cui/inc/tipoftheday.hrc:152
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:152
+#: cui/inc/tipoftheday.hrc:153
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:153
+#: cui/inc/tipoftheday.hrc:154
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Citation management? Use a 3rd party extension."
msgstr ""
#. ALczh
-#: cui/inc/tipoftheday.hrc:154
+#: cui/inc/tipoftheday.hrc:155
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:155
+#: cui/inc/tipoftheday.hrc:156
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:156
+#: cui/inc/tipoftheday.hrc:157
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:157
+#: cui/inc/tipoftheday.hrc:158
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:158
+#: cui/inc/tipoftheday.hrc:159
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:159
+#: cui/inc/tipoftheday.hrc:160
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:160
+#: cui/inc/tipoftheday.hrc:161
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:161
+#: cui/inc/tipoftheday.hrc:162
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:162
+#: cui/inc/tipoftheday.hrc:163
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:163
+#: cui/inc/tipoftheday.hrc:164
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Get %PRODUCTNAME documentation and free user guide books at:"
msgstr ""
#. T6uNP
-#: cui/inc/tipoftheday.hrc:164
+#: cui/inc/tipoftheday.hrc:165
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:165
+#: cui/inc/tipoftheday.hrc:166
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:166
+#: cui/inc/tipoftheday.hrc:167
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:167
+#: cui/inc/tipoftheday.hrc:168
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:168
+#: cui/inc/tipoftheday.hrc:169
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:169
+#: cui/inc/tipoftheday.hrc:170
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:170
+#: cui/inc/tipoftheday.hrc:171
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:171
+#: cui/inc/tipoftheday.hrc:172
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:172
+#: cui/inc/tipoftheday.hrc:173
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:173
+#: cui/inc/tipoftheday.hrc:174
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:174
+#: cui/inc/tipoftheday.hrc:175
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:175
+#: cui/inc/tipoftheday.hrc:176
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:176
+#: cui/inc/tipoftheday.hrc:177
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:177
+#: cui/inc/tipoftheday.hrc:178
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Your donations support our worldwide community."
msgstr ""
#. V2QjS
-#: cui/inc/tipoftheday.hrc:178
+#: cui/inc/tipoftheday.hrc:179
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:179
+#: cui/inc/tipoftheday.hrc:180
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:180
+#: cui/inc/tipoftheday.hrc:181
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:181
+#: cui/inc/tipoftheday.hrc:182
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:182
+#: cui/inc/tipoftheday.hrc:183
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:183
+#: cui/inc/tipoftheday.hrc:184
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:184
+#: cui/inc/tipoftheday.hrc:185
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:185
+#: cui/inc/tipoftheday.hrc:186
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:186
+#: cui/inc/tipoftheday.hrc:187
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:187
+#: cui/inc/tipoftheday.hrc:188
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:188
+#: cui/inc/tipoftheday.hrc:189
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:189
+#: cui/inc/tipoftheday.hrc:190
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can rotate cells table orientation with Table ▸ Properties… ▸ Text Flow ▸ Text orientation."
msgstr ""
#. Vi6L8
-#: cui/inc/tipoftheday.hrc:190
+#: cui/inc/tipoftheday.hrc:191
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:191
+#: cui/inc/tipoftheday.hrc:192
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:192
+#: cui/inc/tipoftheday.hrc:193
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Automatically mark alphabetical index entries using a concordance file."
msgstr "ራሱ በራሱ ምልክት ማድረጊያ በ ፊደል ቅደም ተከተል ማስገቢያ ፋይል በ መጠቀም:"
#. BnMpb
#. local help missing
-#: cui/inc/tipoftheday.hrc:193
+#: cui/inc/tipoftheday.hrc:194
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:194
+#: cui/inc/tipoftheday.hrc:195
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:195
+#: cui/inc/tipoftheday.hrc:196
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:196
+#: cui/inc/tipoftheday.hrc:197
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:197
+#: cui/inc/tipoftheday.hrc:198
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:198
+#: cui/inc/tipoftheday.hrc:199
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:199
+#: cui/inc/tipoftheday.hrc:200
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:200
+#: cui/inc/tipoftheday.hrc:201
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:201
+#: cui/inc/tipoftheday.hrc:202
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:202
+#: cui/inc/tipoftheday.hrc:203
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:203
+#: cui/inc/tipoftheday.hrc:204
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:204
+#: cui/inc/tipoftheday.hrc:205
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:205
+#: cui/inc/tipoftheday.hrc:206
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To insert the current date in your document, use Insert ▸ Field ▸ Date."
msgstr ""
#. vGKBe
-#: cui/inc/tipoftheday.hrc:206
+#: cui/inc/tipoftheday.hrc:207
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:207
+#: cui/inc/tipoftheday.hrc:208
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:208
+#: cui/inc/tipoftheday.hrc:209
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:209
+#: cui/inc/tipoftheday.hrc:210
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:210
+#: cui/inc/tipoftheday.hrc:211
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:211
+#: cui/inc/tipoftheday.hrc:212
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:212
+#: cui/inc/tipoftheday.hrc:213
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:213
+#: cui/inc/tipoftheday.hrc:214
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:214
+#: cui/inc/tipoftheday.hrc:215
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Often create one document from another? Consider using a template."
msgstr ""
#. nESeG
-#: cui/inc/tipoftheday.hrc:215
+#: cui/inc/tipoftheday.hrc:216
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:216
+#: cui/inc/tipoftheday.hrc:217
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:217
+#: cui/inc/tipoftheday.hrc:218
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:218
+#: cui/inc/tipoftheday.hrc:219
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:219
+#: cui/inc/tipoftheday.hrc:220
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:220
+#: cui/inc/tipoftheday.hrc:221
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:221
+#: cui/inc/tipoftheday.hrc:222
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:222
+#: cui/inc/tipoftheday.hrc:223
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:223
+#: cui/inc/tipoftheday.hrc:224
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:224
+#: cui/inc/tipoftheday.hrc:225
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:225
+#: cui/inc/tipoftheday.hrc:226
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:226
+#: cui/inc/tipoftheday.hrc:227
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:227
+#: cui/inc/tipoftheday.hrc:228
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:228
+#: cui/inc/tipoftheday.hrc:229
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:229
+#: cui/inc/tipoftheday.hrc:230
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:230
+#: cui/inc/tipoftheday.hrc:231
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:231
+#: cui/inc/tipoftheday.hrc:232
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:232
+#: cui/inc/tipoftheday.hrc:233
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:233
+#: cui/inc/tipoftheday.hrc:234
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:234
+#: cui/inc/tipoftheday.hrc:235
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:235
+#: cui/inc/tipoftheday.hrc:236
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:236
+#: cui/inc/tipoftheday.hrc:237
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:237
+#: cui/inc/tipoftheday.hrc:238
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:238
+#: cui/inc/tipoftheday.hrc:239
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:239
+#: cui/inc/tipoftheday.hrc:240
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:240
+#: cui/inc/tipoftheday.hrc:241
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:241
+#: cui/inc/tipoftheday.hrc:242
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:242
+#: cui/inc/tipoftheday.hrc:243
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:243
+#: cui/inc/tipoftheday.hrc:244
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME supports over 150 languages."
msgstr ""
#. SLU8G
-#: cui/inc/tipoftheday.hrc:244
+#: cui/inc/tipoftheday.hrc:245
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:245
+#: cui/inc/tipoftheday.hrc:246
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:246
+#: cui/inc/tipoftheday.hrc:247
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:247
+#: cui/inc/tipoftheday.hrc:248
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:248
+#: cui/inc/tipoftheday.hrc:249
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "%PRODUCTNAME has a template center to create good looking documents—check it out."
msgstr ""
#. tvpFN
-#: cui/inc/tipoftheday.hrc:249
+#: cui/inc/tipoftheday.hrc:250
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:250
+#: cui/inc/tipoftheday.hrc:251
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:251
+#: cui/inc/tipoftheday.hrc:252
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:252
+#: cui/inc/tipoftheday.hrc:253
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:253
+#: cui/inc/tipoftheday.hrc:254
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Run %PRODUCTNAME in any browser via rollApp."
msgstr ""
#. mPz5B
-#: cui/inc/tipoftheday.hrc:254
+#: cui/inc/tipoftheday.hrc:255
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:255
+#: cui/inc/tipoftheday.hrc:256
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:256
+#: cui/inc/tipoftheday.hrc:257
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:257
+#: cui/inc/tipoftheday.hrc:258
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Unable to modify or delete a custom cell style? Check all sheets, none should be protected."
msgstr ""
#. DGCZW
-#: cui/inc/tipoftheday.hrc:258
+#: cui/inc/tipoftheday.hrc:259
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You need to fill a serie? 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:259
+#: cui/inc/tipoftheday.hrc:260
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:260
+#: cui/inc/tipoftheday.hrc:261
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:261
+#: cui/inc/tipoftheday.hrc:262
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:262
+#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "To search in several spreadsheets, select them before you start the search."
msgstr ""
#. Jd6KJ
-#: cui/inc/tipoftheday.hrc:263
+#: cui/inc/tipoftheday.hrc:264
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:264
+#: cui/inc/tipoftheday.hrc:265
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:265
+#: cui/inc/tipoftheday.hrc:266
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:266
+#: cui/inc/tipoftheday.hrc:267
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:267
+#: cui/inc/tipoftheday.hrc:268
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:268
+#: cui/inc/tipoftheday.hrc:269
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:269
+#: cui/inc/tipoftheday.hrc:270
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Developing new XSLT and XML filters?"
msgstr ""
#. hsZPg
-#: cui/inc/tipoftheday.hrc:272
+#: cui/inc/tipoftheday.hrc:273
msgctxt "STR_HELP_LINK"
msgid "%PRODUCTNAME Help"
msgstr ""
#. NG4jW
-#: cui/inc/tipoftheday.hrc:273
+#: cui/inc/tipoftheday.hrc:274
msgctxt "STR_MORE_LINK"
msgid "More info"
msgstr ""
-#. CB6ie
-#: cui/inc/tipoftheday.hrc:274
+#. sCREc
+#: cui/inc/tipoftheday.hrc:275
+msgctxt "STR_UNO_LINK"
+msgid "Run this action now..."
+msgstr ""
+
+#. P6JME
+#: cui/inc/tipoftheday.hrc:276
msgctxt "STR_TITLE"
-msgid "Tip of the Day"
+msgid "Tip of the Day: %CURRENT/%TOTAL"
msgstr ""
#. C6Dsn
-#: cui/inc/tipoftheday.hrc:275
+#: cui/inc/tipoftheday.hrc:277
msgctxt "STR_CMD"
msgid "⌘ Cmd"
msgstr ""
#. RpVWs
#. use narrow no-break space U+202F here
-#: cui/inc/tipoftheday.hrc:276
+#: cui/inc/tipoftheday.hrc:278
msgctxt "STR_CTRL"
msgid "Ctrl"
msgstr ""
#. mZWSR
-#: cui/inc/tipoftheday.hrc:277
+#: cui/inc/tipoftheday.hrc:279
msgctxt "STR_CMD"
msgid "Alt"
msgstr ""
#. QtEGa
-#: cui/inc/tipoftheday.hrc:278
+#: cui/inc/tipoftheday.hrc:280
msgctxt "STR_CTRL"
msgid "⌥ Opt"
msgstr ""
+#. DKCuY
+#: cui/inc/toolbarmode.hrc:22
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "Standard user interface with menu, toolbar, and collapsed sidebar. Intended to user who are familiar with the classic interface."
+msgstr ""
+
+#. S5tR2
+#: cui/inc/toolbarmode.hrc:23
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "Standard user interface but with only one toolbar. Intended for use on small screens."
+msgstr ""
+
+#. wKg2Q
+#: cui/inc/toolbarmode.hrc:24
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "Standard user interface with expanded sidebar. Expert users who want to quickly change many different properties are advised to use this UI."
+msgstr ""
+
+#. MEQAE
+#: cui/inc/toolbarmode.hrc:25
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "The Tabbed user interface is the most similar to the Ribbons used by Microsoft. It organize functions in tabs and makes the main menu obsolete."
+msgstr ""
+
+#. hXNUY
+#: cui/inc/toolbarmode.hrc:26
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "The Tabbed Compact variant aims to be familiar with Microsoft's interface having at the same time a short interface for small screen sizes."
+msgstr ""
+
+#. GFycb
+#: cui/inc/toolbarmode.hrc:27
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "The Groupedbar Compact variant provides access to functions in groups with most frequently used features in icons and less often used in a dropdown menu. The compact variant favors vertical size."
+msgstr ""
+
+#. Exopn
+#: cui/inc/toolbarmode.hrc:28
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "The Groupedbar interface provides access to functions in groups with most frequently used features in icons and less often used in a dropdown menu. The full variant favors functions and is slightly larger than other variants."
+msgstr ""
+
+#. LNaMA
+#: cui/inc/toolbarmode.hrc:29
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "The Contextual Single interface shows functions in a single line toolbar with contextual depending content."
+msgstr ""
+
+#. xcPJ4
+#: cui/inc/toolbarmode.hrc:30
+msgctxt "RID_CUI_TOOLBARMODES"
+msgid "The Contextual Groups interface focus on beginners. It exposes to the most frequently used functions on groups with the core action as large icon and a couple of small additional features. All functions have a label. Depending on the context an additional section provides access to those functions."
+msgstr ""
+
#. Xnz8J
-#: cui/inc/treeopt.hrc:34
+#: cui/inc/treeopt.hrc:33
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
#. CaEWP
-#: cui/inc/treeopt.hrc:35
+#: cui/inc/treeopt.hrc:34
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "User Data"
msgstr "የ ተጠቃሚው ዳታ"
#. 7XYLG
-#: cui/inc/treeopt.hrc:36
+#: cui/inc/treeopt.hrc:35
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
#. HCH7S
-#: cui/inc/treeopt.hrc:37
+#: cui/inc/treeopt.hrc:36
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
#. HCLxc
-#: cui/inc/treeopt.hrc:38
+#: cui/inc/treeopt.hrc:37
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
#. zuF6E
-#: cui/inc/treeopt.hrc:39
+#: cui/inc/treeopt.hrc:38
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Paths"
msgstr "መንገዶች"
#. cSVdD
-#: cui/inc/treeopt.hrc:40
+#: cui/inc/treeopt.hrc:39
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Fonts"
msgstr "ፊደሎች"
#. XnLRt
-#: cui/inc/treeopt.hrc:41
+#: cui/inc/treeopt.hrc:40
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Security"
msgstr "ደህንነት"
#. ZhEG3
-#: cui/inc/treeopt.hrc:42
+#: cui/inc/treeopt.hrc:41
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Personalization"
msgstr "የ ግል ማድረጊያ"
#. DLfE7
-#: cui/inc/treeopt.hrc:43
+#: cui/inc/treeopt.hrc:42
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Application Colors"
msgstr "የ መተግበሪያ ቀለሞች"
#. hh7Mg
-#: cui/inc/treeopt.hrc:44
+#: cui/inc/treeopt.hrc:43
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
msgstr "መድረሻ"
#. oUTLV
-#: cui/inc/treeopt.hrc:45
+#: cui/inc/treeopt.hrc:44
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Advanced"
msgstr "የረቀቀ"
#. QR2hr
-#: cui/inc/treeopt.hrc:46
+#: cui/inc/treeopt.hrc:45
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Basic IDE"
msgstr "Basic IDE"
#. ZS4Sx
-#: cui/inc/treeopt.hrc:47
+#: cui/inc/treeopt.hrc:46
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Online Update"
msgstr "በ መስመር ላይ ማሻሻያ"
#. 8CCRN
-#: cui/inc/treeopt.hrc:48
+#: cui/inc/treeopt.hrc:47
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "OpenCL"
msgstr "OpenCL"
#. VNpPF
-#: cui/inc/treeopt.hrc:53
+#: cui/inc/treeopt.hrc:52
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Language Settings"
msgstr "ቋንቋ ማሰናጃዎች"
#. JmAVh
-#: cui/inc/treeopt.hrc:54
+#: cui/inc/treeopt.hrc:53
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Languages"
msgstr "ቋንቋዎች"
#. HEzGc
-#: cui/inc/treeopt.hrc:55
+#: cui/inc/treeopt.hrc:54
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Writing Aids"
msgstr "የ መጻፊያ እርዳታ"
#. DLJAB
-#: cui/inc/treeopt.hrc:56
+#: cui/inc/treeopt.hrc:55
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Searching in Japanese"
msgstr "በ ጃፓንኛ መፈለጊያ"
#. dkSs5
-#: cui/inc/treeopt.hrc:57
+#: cui/inc/treeopt.hrc:56
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
#. VsApk
-#: cui/inc/treeopt.hrc:58
+#: cui/inc/treeopt.hrc:57
msgctxt "SID_LANGUAGE_OPTIONS_RES"
msgid "Complex Text Layout"
msgstr "ውስብስብ የ ጽሁፍ እቅድ"
#. TGnig
-#: cui/inc/treeopt.hrc:63
+#: cui/inc/treeopt.hrc:62
msgctxt "SID_INET_DLG_RES"
msgid "Internet"
msgstr "ኢንተርኔት"
#. QJNEE
-#: cui/inc/treeopt.hrc:64
+#: cui/inc/treeopt.hrc:63
msgctxt "SID_INET_DLG_RES"
msgid "Proxy"
msgstr "ወኪል"
#. EhHFs
-#: cui/inc/treeopt.hrc:65
+#: cui/inc/treeopt.hrc:64
msgctxt "SID_INET_DLG_RES"
msgid "Email"
msgstr "ኢሜይል:"
#. 4Cajf
-#: cui/inc/treeopt.hrc:70
+#: cui/inc/treeopt.hrc:69
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Writer"
msgstr "%PRODUCTNAME መጻፊያ"
#. CtZCN
-#: cui/inc/treeopt.hrc:71
+#: cui/inc/treeopt.hrc:70
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
#. t9DgE
-#: cui/inc/treeopt.hrc:72
+#: cui/inc/treeopt.hrc:71
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
#. MxbiL
-#: cui/inc/treeopt.hrc:73
+#: cui/inc/treeopt.hrc:72
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Formatting Aids"
msgstr "የ አቀራረብ እርዳታ"
#. V3usW
-#: cui/inc/treeopt.hrc:74
+#: cui/inc/treeopt.hrc:73
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
#. Cc2Ka
-#: cui/inc/treeopt.hrc:75
+#: cui/inc/treeopt.hrc:74
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Western)"
msgstr "መሰረታዊ ፊደሎች (Western)"
#. TDUti
-#: cui/inc/treeopt.hrc:76
+#: cui/inc/treeopt.hrc:75
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (Asian)"
msgstr "መሰረታዊ ፊደሎች (Asian)"
#. nfHR8
-#: cui/inc/treeopt.hrc:77
+#: cui/inc/treeopt.hrc:76
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Basic Fonts (CTL)"
msgstr "መሰረታዊ ፊደሎች (CTL)"
#. 38A6E
-#: cui/inc/treeopt.hrc:78
+#: cui/inc/treeopt.hrc:77
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
#. UCGLq
-#: cui/inc/treeopt.hrc:79
+#: cui/inc/treeopt.hrc:78
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Table"
msgstr "ሰንጠረዥ"
#. NVRAk
-#: cui/inc/treeopt.hrc:80
+#: cui/inc/treeopt.hrc:79
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Changes"
msgstr "ለውጦች"
#. 3DyC7
-#: cui/inc/treeopt.hrc:81
+#: cui/inc/treeopt.hrc:80
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Comparison"
msgstr "ማነጻጸሪያ"
#. AtMGC
-#: cui/inc/treeopt.hrc:82
+#: cui/inc/treeopt.hrc:81
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "ተስማሚነቱ"
#. byMJP
-#: cui/inc/treeopt.hrc:83
+#: cui/inc/treeopt.hrc:82
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "AutoCaption"
msgstr "በራሱ መግለጫ ጽሁፍ"
#. aGnq6
-#: cui/inc/treeopt.hrc:84
+#: cui/inc/treeopt.hrc:83
msgctxt "SID_SW_EDITOPTIONS_RES"
msgid "Mail Merge Email"
msgstr "የ ደብዳቤ ማዋሀጃ ለ ኢ-ሜይል"
#. trEVm
-#: cui/inc/treeopt.hrc:89
+#: cui/inc/treeopt.hrc:88
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "%PRODUCTNAME Writer/Web"
msgstr "%PRODUCTNAME መጻፊያ/ዌብ"
#. BZ7BG
-#: cui/inc/treeopt.hrc:90
+#: cui/inc/treeopt.hrc:89
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
#. 3q8qM
-#: cui/inc/treeopt.hrc:91
+#: cui/inc/treeopt.hrc:90
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Formatting Aids"
msgstr "የ አቀራረብ እርዳታ"
#. 9fj7Y
-#: cui/inc/treeopt.hrc:92
+#: cui/inc/treeopt.hrc:91
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
#. stfD4
-#: cui/inc/treeopt.hrc:93
+#: cui/inc/treeopt.hrc:92
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
#. KpkDS
-#: cui/inc/treeopt.hrc:94
+#: cui/inc/treeopt.hrc:93
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Table"
msgstr "ሰንጠረዥ"
#. 9NS67
-#: cui/inc/treeopt.hrc:95
+#: cui/inc/treeopt.hrc:94
msgctxt "SID_SW_ONLINEOPTIONS_RES"
msgid "Background"
msgstr "መደብ"
#. 9WCAp
-#: cui/inc/treeopt.hrc:100
+#: cui/inc/treeopt.hrc:99
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Math"
msgstr "%PRODUCTNAME ሂሳብ"
#. rFHDF
-#: cui/inc/treeopt.hrc:101
+#: cui/inc/treeopt.hrc:100
msgctxt "SID_SM_EDITOPTIONS_RES"
msgid "Settings"
msgstr "ማሰናጃዎች"
#. vk6jX
-#: cui/inc/treeopt.hrc:106
+#: cui/inc/treeopt.hrc:105
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Calc"
msgstr "%PRODUCTNAME ሰንጠረዥ"
#. xe2ry
-#: cui/inc/treeopt.hrc:107
+#: cui/inc/treeopt.hrc:106
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
#. xE8RH
-#: cui/inc/treeopt.hrc:108
+#: cui/inc/treeopt.hrc:107
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Defaults"
msgstr "ነባሮች"
#. ufTM2
-#: cui/inc/treeopt.hrc:109
+#: cui/inc/treeopt.hrc:108
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
#. QMCfy
-#: cui/inc/treeopt.hrc:110
+#: cui/inc/treeopt.hrc:109
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Calculate"
msgstr "ማስሊያ"
#. oq8xG
-#: cui/inc/treeopt.hrc:111
+#: cui/inc/treeopt.hrc:110
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Formula"
msgstr "መቀመሪያ"
#. HUUQP
-#: cui/inc/treeopt.hrc:112
+#: cui/inc/treeopt.hrc:111
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Sort Lists"
msgstr "ዝርዝሮች መለያ"
#. bostB
-#: cui/inc/treeopt.hrc:113
+#: cui/inc/treeopt.hrc:112
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Changes"
msgstr "ለውጦች"
#. WVbFZ
-#: cui/inc/treeopt.hrc:114
+#: cui/inc/treeopt.hrc:113
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Compatibility"
msgstr "ተስማሚነቱ"
#. UZGDj
-#: cui/inc/treeopt.hrc:115
+#: cui/inc/treeopt.hrc:114
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
#. wrdFF
-#: cui/inc/treeopt.hrc:116
+#: cui/inc/treeopt.hrc:115
msgctxt "SID_SC_EDITOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
#. EeKzo
-#: cui/inc/treeopt.hrc:121
+#: cui/inc/treeopt.hrc:120
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "%PRODUCTNAME Impress"
msgstr "%PRODUCTNAME ማስደነቂያ"
#. GxFDj
-#: cui/inc/treeopt.hrc:122
+#: cui/inc/treeopt.hrc:121
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
#. unCEW
-#: cui/inc/treeopt.hrc:123
+#: cui/inc/treeopt.hrc:122
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
#. UxXLE
-#: cui/inc/treeopt.hrc:124
+#: cui/inc/treeopt.hrc:123
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
#. DLCS4
-#: cui/inc/treeopt.hrc:125
+#: cui/inc/treeopt.hrc:124
msgctxt "SID_SD_EDITOPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
#. wZWAL
-#: cui/inc/treeopt.hrc:130
+#: cui/inc/treeopt.hrc:129
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "%PRODUCTNAME Draw"
msgstr "%PRODUCTNAME መሳያ"
#. B9gGf
-#: cui/inc/treeopt.hrc:131
+#: cui/inc/treeopt.hrc:130
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "General"
msgstr "ባጠቃላይ"
#. oiiBb
-#: cui/inc/treeopt.hrc:132
+#: cui/inc/treeopt.hrc:131
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "View"
msgstr "መመልከቻ"
#. et8PK
-#: cui/inc/treeopt.hrc:133
+#: cui/inc/treeopt.hrc:132
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Grid"
msgstr "መጋጠሚያ"
#. oGTEW
-#: cui/inc/treeopt.hrc:134
+#: cui/inc/treeopt.hrc:133
msgctxt "SID_SD_GRAPHIC_OPTIONS_RES"
msgid "Print"
msgstr "ማተሚያ"
#. BECZi
-#: cui/inc/treeopt.hrc:139
+#: cui/inc/treeopt.hrc:138
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Charts"
msgstr "ቻርትስ"
#. XAhzo
-#: cui/inc/treeopt.hrc:140
+#: cui/inc/treeopt.hrc:139
msgctxt "SID_SCH_EDITOPTIONS_RES"
msgid "Default Colors"
msgstr "ነባር ቀለሞች"
#. oUBac
-#: cui/inc/treeopt.hrc:145
+#: cui/inc/treeopt.hrc:144
msgctxt "SID_FILTER_DLG_RES"
msgid "Load/Save"
msgstr "መጫኛ/ማስቀመጫ"
#. 3go3N
-#: cui/inc/treeopt.hrc:146
+#: cui/inc/treeopt.hrc:145
msgctxt "SID_FILTER_DLG_RES"
msgid "General"
msgstr "ባጠቃላይ"
#. 9aX4K
-#: cui/inc/treeopt.hrc:147
+#: cui/inc/treeopt.hrc:146
msgctxt "SID_FILTER_DLG_RES"
msgid "VBA Properties"
msgstr "VBA ባህሪዎች"
#. oAGDd
-#: cui/inc/treeopt.hrc:148
+#: cui/inc/treeopt.hrc:147
msgctxt "SID_FILTER_DLG_RES"
msgid "Microsoft Office"
msgstr "Microsoft Office"
#. UtTyJ
-#: cui/inc/treeopt.hrc:149
+#: cui/inc/treeopt.hrc:148
msgctxt "SID_FILTER_DLG_RES"
msgid "HTML Compatibility"
msgstr "HTML ተስማሚነቱ"
#. Qysp7
-#: cui/inc/treeopt.hrc:154
+#: cui/inc/treeopt.hrc:153
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "%PRODUCTNAME Base"
msgstr "%PRODUCTNAME ቤዝ"
#. 78XBF
-#: cui/inc/treeopt.hrc:155
+#: cui/inc/treeopt.hrc:154
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Connections"
msgstr "ግንኙነቶች"
#. 54yat
-#: cui/inc/treeopt.hrc:156
+#: cui/inc/treeopt.hrc:155
msgctxt "SID_SB_STARBASEOPTIONS_RES"
msgid "Databases"
msgstr "ዳታቤዞች"
#. NFYmd
-#: cui/inc/twolines.hrc:28
+#: cui/inc/twolines.hrc:27
msgctxt "twolinespage|liststore1"
msgid "(None)"
msgstr "(ምንም)"
#. oUwW4
-#: cui/inc/twolines.hrc:29
+#: cui/inc/twolines.hrc:28
msgctxt "twolinespage|liststore1"
msgid "("
msgstr "("
#. mSyZB
-#: cui/inc/twolines.hrc:30
+#: cui/inc/twolines.hrc:29
msgctxt "twolinespage|liststore1"
msgid "["
msgstr "["
#. aDAks
-#: cui/inc/twolines.hrc:31
+#: cui/inc/twolines.hrc:30
msgctxt "twolinespage|liststore1"
msgid "<"
msgstr "<"
#. uVPNB
-#: cui/inc/twolines.hrc:32
+#: cui/inc/twolines.hrc:31
msgctxt "twolinespage|liststore1"
msgid "{"
msgstr "{"
#. 6TmK5
-#: cui/inc/twolines.hrc:33
+#: cui/inc/twolines.hrc:32
msgctxt "twolinespage|liststore1"
msgid "Other Characters..."
msgstr "ሌሎች ባህሪዎች..."
#. ycpAX
-#: cui/inc/twolines.hrc:38
+#: cui/inc/twolines.hrc:37
msgctxt "twolinespage|liststore2"
msgid "(None)"
msgstr "(ምንም)"
#. ts6EG
-#: cui/inc/twolines.hrc:39
+#: cui/inc/twolines.hrc:38
msgctxt "twolinespage|liststore2"
msgid ")"
msgstr ")"
#. REFgT
-#: cui/inc/twolines.hrc:40
+#: cui/inc/twolines.hrc:39
msgctxt "twolinespage|liststore2"
msgid "]"
msgstr "]"
#. wFPzF
-#: cui/inc/twolines.hrc:41
+#: cui/inc/twolines.hrc:40
msgctxt "twolinespage|liststore2"
msgid ">"
msgstr ">"
#. HFeFt
-#: cui/inc/twolines.hrc:42
+#: cui/inc/twolines.hrc:41
msgctxt "twolinespage|liststore2"
msgid "}"
msgstr "}"
#. YcMQR
-#: cui/inc/twolines.hrc:43
+#: cui/inc/twolines.hrc:42
msgctxt "twolinespage|liststore2"
msgid "Other Characters..."
msgstr "ሌሎች ባህሪዎች..."
@@ -4018,47 +4126,77 @@ msgid "Expert Configuration"
msgstr "የ ባለሞያ ማዋቀሪያዎች"
#. GBiPy
-#: cui/uiconfig/ui/aboutconfigdialog.ui:43
+#: cui/uiconfig/ui/aboutconfigdialog.ui:40
msgctxt "aboutconfigdialog|edit"
msgid "Edit"
msgstr "ማረሚያ"
+#. Z7SA5
+#: cui/uiconfig/ui/aboutconfigdialog.ui:46
+msgctxt "extended_tip|edit"
+msgid "Opens a dialog to edit the preference."
+msgstr "ምርጫውን ለ ማረም ንግግር መክፈቻ "
+
#. 2uM3W
-#: cui/uiconfig/ui/aboutconfigdialog.ui:56
+#: cui/uiconfig/ui/aboutconfigdialog.ui:58
msgctxt "aboutconfigdialog|reset"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
-#. EhpWF
+#. 95seU
+#: cui/uiconfig/ui/aboutconfigdialog.ui:64
+msgctxt "extended_tip|reset"
+msgid "Undo changes done so far in this dialog."
+msgstr "በዚህ ንግግር እስከ አሁን ድረስ የ ተፈጸሙትን ለውጦች በሙሉ መተው "
+
+#. j4Avi
#: cui/uiconfig/ui/aboutconfigdialog.ui:149
+msgctxt "extended_tip|searchEntry"
+msgid "Type the preference you want to display in the text area"
+msgstr "ይጻፉ የሚፈልጉትን እርስዎ በ ጽሁፍ ቦታ እንዲታይ የሚፈልጉትን "
+
+#. EhpWF
+#: cui/uiconfig/ui/aboutconfigdialog.ui:161
msgctxt "aboutconfigdialog|searchButton"
msgid "_Search"
msgstr "_መፈለጊያ"
+#. nmtBr
+#: cui/uiconfig/ui/aboutconfigdialog.ui:170
+msgctxt "extended_tip|searchButton"
+msgid "Click to search your preference text in the Preferences tree."
+msgstr "ይጫኑ ለ መፈለግ የ እርስዎን ምርጫ ጽሁፍ በ ምርጫዎች ዛፍ ውስጥ "
+
#. BMohC
-#: cui/uiconfig/ui/aboutconfigdialog.ui:196
+#: cui/uiconfig/ui/aboutconfigdialog.ui:212
msgctxt "aboutconfigdialog|preference"
msgid "Preference Name"
msgstr "የመረጡት ስም"
#. PiV9t
-#: cui/uiconfig/ui/aboutconfigdialog.ui:216
+#: cui/uiconfig/ui/aboutconfigdialog.ui:232
msgctxt "aboutconfigdialog|property"
msgid "Property"
msgstr "ባህሪ"
#. g6RFE
-#: cui/uiconfig/ui/aboutconfigdialog.ui:230
+#: cui/uiconfig/ui/aboutconfigdialog.ui:246
msgctxt "aboutconfigdialog|type"
msgid "Type"
msgstr "አይነት"
#. BYBgx
-#: cui/uiconfig/ui/aboutconfigdialog.ui:244
+#: cui/uiconfig/ui/aboutconfigdialog.ui:260
msgctxt "aboutconfigdialog|value"
msgid "Value"
msgstr "ዋጋ"
+#. A9J9F
+#: cui/uiconfig/ui/aboutconfigdialog.ui:272
+msgctxt "extended_tip|preferences"
+msgid "List the preferences organized hierarchically in a tree layout."
+msgstr "ዝርዝር ምርጫዎች በ ቅደም ተከተል ለ ተዘጋጀው በ ዛፍ እቅድ "
+
#. B8FF9
#: cui/uiconfig/ui/aboutconfigvaluedialog.ui:8
msgctxt "aboutconfigvaluedialog|AboutConfigValueDialog"
@@ -4078,7 +4216,7 @@ msgid "About %PRODUCTNAME"
msgstr "ስለ %PRODUCTNAME"
#. rdEwV
-#: cui/uiconfig/ui/aboutdialog.ui:109
+#: cui/uiconfig/ui/aboutdialog.ui:106
msgctxt "aboutdialog|lbVersion"
msgid "Version:"
msgstr ""
@@ -4090,395 +4228,794 @@ msgid "Build:"
msgstr ""
#. J78bj
-#: cui/uiconfig/ui/aboutdialog.ui:136
+#: cui/uiconfig/ui/aboutdialog.ui:139
msgctxt "aboutdialog|lbEnvironment"
msgid "Environment:"
msgstr ""
#. c2sEB
-#: cui/uiconfig/ui/aboutdialog.ui:189
+#: cui/uiconfig/ui/aboutdialog.ui:204
msgctxt "aboutdialog|lbExtra"
msgid "Misc:"
msgstr ""
#. FwVyQ
-#: cui/uiconfig/ui/aboutdialog.ui:218
+#: cui/uiconfig/ui/aboutdialog.ui:239
msgctxt "aboutdialog|lbLocale"
msgid "Locale:"
msgstr ""
#. SFbP2
-#: cui/uiconfig/ui/aboutdialog.ui:243
+#: cui/uiconfig/ui/aboutdialog.ui:270
msgctxt "aboutdialog|lbUI"
msgid "User Interface:"
msgstr ""
#. KFo3i
-#: cui/uiconfig/ui/aboutdialog.ui:277
+#: cui/uiconfig/ui/aboutdialog.ui:310
msgctxt "aboutdialog|description"
msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more."
msgstr "%PRODUCTNAME open source productivity suite ዘመናዊ: በጣም-ቀላል-ለመጠቀም: ለ ቃላት ማቀናበሪያ: ለ ሰንጠረዥ: ለ ማቅረቢያ እና ሌሎችም: ተዘጋጅቶ የ ቀረበው በ ሳምሶን በለጠ በላይነህ ነው"
#. cFC6E
-#: cui/uiconfig/ui/aboutdialog.ui:316
+#: cui/uiconfig/ui/aboutdialog.ui:349
msgctxt "aboutdialog|credits"
msgid "Credits"
msgstr ""
#. VkRAv
-#: cui/uiconfig/ui/aboutdialog.ui:332
+#: cui/uiconfig/ui/aboutdialog.ui:365
msgctxt "aboutdialog|website"
msgid "Website"
msgstr ""
-#. zSmJb
-#: cui/uiconfig/ui/aboutdialog.ui:348
-msgctxt "aboutdialog|description"
+#. i4Jo2
+#: cui/uiconfig/ui/aboutdialog.ui:381
+msgctxt "aboutdialog|releasenotes"
msgid "Release Notes"
msgstr ""
#. 5TUrF
-#: cui/uiconfig/ui/aboutdialog.ui:376
+#: cui/uiconfig/ui/aboutdialog.ui:409
msgctxt "aboutdialog|lbVersionInfo"
msgid "Version Information"
msgstr ""
#. jZvGC
-#: cui/uiconfig/ui/aboutdialog.ui:393
+#: cui/uiconfig/ui/aboutdialog.ui:428
msgctxt "aboutdialog|btnCopyVersionTooltip"
msgid "Copy all version information in English"
msgstr ""
+#. UCjik
+#: cui/uiconfig/ui/accelconfigpage.ui:124
+msgctxt "accelconfigpage|extended_tip|shortcuts"
+msgid "Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the Function list, click a shortcut in this list, and then click Modify."
+msgstr "የ አቋራጭ ቁልፎች ዝርዝር ከ ትእዛዝ ጋር የ ተዛመዱ: የ አቋራጭ ቁልፎች ለ መመደብ ወይንም ለማሻሻል ለ ትእዛዝ ለ ተመረጠው በ ተግባር ዝርዝር ውስጥ: ይጫኑ የ አቋራጭ ቁልፎች በ ዝርዝር ውስጥ: እና ይጫኑ ማሻሻያ :"
+
#. MP3WF
-#: cui/uiconfig/ui/accelconfigpage.ui:132
+#: cui/uiconfig/ui/accelconfigpage.ui:137
msgctxt "accelconfigpage|label21"
msgid "Shortcu_t Keys"
msgstr "አቋራ_ጭ ቁልፎች"
#. rEN3b
-#: cui/uiconfig/ui/accelconfigpage.ui:158
+#: cui/uiconfig/ui/accelconfigpage.ui:163
msgctxt "accelconfigpage|office"
msgid "%PRODUCTNAME"
msgstr "%PRODUCTNAME"
+#. Bgzqd
+#: cui/uiconfig/ui/accelconfigpage.ui:173
+msgctxt "accelconfigpage|extended_tip|office"
+msgid "Displays shortcut keys that are common to all %PRODUCTNAME applications."
+msgstr "አቋራጭ ቁልፎች ማሳያ መደበኛ የሆኑ ለ ሁሉም %PRODUCTNAME መተግበሪያዎች "
+
#. jjhUE
-#: cui/uiconfig/ui/accelconfigpage.ui:175
+#: cui/uiconfig/ui/accelconfigpage.ui:185
msgctxt "accelconfigpage|module"
msgid "$(MODULE)"
msgstr "$(MODULE)"
+#. VnoU5
+#: cui/uiconfig/ui/accelconfigpage.ui:195
+msgctxt "accelconfigpage|extended_tip|module"
+msgid "Displays shortcut keys for the current %PRODUCTNAME application."
+msgstr "አቋራጭ ቁልፎች ማሳያ ለ አሁኑ %PRODUCTNAME መተግበሪያ "
+
#. R2nhJ
-#: cui/uiconfig/ui/accelconfigpage.ui:207
+#: cui/uiconfig/ui/accelconfigpage.ui:222
msgctxt "accelconfigpage|change"
msgid "_Modify"
msgstr "_ማሻሻያ"
+#. F2oLa
+#: cui/uiconfig/ui/accelconfigpage.ui:229
+msgctxt "accelconfigpage|extended_tip|change"
+msgid "Assigns the key combination selected in the Shortcut keys list to the command selected in the Function list."
+msgstr "የ ቁልፍ ጥምረት መመደቢያ ለ ተመረጠው የ አቋራጭ ቁልፎች ዝርዝር ለ ተመረጠው ትእዛዝ በ ተግባር ዝርዝር "
+
+#. eFsw9
+#: cui/uiconfig/ui/accelconfigpage.ui:248
+msgctxt "accelconfigpage|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
#. 6MwWq
-#: cui/uiconfig/ui/accelconfigpage.ui:235
+#: cui/uiconfig/ui/accelconfigpage.ui:260
msgctxt "accelconfigpage|load"
msgid "_Load..."
msgstr "_መጫኛ..."
+#. yANEF
+#: cui/uiconfig/ui/accelconfigpage.ui:267
+msgctxt "accelconfigpage|extended_tip|load"
+msgid "Replaces the shortcut key configuration with one that was previously saved."
+msgstr "የ አቋራጭ ቁልፍ ማዋቀሪያ መቀየሪያ ቀደም ብሎ ተቀምጦ በ ነበረው "
+
#. Uq7F5
-#: cui/uiconfig/ui/accelconfigpage.ui:250
+#: cui/uiconfig/ui/accelconfigpage.ui:280
msgctxt "accelconfigpage|save"
msgid "_Save..."
msgstr "_ማስቀመጫ..."
+#. e9TFA
+#: cui/uiconfig/ui/accelconfigpage.ui:287
+msgctxt "accelconfigpage|extended_tip|save"
+msgid "Saves the current shortcut key configuration, so that you can load it later."
+msgstr "የ አሁኑን አቋራጭ ቁልፍ ማዋቀሪያ ማስቀመጫ: ስለዚህ እርስዎ በኋላ መጫን እንዲችሉ "
+
+#. mJmga
+#: cui/uiconfig/ui/accelconfigpage.ui:308
+msgctxt "accelconfigpage|extended_tip|reset"
+msgid "Resets modified values back to the default values."
+msgstr "እንደ ነበር መመለሻ የ ተሻሻሉ ዋጋዎችን ወደ ነባር ዋጋቸው"
+
#. BKAsD
-#: cui/uiconfig/ui/accelconfigpage.ui:325
+#: cui/uiconfig/ui/accelconfigpage.ui:365
msgctxt "accelconfigpage|searchEntry"
msgid "Type to search"
msgstr "ለ መፈለግ ይጻፉ"
#. T5FGo
-#: cui/uiconfig/ui/accelconfigpage.ui:345
+#: cui/uiconfig/ui/accelconfigpage.ui:385
msgctxt "accelconfigpage|label23"
msgid "_Category"
msgstr "_ምድብ"
#. xfWzA
-#: cui/uiconfig/ui/accelconfigpage.ui:359
+#: cui/uiconfig/ui/accelconfigpage.ui:399
msgctxt "accelconfigpage|label24"
msgid "_Function"
msgstr "_ተግባር"
#. 7PCeb
-#: cui/uiconfig/ui/accelconfigpage.ui:373
+#: cui/uiconfig/ui/accelconfigpage.ui:413
msgctxt "accelconfigpage|label25"
msgid "_Keys"
msgstr "_ቁልፎች"
+#. 8DnFJ
+#: cui/uiconfig/ui/accelconfigpage.ui:457
+msgctxt "accelconfigpage|extended_tip|category"
+msgid "Lists the available function categories. To assign shortcuts to Styles, open the \"Styles\" category."
+msgstr "ዝግጁ የ ተግባር ምድቦች: ለ ዘዴዎች አቋራጭ ለ መመደብ: ይክፈቱ የ \"ዘዴዎች\" ምድብ "
+
+#. wGm8q
+#: cui/uiconfig/ui/accelconfigpage.ui:504
+msgctxt "accelconfigpage|extended_tip|function"
+msgid "Select a function that you want to assign a shortcut key to, click a key combination in the Shortcut keys list, and then click Modify. If the selected function already has a shortcut key, it is displayed in the Keys list."
+msgstr "ይምረጡ ተግባር እርስዎ መመደብ የሚፈልጉትን የ አቋራጭ ቁልፍ ለ: እና ይጫኑ የ ቁልፍ ጥምረት በ አቋራጭ ቁልፎች ዝርዝር ውስጥ: እና ከዛ ይጫኑ ማሻሻያ የ ተመረጠው ተግባር አቋራጭ ቁልፍ ካለው: ይታያል በ ቁልፎች ዝርዝር "
+
#. CqdJF
-#: cui/uiconfig/ui/accelconfigpage.ui:522
+#: cui/uiconfig/ui/accelconfigpage.ui:571
msgctxt "accelconfigpage|label22"
msgid "F_unctions"
msgstr "ተ_ግባሮች"
+#. YDyhc
+#: cui/uiconfig/ui/accelconfigpage.ui:584
+msgctxt "accelconfigpage|extended_tip|AccelConfigPage"
+msgid "Assigns or edits the shortcut keys for %PRODUCTNAME commands, or %PRODUCTNAME Basic macros."
+msgstr "አቋራጭ ቁልፎች መመደቢያ ወይንም ማረሚያ ለ %PRODUCTNAME ትእዛዞች: ወይንም %PRODUCTNAME Basic ማክሮስ "
+
+#. FAPZ6
+#: cui/uiconfig/ui/acorexceptpage.ui:59
+msgctxt "acorexceptpage|extended_tip|abbrev"
+msgid "Type an abbreviation followed by a period, and then click New. This prevents %PRODUCTNAME from automatically capitalizing the first letter of the word that comes after the period at the end of the abbreviation."
+msgstr "ይጻፉ አኅጽሮተ ቃል ነጥብ አስከትለው: እና ከዛ ይጫኑ አዲስ ይህ ይከለክላል %PRODUCTNAME ራሱ በራሱ የ መጀመሪያውን ቃል ፊደል አቢይ ከ ማድረግ ከ ነጥብ ቀጥሎ የሚመጣውን ከ አኅጽሮተ ቃል መጨራሻ በኋላ "
+
#. vanfV
-#: cui/uiconfig/ui/acorexceptpage.ui:65
+#: cui/uiconfig/ui/acorexceptpage.ui:70
msgctxt "acorexceptpage|autoabbrev"
msgid "_AutoInclude"
msgstr "_በራሱ መጨመሪያ"
+#. 5B9tX
+#: cui/uiconfig/ui/acorexceptpage.ui:79
+#, fuzzy
+msgctxt "acorexceptpage|extended_tip|autoabbrev"
+msgid "Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the Correct TWo INitial CApitals option or the Capitalize first letter of every sentence option are selected in the [T] column onOptions tab of this dialog."
+msgstr "ራሱ በራሱ መጨመሪያ ቃላቶች ወይንም አኅጽሮተ ቃሎች የሚጀምሩ በ ሁለት አቢይ ፊደሎች ወደ ተመሳሳይ የ ተለዩ ዝርዝር ውስጥ: ይህ ገጽታ የሚሰራው የ ትክክለኛ ሁለት አቢይ ፊደሎች ምርጫ ወይንም አቢይ የ መጀመሪያ ፊደል በ ሁሉም አረፍተ ነገር ምርጫ ውስጥ ሲመረጥ ነው በ [T] አምድ በ ምርጫዎች tab በዚህ ንግግር ውስጥ "
+
#. tpV8t
-#: cui/uiconfig/ui/acorexceptpage.ui:96
+#: cui/uiconfig/ui/acorexceptpage.ui:106
msgctxt "acorexceptpage|newabbrev-atkobject"
msgid "New abbreviations"
msgstr "አዲስ አኅጽሮተ ቃሎች"
#. CEdQa
-#: cui/uiconfig/ui/acorexceptpage.ui:108
+#: cui/uiconfig/ui/acorexceptpage.ui:118
msgctxt "acorexceptpage|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
#. st6Jc
-#: cui/uiconfig/ui/acorexceptpage.ui:132
+#: cui/uiconfig/ui/acorexceptpage.ui:142
msgctxt "acorexceptpage|delabbrev-atkobject"
msgid "Delete abbreviations"
msgstr "አኅጽሮተ ቃሎች ማጥፊያ"
+#. 9h2WR
+#: cui/uiconfig/ui/acorexceptpage.ui:193
+msgctxt "acorexceptpage|extended_tip|abbrevlist"
+msgid "Lists the abbreviations that are not automatically corrected."
+msgstr "የ አኅጽሮተ ቃል ዝርዝር ራሱ በራሱ የማያርማቸው "
+
#. VoLnB
-#: cui/uiconfig/ui/acorexceptpage.ui:197
+#: cui/uiconfig/ui/acorexceptpage.ui:212
msgctxt "acorexceptpage|label1"
msgid "Abbreviations (no Subsequent Capital)"
msgstr "ምህጻረ ቃል (ምንም አቢይ ፊደል የለም)"
+#. 78P5X
+#: cui/uiconfig/ui/acorexceptpage.ui:256
+msgctxt "acorexceptpage|extended_tip|double"
+msgid "Type the word or abbreviation that starts with two capital letters that you do not want %PRODUCTNAME to change to one initial capital. For example, enter PC to prevent %PRODUCTNAME from changing PC to Pc."
+msgstr "ይጻፉ ቃል ወይንም አኅጽሮተ ቃል የሚጀምር በ ሁለት አቢይ ፊደሎች የሚጀምር እርስዎ የማይፈልጉት %PRODUCTNAME ለ መቀየር ወደ አንድ አቢይ ፊደል: ለምሳሌ: ያስገቡ PC ለ መከለከል %PRODUCTNAME ከ መቀየር PC ወደ Pc."
+
#. kAzxB
-#: cui/uiconfig/ui/acorexceptpage.ui:247
+#: cui/uiconfig/ui/acorexceptpage.ui:267
msgctxt "acorexceptpage|autodouble"
msgid "A_utoInclude"
msgstr "በ_ራሱ መጨመሪያ"
+#. 6fGTF
+#: cui/uiconfig/ui/acorexceptpage.ui:276
+#, fuzzy
+msgctxt "acorexceptpage|extended_tip|autodouble"
+msgid "Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the Correct TWo INitial CApitals option or the Capitalize first letter of every sentence option are selected in the [T] column onOptions tab of this dialog."
+msgstr "ራሱ በራሱ መጨመሪያ ቃላቶች ወይንም አኅጽሮተ ቃሎች የሚጀምሩ በ ሁለት አቢይ ፊደሎች ወደ ተመሳሳይ የ ተለዩ ዝርዝር ውስጥ: ይህ ገጽታ የሚሰራው የ ትክክለኛ ሁለት አቢይ ፊደሎች ምርጫ ወይንም አቢይ የ መጀመሪያ ፊደል በ ሁሉም አረፍተ ነገር ምርጫ ውስጥ ሲመረጥ ነው በ [T] አምድ በ ምርጫዎች tab በዚህ ንግግር ውስጥ "
+
#. AcEEf
-#: cui/uiconfig/ui/acorexceptpage.ui:278
+#: cui/uiconfig/ui/acorexceptpage.ui:303
msgctxt "acorexceptpage|newdouble-atkobject"
msgid "New words with two initial capitals or small initial"
msgstr "አዲስ ቃላት ከ ሁለት አቢይ መነሻ ወይንም ትንንሽ መነሻ ጋር:"
#. 5Y2Wh
-#: cui/uiconfig/ui/acorexceptpage.ui:290
+#: cui/uiconfig/ui/acorexceptpage.ui:315
msgctxt "acorexceptpage|replace1"
msgid "_Replace"
msgstr "_መቀየሪያ"
#. 5ZhAJ
-#: cui/uiconfig/ui/acorexceptpage.ui:314
+#: cui/uiconfig/ui/acorexceptpage.ui:339
msgctxt "acorexceptpage|deldouble-atkobject"
msgid "Delete words with two initial capitals or small initial"
msgstr "አዲስ ቃላት ከ ሁለት አቢይ መነሻ ወይንም ትንንሽ መነሻ ጋር ማጥፊያ:"
+#. kCahU
+#: cui/uiconfig/ui/acorexceptpage.ui:390
+msgctxt "acorexceptpage|extended_tip|doublelist"
+msgid "Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field."
+msgstr "የ ቃላቶች ወይንም አኅጽሮተ ቃሎች ዝርዝር የሚጀምሩ በ ሁለት አቢይ ፊደሎች ራሱ በራሱ የማያርማቸው: ሁሉም ቃሎች የሚጀምሩ በ ሁለት አቢይ ፊደሎች በ ሜዳ ውስጥ ተዘርዝረዋል "
+
#. 7FHhG
-#: cui/uiconfig/ui/acorexceptpage.ui:379
+#: cui/uiconfig/ui/acorexceptpage.ui:409
msgctxt "acorexceptpage|label2"
msgid "Words With TWo INitial CApitals or sMALL iNITIAL"
msgstr ""
+#. 4qMgn
+#: cui/uiconfig/ui/acorexceptpage.ui:424
+msgctxt "acorexceptpage|extended_tip|AcorExceptPage"
+msgid "Specify the abbreviations or letter combinations that you do not want %PRODUCTNAME to correct automatically."
+msgstr "ይወስኑ የ አሕፃሮተ ቃል ወይንም ፊደል ቅልቅሎች እርስዎ %PRODUCTNAME ራሱ በራሱ እንዳይታረም የሚፈልጉትን"
+
+#. Cd7nJ
+#: cui/uiconfig/ui/acoroptionspage.ui:84
+msgctxt "acoroptionspage|extended_tip|AutocorrectOptionsPage"
+msgid "Select the options for automatically correcting errors as you type, and then click OK."
+msgstr "ይምረጡ ከ ምርጫዎች ውስጥ ለ ራሱ በራሱ ስህተት እንዲያርም እርስዎ በሚጽፉ ጊዜ እና ከዛ ይጫኑ እሺ "
+
+#. D8rmz
+#: cui/uiconfig/ui/acorreplacepage.ui:39
+msgctxt "acorreplacepage|extended_tip|new"
+msgid "Adds or replaces an entry in the replacement table."
+msgstr "በ መቀየሪያ ሰንጠረዥ ውስጥ ማስገቢያ መጨመሪያ ወይንም ማስወገጃ "
+
#. qjPVK
-#: cui/uiconfig/ui/acorreplacepage.ui:46
+#: cui/uiconfig/ui/acorreplacepage.ui:51
msgctxt "acorreplacepage|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
-#. GLT9J
+#. fjsDd
+#: cui/uiconfig/ui/acorreplacepage.ui:59
+msgctxt "acorreplacepage|extended_tip|replace"
+msgid "Adds or replaces an entry in the replacement table."
+msgstr "በ መቀየሪያ ሰንጠረዥ ውስጥ ማስገቢያ መጨመሪያ ወይንም ማስወገጃ "
+
+#. 7hHNW
+#: cui/uiconfig/ui/acorreplacepage.ui:78
+msgctxt "acorreplacepage|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
+#. YLcSj
+#: cui/uiconfig/ui/acorreplacepage.ui:145
+msgctxt "acorreplacepage|extended_tip|tabview"
+msgid "Lists the entries for automatically replacing words, abbreviations or word parts while you type. To add an entry, enter text in the Replace and With boxes, and then click New. To edit an entry, select it, change the text in the With box, and then click Replace. To delete an entry, select it, and then click Delete."
+msgstr "የ ማስገቢያዎች ዝርዝር ለ ራሱ በራሱ ቃሎች መቀየሪያ: አኅፃሮተ ቃል: ወይንም የ ቃል አካል እርስዎ በሚጽፉ ጊዜ: ማስገቢያ ለ መጨመር ጽሁፍ ያስገቡ በ መቀየሪያ እና በ ሳጥኖች ውስጥ: እና ከዛ ይጫኑ አዲስ ማስገቢያ ለ ማረም: ይምረጡት: ጽሁፍ መቀየሪያ ከ ሳጥን ውስጥ: እና ከዛ ይጫኑ መቀየሪያ ማስገቢያውን ለማጥፋት: ይምረጡት: እና ከዛ ይጫኑ ማጥፊያ "
+
+#. p6tMV
#: cui/uiconfig/ui/acorreplacepage.ui:165
+msgctxt "acorreplacepage|extended_tip|newtext"
+msgid "Enter the replacement text, graphic, frame, or OLE object that you want to replace the text in the Replace box. If you have selected text, a graphic, a frame, or an OLE object in your document, the relevant information is already entered here."
+msgstr "ያስገቡ የ መቀየሪያ ጽሁፍ: ንድፍ: ክፈፎች: ወይንም የ OLE እቃ እርስዎ መቀየር የሚፈልጉትን ጽሁፍ በ መቀየሪያ ሳጥን ውስጥ: እርስዎ ጽሁፍ ከ መረጡ: ንድፍ: ክፈፍ: ወይንም የ OLE እቃ በ እርስዎ ሰነድ ውስጥ: አግባብ ያለው መረጃ እዚህ ቀደም ብሎ ገብቶ ነበር "
+
+#. gd9PD
+#: cui/uiconfig/ui/acorreplacepage.ui:182
+msgctxt "acorreplacepage|extended_tip|origtext"
+msgid "Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\")."
+msgstr " ቃል ያስገቡ: አኅጽሮተ ቃል ወይንም የ ቃል አካል እርስዎ መቀየር የሚፈልጉትን በሚጽፉ ጊዜ: ሁለገብ የ ባህሪዎች ቅደም ተከተል: .* በ ቃል መጨረሻ ላይ የ መቀየር ውጤት ያስከትላል ቃሉን ከ አሻሚ መድረሻ: የ ሁለገብ ባህሪዎች ቅደም ተከተል: .* ከ ቃል መጀመሪያ በፊት ውጤት ያስከትላል ቃሉን ከ አሻሚ መድረሻ: ለምሳሌ: የ ንድፍ \"i18n.*\" በ ጽሁፍ መቀየሪያ: \"አለም አቀፍ\" ይፈልግ እና ይቀይራል \"i18ns\" በ \"አለም አቀፍ\", ወይንም በ ንድፍ \".*...\" በ ጽሁፍ መቀየሪያ: \"…\" ይፈልግ እና ይቀይራል ሶስት ነጥቦች በ \"ቃል...\" ውስጥ: በ typographically ትክክለኛ በ ቅድሚያ የ ተሰናዳ Unicode horizontal ellipsis (\"ቃል…\")."
+
+#. GLT9J
+#: cui/uiconfig/ui/acorreplacepage.ui:195
msgctxt "acorreplacepage|label1"
msgid "Repla_ce"
msgstr "መተ_ኪያ"
#. RDUE5
-#: cui/uiconfig/ui/acorreplacepage.ui:182
+#: cui/uiconfig/ui/acorreplacepage.ui:212
msgctxt "acorreplacepage|label2"
msgid "_With"
msgstr ""
#. 25PQc
-#: cui/uiconfig/ui/acorreplacepage.ui:197
+#: cui/uiconfig/ui/acorreplacepage.ui:227
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
msgstr "_ጽሁፍ ብቻ"
+#. 784tz
+#: cui/uiconfig/ui/acorreplacepage.ui:236
+msgctxt "acorreplacepage|extended_tip|textonly"
+msgid "Saves the entry in the With box without formatting. When the replacement is made, the text uses the same format as the document text."
+msgstr "የ ገባውን ማስቀመጫ በ ሳጥን ውስጥ: አቀራረቡን ሳይቀይሩ: መቀየሪያው በሚፈጸም ጊዜ: ጽሁፉ ተመሳሳይ አቀራረብ ይጠቀማል እንደ ጽሁፉ ሰነድ "
+
+#. yuDgJ
+#: cui/uiconfig/ui/acorreplacepage.ui:250
+msgctxt "acorreplacepage|extended_tip|AcorReplacePage"
+msgid "Edits the replacement table for automatically correcting or replacing words or abbreviations in your document."
+msgstr "የ መቀየሪያ ሰንጠረዥ ማረሚያ ለ ራሱ በራሱ አራሚ ወይንም መቀየሪያ ቃላቶች ወይንም አሕፃሮተ ቃል በ እርስዎ ሰነድ ውስጥ "
+
+#. 9Xnti
+#: cui/uiconfig/ui/additionsdialog.ui:12
+msgctxt "customanimationfragment|90"
+msgid "Active version only"
+msgstr ""
+
+#. 6ZZPG
+#: cui/uiconfig/ui/additionsdialog.ui:25
+msgctxt "bulletandposition|gallery"
+msgid "Sort by"
+msgstr ""
+
+#. LhkwF
+#: cui/uiconfig/ui/additionsdialog.ui:34
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Voting"
+msgstr ""
+
+#. KsZpM
+#: cui/uiconfig/ui/additionsdialog.ui:43
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Downloads"
+msgstr ""
+
+#. A4zUt
+#: cui/uiconfig/ui/additionsdialog.ui:52
+msgctxt "menuassignpage|gear_textOnly"
+msgid "Comments"
+msgstr ""
+
+#. ncCYE
+#: cui/uiconfig/ui/additionsdialog.ui:71
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Detail view"
+msgstr ""
+
+#. SoASj
+#: cui/uiconfig/ui/additionsdialog.ui:82
+msgctxt "menuassignpage|gear_iconAndText"
+msgid "Condensed list"
+msgstr ""
+
+#. MdFgz
+#: cui/uiconfig/ui/additionsdialog.ui:98
+msgctxt "additionsdialog|AdditionsDialog"
+msgid "Additions"
+msgstr ""
+
+#. wqAig
+#: cui/uiconfig/ui/additionsdialog.ui:123
+msgctxt "additionsdialog|ProgressLabel"
+msgid "Progress Label"
+msgstr ""
+
+#. PjJ55
+#: cui/uiconfig/ui/additionsdialog.ui:126
+msgctxt "additionsdialog|ProgressLabel"
+msgid "ProgressLabel"
+msgstr ""
+
+#. SYKGE
+#: cui/uiconfig/ui/additionsdialog.ui:127
+msgctxt "additionsdialog|ProgressLabel"
+msgid "This label shows that the progress of the operations such as loading extensions, not found, etc."
+msgstr ""
+
+#. NrZT8
+#: cui/uiconfig/ui/additionsdialog.ui:186
+#: cui/uiconfig/ui/additionsdialog.ui:187
+msgctxt "additionsdialog|searchEntry"
+msgid "searchEntry"
+msgstr ""
+
+#. iamTq
+#: cui/uiconfig/ui/additionsdialog.ui:210
+msgctxt "additionsdialog|buttonGear"
+msgid "Gear Menu"
+msgstr ""
+
+#. CbCbR
+#: cui/uiconfig/ui/additionsdialog.ui:211
+msgctxt "additionsdialog|buttonGear"
+msgid "Contains commands to modify settings of the additions list such as sorting type or view type."
+msgstr ""
+
+#. fUE2f
+#: cui/uiconfig/ui/additionsfragment.ui:16
+msgctxt "additionsDialog|buttonShowMore"
+msgid "Show More Extensions"
+msgstr ""
+
+#. 2pPGn
+#: cui/uiconfig/ui/additionsfragment.ui:21
+msgctxt "additionsDialog|buttonShowMore"
+msgid "ButtonShowMore"
+msgstr ""
+
+#. i9AoG
+#: cui/uiconfig/ui/additionsfragment.ui:22
+msgctxt "additionsDialog|buttonShowMore"
+msgid "This button shows more extensions."
+msgstr ""
+
+#. UzjvF
+#: cui/uiconfig/ui/additionsfragment.ui:68
+msgctxt "additionsEntry|votingLabel"
+msgid "Voting:"
+msgstr ""
+
+#. iMQas
+#: cui/uiconfig/ui/additionsfragment.ui:88
+msgctxt "additionsEntry|labelLicense"
+msgid "License:"
+msgstr ""
+
+#. buPFe
+#: cui/uiconfig/ui/additionsfragment.ui:106
+msgctxt "additionsEntry|labelVersion"
+msgid "Required version:"
+msgstr ""
+
+#. cFsEL
+#: cui/uiconfig/ui/additionsfragment.ui:124
+msgctxt "additionsEntry|labelComments"
+msgid "Comments:"
+msgstr ""
+
+#. TkztG
+#: cui/uiconfig/ui/additionsfragment.ui:142
+msgctxt "additionsEntry|labelComments"
+msgid "Downloads:"
+msgstr ""
+
+#. JRe5b
+#: cui/uiconfig/ui/additionsfragment.ui:356
+msgctxt "additionsEntry|buttonInstall"
+msgid "Install"
+msgstr ""
+
+#. VEbVr
+#: cui/uiconfig/ui/additionsfragment.ui:370
+msgctxt "additionsEntry|buttonWebsite"
+msgid "Website"
+msgstr ""
+
#. BuMBh
#: cui/uiconfig/ui/agingdialog.ui:15
msgctxt "agingdialog|AgingDialog"
msgid "Aging"
msgstr "እርጅና"
+#. A8e8L
+#: cui/uiconfig/ui/agingdialog.ui:147
+msgctxt "agingdialog|extended_tip|value"
+msgid "Specifies the number of colors to which the image is to be reduced."
+msgstr "የ ምስል ቀለም የሚቀነስበትን ቁጥር መወሰኛ "
+
#. bJvBm
-#: cui/uiconfig/ui/agingdialog.ui:158
+#: cui/uiconfig/ui/agingdialog.ui:160
msgctxt "agingdialog|label2"
msgid "Aging degree:"
msgstr "የ እርጅና ደረጃ:"
#. 6FVBe
-#: cui/uiconfig/ui/agingdialog.ui:182
+#: cui/uiconfig/ui/agingdialog.ui:184
msgctxt "agingdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
+#. pciJf
+#: cui/uiconfig/ui/agingdialog.ui:209
+msgctxt "agingdialog|extended_tip|AgingDialog"
+msgid "All pixels are set to their gray values, and then the green and blue color channels are reduced by the amount you specify. The red color channel is not changed."
+msgstr ""
+
#. nxZTH
-#: cui/uiconfig/ui/applyautofmtpage.ui:47
+#: cui/uiconfig/ui/applyautofmtpage.ui:53
msgctxt "applyautofmtpage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
+#. AYYCs
+#: cui/uiconfig/ui/applyautofmtpage.ui:62
+msgctxt "applyautofmtpage|extended_tip|edit"
+msgid "Modifies the selected AutoCorrect option."
+msgstr "የ ተመረጠውን በራሱ አራሚ ምርጫ ማሻሻያ"
+
#. sYxng
-#: cui/uiconfig/ui/applyautofmtpage.ui:65
+#: cui/uiconfig/ui/applyautofmtpage.ui:76
msgctxt "applyautofmtpage|label1"
msgid "[M]: Replace while modifying existing text"
msgstr "[M]: የ ነበረውን ጽሁፍ በሚያሻሽሉ ጊዜ መቀየሪያ"
#. FtXg9
-#: cui/uiconfig/ui/applyautofmtpage.ui:77
+#: cui/uiconfig/ui/applyautofmtpage.ui:88
msgctxt "applyautofmtpage|label2"
msgid "[T]: AutoCorrect while typing"
msgstr "[T]: በራሱ አራሚ በሚጽፉ ጊዜ"
#. NujUD
-#: cui/uiconfig/ui/applyautofmtpage.ui:122
+#: cui/uiconfig/ui/applyautofmtpage.ui:133
msgctxt "applyautofmtpage|m"
msgid "[M]"
msgstr "[M]"
#. qanx6
-#: cui/uiconfig/ui/applyautofmtpage.ui:137
+#: cui/uiconfig/ui/applyautofmtpage.ui:155
msgctxt "applyautofmtpage|t"
msgid "[T]"
msgstr "[T]"
+#. 2tG6L
+#: cui/uiconfig/ui/applyautofmtpage.ui:202
+msgctxt "applyautofmtpage|extended_tip|ApplyAutoFmtPage"
+msgid "Select the options for automatically correcting errors as you type, and then click OK."
+msgstr "ይምረጡ ከ ምርጫዎች ውስጥ ለ ራሱ በራሱ ስህተት እንዲያርም እርስዎ በሚጽፉ ጊዜ እና ከዛ ይጫኑ እሺ "
+
#. EjG2g
-#: cui/uiconfig/ui/applylocalizedpage.ui:84
+#: cui/uiconfig/ui/applylocalizedpage.ui:90
msgctxt "applylocalizedpage|m"
msgid "[M]"
msgstr "[M]"
#. YUBPr
-#: cui/uiconfig/ui/applylocalizedpage.ui:99
+#: cui/uiconfig/ui/applylocalizedpage.ui:112
msgctxt "applylocalizedpage|t"
msgid "[T]"
msgstr "[T]"
+#. 9D3Vt
+#: cui/uiconfig/ui/applylocalizedpage.ui:137
+msgctxt "applylocalizedpage|extended_tip|list"
+msgid "Select to apply the replacements while you type [T], or when you modify existing text [M]."
+msgstr "እርስዎ በሚጽፉ ጊዜ እንዲያርም [ጽ]: ወይንም የ ነበረ ጽሁፍ በሚያሻሽሉ ጊዜ [ማ] "
+
+#. KM3Dj
+#: cui/uiconfig/ui/applylocalizedpage.ui:198
+msgctxt "applylocalizedpage|extended_tip|checklist"
+msgid "Select to apply the replacements while you type [T], or when you modify existing text [M]."
+msgstr "እርስዎ በሚጽፉ ጊዜ እንዲያርም [ጽ]: ወይንም የ ነበረ ጽሁፍ በሚያሻሽሉ ጊዜ [ማ] "
+
#. srHxL
-#: cui/uiconfig/ui/applylocalizedpage.ui:218
+#: cui/uiconfig/ui/applylocalizedpage.ui:241
msgctxt "applylocalizedpage|singlereplace"
msgid "Repla_ce"
msgstr "መተ_ኪያ"
+#. ybjKY
+#: cui/uiconfig/ui/applylocalizedpage.ui:250
+msgctxt "applylocalizedpage|extended_tip|singlereplace"
+msgid "Automatically replaces the default system symbol for the given type of quotation marks with the special character that you specify."
+msgstr "ራሱ በራሱ መቀየሪያ ነባር የ ስርአት ምልክቶችን ወደ ነጠላ የ ጥቅስ ምልክት በ ተለየ ባህሪ እርስዎ በሚወስኑት "
+
#. EQrEN
-#: cui/uiconfig/ui/applylocalizedpage.ui:237
+#: cui/uiconfig/ui/applylocalizedpage.ui:265
msgctxt "applylocalizedpage|startquoteft"
msgid "_Start quote:"
msgstr "ጥቅስ _መጀመሪያ:"
#. ASq8L
-#: cui/uiconfig/ui/applylocalizedpage.ui:260
+#: cui/uiconfig/ui/applylocalizedpage.ui:288
msgctxt "applylocalizedpage|startsingle-atkobject"
msgid "Start quote of single quotes"
msgstr "የነጠላ ጥቅሶች ጥቅስ መጀመሪያ"
+#. ZSG3R
+#: cui/uiconfig/ui/applylocalizedpage.ui:289
+msgctxt "applylocalizedpage|extended_tip|startsingle"
+msgid "Select the special character that will automatically replace the current opening quotation mark in your document when you choose Tools - AutoCorrect - Apply."
+msgstr "ይምረጡ የ ተለዩ ባህሪዎች ራሱ በራሱ መቀየሪያ የ አሁኑን የ ተከፈተውን የ ጥቅስ ምልክት በ እርስዎ ሰነድ ውስጥ እርስዎ ሲመርጡ መሳሪያዎች - በራሱ አራሚ - መፈጸሚያ "
+
#. FFEVA
-#: cui/uiconfig/ui/applylocalizedpage.ui:273
+#: cui/uiconfig/ui/applylocalizedpage.ui:302
msgctxt "applylocalizedpage|singlestartex"
msgid "Default"
msgstr "ነባር"
#. RindW
-#: cui/uiconfig/ui/applylocalizedpage.ui:289
+#: cui/uiconfig/ui/applylocalizedpage.ui:318
msgctxt "applylocalizedpage|defaultsingle"
msgid "_Default"
msgstr "_ነባር"
#. QY58F
-#: cui/uiconfig/ui/applylocalizedpage.ui:297
+#: cui/uiconfig/ui/applylocalizedpage.ui:326
msgctxt "applylocalizedpage|defaultsingle-atkobject"
msgid "Single quotes default"
msgstr "ነባር የነጠላ ጥቅሶች"
+#. nHhRe
+#: cui/uiconfig/ui/applylocalizedpage.ui:327
+msgctxt "applylocalizedpage|extended_tip|defaultsingle"
+msgid "Resets the quotation marks to the default symbols."
+msgstr "የ ጥቅስ ምልክት ወደ ነባር ምልክት እንደ ነበር መመለሻ "
+
#. GRDaT
-#: cui/uiconfig/ui/applylocalizedpage.ui:311
+#: cui/uiconfig/ui/applylocalizedpage.ui:341
msgctxt "applylocalizedpage|endquoteft"
msgid "_End quote:"
msgstr "ጥቅስ _መጨረሻ:"
#. Am27U
-#: cui/uiconfig/ui/applylocalizedpage.ui:334
+#: cui/uiconfig/ui/applylocalizedpage.ui:364
msgctxt "applylocalizedpage|endsingle-atkobject"
msgid "End quote of single quotes"
msgstr "የ ነጠላ ጥቅሶች ጥቅስ መጨረሻ"
+#. CHEww
+#: cui/uiconfig/ui/applylocalizedpage.ui:365
+msgctxt "applylocalizedpage|extended_tip|endsingle"
+msgid "Select the special character that will automatically replace the current closing quotation mark in your document when you choose Tools - AutoCorrect - Apply."
+msgstr " ይምረጡ የ ተለዩ ባህሪዎች ራሱ በራሱ መቀየሪያ የ አሁኑን የ ተከፈተውን የ ጥቅስ ምልክት በ እርስዎ ሰነድ ውስጥ እርስዎ ሲመርጡ አቀራረብ - በራሱ አቀራረብ - መፈጸሚያ "
+
#. M4BCQ
-#: cui/uiconfig/ui/applylocalizedpage.ui:347
+#: cui/uiconfig/ui/applylocalizedpage.ui:378
msgctxt "applylocalizedpage|singleendex"
msgid "Default"
msgstr "ነባር"
#. VBKmS
-#: cui/uiconfig/ui/applylocalizedpage.ui:372
+#: cui/uiconfig/ui/applylocalizedpage.ui:403
msgctxt "applylocalizedpage|label1"
msgid "Single Quotes"
msgstr "ነጠላ ጥቅሶች"
#. Kadoe
-#: cui/uiconfig/ui/applylocalizedpage.ui:403
+#: cui/uiconfig/ui/applylocalizedpage.ui:434
msgctxt "applylocalizedpage|doublereplace"
msgid "Repla_ce"
msgstr "መተ_ኪያ"
+#. AADNo
+#: cui/uiconfig/ui/applylocalizedpage.ui:443
+msgctxt "applylocalizedpage|extended_tip|doublereplace"
+msgid "Automatically replaces the default system symbol for the given type of quotation marks with the special character that you specify."
+msgstr "ራሱ በራሱ መቀየሪያ ነባር የ ስርአት ምልክቶችን ወደ ነጠላ የ ጥቅስ ምልክት በ ተለየ ባህሪ እርስዎ በሚወስኑት "
+
#. MAW53
-#: cui/uiconfig/ui/applylocalizedpage.ui:422
+#: cui/uiconfig/ui/applylocalizedpage.ui:458
msgctxt "applylocalizedpage|label6"
msgid "_Start quote:"
msgstr "የ ጥቅስ _መጀመሪያ:"
#. BEFQi
-#: cui/uiconfig/ui/applylocalizedpage.ui:445
+#: cui/uiconfig/ui/applylocalizedpage.ui:481
msgctxt "applylocalizedpage|startdouble-atkobject"
msgid "Start quote of double quotes"
msgstr "የድርብ ጥቅሶች ጥቅስ መጀመሪያ"
+#. XDtCo
+#: cui/uiconfig/ui/applylocalizedpage.ui:482
+msgctxt "applylocalizedpage|extended_tip|startdouble"
+msgid "Select the special character that will automatically replace the current opening quotation mark in your document when you choose Tools - AutoCorrect - Apply."
+msgstr "ይምረጡ የ ተለዩ ባህሪዎች ራሱ በራሱ መቀየሪያ የ አሁኑን የ ተከፈተውን የ ጥቅስ ምልክት በ እርስዎ ሰነድ ውስጥ እርስዎ ሲመርጡ መሳሪያዎች - በራሱ አራሚ - መፈጸሚያ "
+
#. oqBJC
-#: cui/uiconfig/ui/applylocalizedpage.ui:458
+#: cui/uiconfig/ui/applylocalizedpage.ui:495
msgctxt "applylocalizedpage|doublestartex"
msgid "Default"
msgstr "ነባር"
#. F7yr9
-#: cui/uiconfig/ui/applylocalizedpage.ui:474
+#: cui/uiconfig/ui/applylocalizedpage.ui:511
msgctxt "applylocalizedpage|defaultdouble"
msgid "_Default"
msgstr "_ነባር"
#. KFTqi
-#: cui/uiconfig/ui/applylocalizedpage.ui:482
+#: cui/uiconfig/ui/applylocalizedpage.ui:519
msgctxt "applylocalizedpage|defaultdouble-atkobject"
msgid "Double quotes default"
msgstr "ነባር ድርብ ጥቅሶች"
+#. 8oRQv
+#: cui/uiconfig/ui/applylocalizedpage.ui:520
+msgctxt "applylocalizedpage|extended_tip|defaultdouble"
+msgid "Resets the quotation marks to the default symbols."
+msgstr "የ ጥቅስ ምልክት ወደ ነባር ምልክት እንደ ነበር መመለሻ "
+
#. cDwwK
-#: cui/uiconfig/ui/applylocalizedpage.ui:496
+#: cui/uiconfig/ui/applylocalizedpage.ui:534
msgctxt "applylocalizedpage|label8"
msgid "_End quote:"
msgstr "የ ጥቅስ _መጨረሻ:"
#. 85hDi
-#: cui/uiconfig/ui/applylocalizedpage.ui:519
+#: cui/uiconfig/ui/applylocalizedpage.ui:557
msgctxt "applylocalizedpage|enddouble-atkobject"
msgid "End quote of double quotes"
msgstr "የ ድርብ ጥቅሶች ጥቅስ መጨረሻ"
+#. AurnH
+#: cui/uiconfig/ui/applylocalizedpage.ui:558
+msgctxt "applylocalizedpage|extended_tip|enddouble"
+msgid "Select the special character that will automatically replace the current closing quotation mark in your document when you choose Tools - AutoCorrect - Apply."
+msgstr " ይምረጡ የ ተለዩ ባህሪዎች ራሱ በራሱ መቀየሪያ የ አሁኑን የ ተከፈተውን የ ጥቅስ ምልክት በ እርስዎ ሰነድ ውስጥ እርስዎ ሲመርጡ አቀራረብ - በራሱ አቀራረብ - መፈጸሚያ "
+
#. FBndB
-#: cui/uiconfig/ui/applylocalizedpage.ui:532
+#: cui/uiconfig/ui/applylocalizedpage.ui:571
msgctxt "applylocalizedpage|doubleendex"
msgid "Default"
msgstr "ነባር"
#. BDqUY
-#: cui/uiconfig/ui/applylocalizedpage.ui:557
+#: cui/uiconfig/ui/applylocalizedpage.ui:596
msgctxt "applylocalizedpage|label10"
msgid "Double Quotes"
msgstr "ድርብ ጥቅሶች"
+#. WaGoG
+#: cui/uiconfig/ui/applylocalizedpage.ui:623
+msgctxt "applylocalizedpage|extended_tip|ApplyLocalizedPage"
+msgid "Specify the AutoCorrect options for quotation marks and for options that are specific to the language of the text."
+msgstr "መወሰኛ የ በራሱ አራሚ ምርጫ ለ ትምህርተ ጥቅስ ምልክቶች እና ለ ተወሰነ ምርጫ ለ ጽሁፉ ቋንቋ "
+
#. BXzDP
#: cui/uiconfig/ui/areadialog.ui:8
msgctxt "areadialog|AreaDialog"
@@ -4486,23 +5023,29 @@ msgid "Area"
msgstr "ቦታ"
#. eVAJs
-#: cui/uiconfig/ui/areadialog.ui:137
+#: cui/uiconfig/ui/areadialog.ui:134
msgctxt "areadialog|RID_SVXPAGE_AREA"
msgid "Area"
msgstr "ቦታ"
#. GvZjP
-#: cui/uiconfig/ui/areadialog.ui:183
+#: cui/uiconfig/ui/areadialog.ui:180
msgctxt "areadialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
msgstr "ጥላ"
#. 4XRBr
-#: cui/uiconfig/ui/areadialog.ui:230
+#: cui/uiconfig/ui/areadialog.ui:227
msgctxt "areadialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
msgstr "ግልጽነት"
+#. mqtAE
+#: cui/uiconfig/ui/areadialog.ui:254
+msgctxt "areadialog|extended_tip|AreaDialog"
+msgid "Sets the fill properties of the selected drawing object."
+msgstr "ለ ተመረጠው የ መሳያ እቃ የ መሙያ ባህሪዎች ማሰናጃ "
+
#. as89H
#: cui/uiconfig/ui/areatabpage.ui:33
msgctxt "areatabpage|tablelb"
@@ -4521,42 +5064,90 @@ msgctxt "areatabpage|tablelb"
msgid "Table"
msgstr "ሰንጠረዥ"
+#. WxC4H
+#: cui/uiconfig/ui/areatabpage.ui:39
+msgctxt "areatabpage|extended_tip|tablelb"
+msgid "Set the fill options for the selected drawing object or document element."
+msgstr ""
+
#. 2kC9i
-#: cui/uiconfig/ui/areatabpage.ui:46
+#: cui/uiconfig/ui/areatabpage.ui:51
msgctxt "areatabpage|btnnone"
msgid "None"
msgstr "ምንም"
+#. kTpV7
+#: cui/uiconfig/ui/areatabpage.ui:57
+msgctxt "areatabpage|extended_tip|btnnone"
+msgid "Do not fill the selected object."
+msgstr "የ ተመረጠውን እቃ አትሙላ "
+
#. AiEuM
-#: cui/uiconfig/ui/areatabpage.ui:59
+#: cui/uiconfig/ui/areatabpage.ui:69
msgctxt "areatabpage|btncolor"
msgid "Color"
msgstr "ቀለም"
+#. rAxau
+#: cui/uiconfig/ui/areatabpage.ui:75
+msgctxt "areatabpage|extended_tip|btncolor"
+msgid "Fills the object with a gradient selected on this page."
+msgstr "እቃውን እዚህ ገጽ ላይ በ ተመረጠው ከፍታ መሙያ "
+
#. zXDcA
-#: cui/uiconfig/ui/areatabpage.ui:72
+#: cui/uiconfig/ui/areatabpage.ui:87
msgctxt "areatabpage|btngradient"
msgid "Gradient"
msgstr "ከፍታ"
+#. AGYbc
+#: cui/uiconfig/ui/areatabpage.ui:93
+msgctxt "areatabpage|extended_tip|btngradient"
+msgid "Fills the object with a gradient selected on this page."
+msgstr "እቃውን እዚህ ገጽ ላይ በ ተመረጠው ከፍታ መሙያ "
+
#. MDHs7
-#: cui/uiconfig/ui/areatabpage.ui:85
+#: cui/uiconfig/ui/areatabpage.ui:105
msgctxt "areatabpage|btnbitmap"
msgid "Bitmap"
msgstr "ቢትማፕ"
+#. ACAkd
+#: cui/uiconfig/ui/areatabpage.ui:111
+msgctxt "areatabpage|extended_tip|btnbitmap"
+msgid "Fills the object with a hatching pattern selected on this page."
+msgstr ""
+
#. 9q7GD
-#: cui/uiconfig/ui/areatabpage.ui:98
+#: cui/uiconfig/ui/areatabpage.ui:123
msgctxt "areatabpage|btnpattern"
msgid "Pattern"
msgstr "ንድፍ"
+#. TyREt
+#: cui/uiconfig/ui/areatabpage.ui:129
+msgctxt "areatabpage|extended_tip|btnpattern"
+msgid "Fills the object with a hatching pattern selected on this page."
+msgstr ""
+
#. 5y6vj
-#: cui/uiconfig/ui/areatabpage.ui:111
+#: cui/uiconfig/ui/areatabpage.ui:141
msgctxt "areatabpage|btnhatch"
msgid "Hatch"
msgstr "በርካታ መስመር"
+#. irCyE
+#: cui/uiconfig/ui/areatabpage.ui:147
+msgctxt "areatabpage|extended_tip|btnhatch"
+msgid "Fills the object with a hatching pattern selected on this page."
+msgstr ""
+
+#. TFDzi
+#: cui/uiconfig/ui/areatabpage.ui:201
+msgctxt "areatabpage|extended_tip|AreaTabPage"
+msgid "Set the fill options for the selected drawing object or document element."
+msgstr ""
+
#. GSXcM
#: cui/uiconfig/ui/asiantypography.ui:25
msgctxt "asiantypography|checkForbidList"
@@ -4599,50 +5190,74 @@ msgctxt "autocorrectdialog|AutoCorrectDialog"
msgid "AutoCorrect"
msgstr "በራሱ አራሚ"
+#. LSGYn
+#: cui/uiconfig/ui/autocorrectdialog.ui:31
+msgctxt "autocorrectdialog|extended_tip|reset"
+msgid "Resets modified values back to the tab page previous values."
+msgstr "የ ተሻሻሉትን ዋጋዎች እንደ ነበር መመለሻ ወደ tab ገጽ ወደ ነባር ዋጋቸው "
+
+#. PbHCG
+#: cui/uiconfig/ui/autocorrectdialog.ui:52
+msgctxt "autocorrectdialog|extended_tip|ok"
+msgid "Saves all changes and closes dialog."
+msgstr "ለውጦቹን ማስቀመጫ እና ንግግሩን መዝጊያ "
+
+#. Qqmqp
+#: cui/uiconfig/ui/autocorrectdialog.ui:71
+msgctxt "autocorrectdialog|extended_tip|cancel"
+msgid "Closes dialog and discards all changes."
+msgstr "ንግግሩን መዝጊያ እና ለውጦቹን ማስወገጃ "
+
#. HBfWE
-#: cui/uiconfig/ui/autocorrectdialog.ui:108
+#: cui/uiconfig/ui/autocorrectdialog.ui:120
msgctxt "autocorrectdialog|label1"
msgid "Replacements and exceptions for language:"
msgstr "ለ ቋንቋዎች መቀየሪያ እና የተለዩ ሁኔታዎች:"
+#. uThXE
+#: cui/uiconfig/ui/autocorrectdialog.ui:137
+msgctxt "autocorrectdialog|extended_tip|lang"
+msgid "Select the language for which you want to create or edit the replacement rules."
+msgstr "ቋንቋ ይምረጡ እርስዎ መፍጠር ወይንም ማረም ለሚፈልጉት መቀየሪያ ደንቦች "
+
#. Qpig7
-#: cui/uiconfig/ui/autocorrectdialog.ui:181
+#: cui/uiconfig/ui/autocorrectdialog.ui:198
msgctxt "autocorrectdialog|replace"
msgid "Replace"
msgstr "መቀየሪያ"
#. gFjcV
-#: cui/uiconfig/ui/autocorrectdialog.ui:227
+#: cui/uiconfig/ui/autocorrectdialog.ui:244
msgctxt "autocorrectdialog|exceptions"
msgid "Exceptions"
msgstr "የተለዩ"
#. FCFAS
-#: cui/uiconfig/ui/autocorrectdialog.ui:274
+#: cui/uiconfig/ui/autocorrectdialog.ui:291
msgctxt "autocorrectdialog|options"
msgid "Options"
msgstr "ምርጫዎች"
#. PgrDz
-#: cui/uiconfig/ui/autocorrectdialog.ui:321
+#: cui/uiconfig/ui/autocorrectdialog.ui:338
msgctxt "autocorrectdialog|apply"
msgid "Options"
msgstr "ምርጫዎች"
#. TCyBg
-#: cui/uiconfig/ui/autocorrectdialog.ui:368
+#: cui/uiconfig/ui/autocorrectdialog.ui:385
msgctxt "autocorrectdialog|localized"
msgid "Localized Options"
msgstr "የተወሰኑ ምርጫዎች"
#. G4rrm
-#: cui/uiconfig/ui/autocorrectdialog.ui:415
+#: cui/uiconfig/ui/autocorrectdialog.ui:432
msgctxt "autocorrectdialog|wordcompletion"
msgid "Word Completion"
msgstr "ቃላት አጨራረስ"
#. 2HJ6n
-#: cui/uiconfig/ui/autocorrectdialog.ui:462
+#: cui/uiconfig/ui/autocorrectdialog.ui:479
msgctxt "autocorrectdialog|smarttags"
msgid "Smart Tags"
msgstr "Smart Tags"
@@ -4654,257 +5269,311 @@ msgid "Edit Links"
msgstr "አገናኞች ማረሚያ"
#. siGFm
-#: cui/uiconfig/ui/baselinksdialog.ui:56
+#: cui/uiconfig/ui/baselinksdialog.ui:53
msgctxt "baselinksdialog|CHANGE_SOURCE"
msgid "_Modify..."
msgstr "_ማሻሻያ..."
+#. BhCKm
+#: cui/uiconfig/ui/baselinksdialog.ui:60
+msgctxt "baselinksdialog|extended_tip|CHANGE_SOURCE"
+msgid "Change the source file for the selected link."
+msgstr "የ ተመረጠውን አገናኝ ፋይል ምንጭ መቀየሪያ"
+
#. RDZHa
-#: cui/uiconfig/ui/baselinksdialog.ui:70
+#: cui/uiconfig/ui/baselinksdialog.ui:72
msgctxt "baselinksdialog|BREAK_LINK"
msgid "_Break Link"
msgstr "አገናኝ _መጨረሻ"
+#. EXexA
+#: cui/uiconfig/ui/baselinksdialog.ui:79
+msgctxt "baselinksdialog|extended_tip|BREAK_LINK"
+msgid "Breaks the link between the source file and the current document. The most recently updated contents of the source file are kept in the current document."
+msgstr "አገናኝ መስበሪያ በ ፋይሉ ምንጭ እና በ አሁኑ ሰነድ መካከል ያለውን: በ ቅርብ ጊዜ የ ተሻሻሉ የ ፋይል ምንጭ ይዞታዎች ይቀመጣሉ በ አሁኑ ሰነድ ውስጥ "
+
#. SEEGs
-#: cui/uiconfig/ui/baselinksdialog.ui:84
+#: cui/uiconfig/ui/baselinksdialog.ui:91
msgctxt "baselinksdialog|UPDATE_NOW"
msgid "_Update"
msgstr "_ማሻሻያ"
+#. BmGAY
+#: cui/uiconfig/ui/baselinksdialog.ui:98
+msgctxt "baselinksdialog|extended_tip|UPDATE_NOW"
+msgid "Updates the selected link so that the most recently saved version of the linked file is displayed in the current document."
+msgstr "የ ተመረጠውን አገናኝ ማሻሻያ በ ቅርብ የ ተቀመጠው እትም አገናኝ ፋይል ይታያል በ አሁኑ ሰነድ ውስጥ "
+
#. A6Mz4
-#: cui/uiconfig/ui/baselinksdialog.ui:159
+#: cui/uiconfig/ui/baselinksdialog.ui:171
msgctxt "baselinksdialog|FILES"
msgid "Source file"
msgstr "የ ፋይሉ ምንጭ"
#. MJb22
-#: cui/uiconfig/ui/baselinksdialog.ui:172
+#: cui/uiconfig/ui/baselinksdialog.ui:184
msgctxt "baselinksdialog|LINKS"
msgid "Element"
msgstr "አካል"
#. 5Hr79
-#: cui/uiconfig/ui/baselinksdialog.ui:185
+#: cui/uiconfig/ui/baselinksdialog.ui:197
msgctxt "baselinksdialog|TYPE"
msgid "Type"
msgstr "አይነት"
#. rnFJV
-#: cui/uiconfig/ui/baselinksdialog.ui:198
+#: cui/uiconfig/ui/baselinksdialog.ui:210
msgctxt "baselinksdialog|STATUS"
msgid "Status"
msgstr "ሁኔታው"
+#. 7k36Q
+#: cui/uiconfig/ui/baselinksdialog.ui:221
+msgctxt "baselinksdialog|extended_tip|TB_LINKS"
+msgid "Double-click a link in the list to open a file dialog where you can select another object for this link."
+msgstr "ሁለት ጊዜ-ይጫኑ በ አገናኝ ላይ ከ ዝርዝር ውስጥ የ ፋይል ንግግር ለ መክፈት እርስዎ ሌላ እቃ መምረጥ የሚችሉበት ለዚህ አገናኝ"
+
#. VUouK
-#: cui/uiconfig/ui/baselinksdialog.ui:234
+#: cui/uiconfig/ui/baselinksdialog.ui:251
msgctxt "baselinksdialog|FILES2"
msgid "Source file"
msgstr "የ ፋይሉ ምንጭ"
#. ZukQV
-#: cui/uiconfig/ui/baselinksdialog.ui:248
+#: cui/uiconfig/ui/baselinksdialog.ui:265
msgctxt "baselinksdialog|SOURCE2"
msgid "Element:"
msgstr "አካል:"
#. jg4VW
-#: cui/uiconfig/ui/baselinksdialog.ui:260
+#: cui/uiconfig/ui/baselinksdialog.ui:277
msgctxt "baselinksdialog|TYPE2"
msgid "Type:"
msgstr "አይነት:"
#. BPXPn
-#: cui/uiconfig/ui/baselinksdialog.ui:272
+#: cui/uiconfig/ui/baselinksdialog.ui:289
msgctxt "baselinksdialog|UPDATE"
msgid "Update:"
msgstr "ማሻሻያ:"
#. NpTPK
-#: cui/uiconfig/ui/baselinksdialog.ui:337
+#: cui/uiconfig/ui/baselinksdialog.ui:354
msgctxt "baselinksdialog|AUTOMATIC"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
+#. wkpVe
+#: cui/uiconfig/ui/baselinksdialog.ui:364
+msgctxt "baselinksdialog|extended_tip|AUTOMATIC"
+msgid "Automatically updates the contents of the link when you open the file. Any changes made in the source file are then displayed in the file containing the link. Linked graphic files can only be updated manually."
+msgstr "ራሱ በራሱ የ አገናኝ ይዞታዎችን ማሻሻያ እርስዎ ፋይል በሚከፍቱ ጊዜ: ማንኛውም ለውጥ በ ፋይሉ ምንጭ ውስጥ የተደረገ ይታያል ፋይሉን በያዘው አገናኝ ውስጥ: የ ተገናኙ የ ንድፍ ፋይሎች ማሻሻል የሚቻለው በ እጅ ነው "
+
#. GzGG5
-#: cui/uiconfig/ui/baselinksdialog.ui:353
+#: cui/uiconfig/ui/baselinksdialog.ui:375
msgctxt "baselinksdialog|MANUAL"
msgid "Ma_nual"
msgstr "በእጅ_የሚሰራ"
+#. x8SG6
+#: cui/uiconfig/ui/baselinksdialog.ui:385
+msgctxt "baselinksdialog|extended_tip|MANUAL"
+msgid "Only updates the link when you click the Update button."
+msgstr ""
+
+#. D2J77
+#: cui/uiconfig/ui/baselinksdialog.ui:425
+msgctxt "baselinksdialog|extended_tip|BaseLinksDialog"
+msgid "Lets you edit the properties of each link in the current document, including the path to the source file. This command is not available if the current document does not contain links to other files."
+msgstr ""
+
#. D264D
#: cui/uiconfig/ui/bitmaptabpage.ui:66
msgctxt "bitmaptabpage|BTN_IMPORT"
msgid "Add / Import"
msgstr "መጨመሪያ / ማምጫ"
+#. DwGRp
+#: cui/uiconfig/ui/bitmaptabpage.ui:72
+msgctxt "bitmaptabpage|extended_tip|BTN_IMPORT"
+msgid "Locate the bitmap that you want to import, and then click Open. The bitmap is added to the end of the list of available bitmaps."
+msgstr "እርስዎ ማምጣት የሚፈልጉትን bitmap ፋልገው ያግኙ: እና ከዛ ይጫኑ መክፈቻ የ እርስዎ ቢትማፕስ ይጨመራል ከ መጨረሻ በኩል ዝግጁ ከሆኑ ቢትማፕስ ጋር "
+
#. UYRCn
-#: cui/uiconfig/ui/bitmaptabpage.ui:85
+#: cui/uiconfig/ui/bitmaptabpage.ui:90
msgctxt "bitmaptabpage|label1"
msgid "Bitmap"
msgstr "ቢትማፕ"
#. CFtG8
-#: cui/uiconfig/ui/bitmaptabpage.ui:133
+#: cui/uiconfig/ui/bitmaptabpage.ui:138
msgctxt "bitmaptabpage|label3"
msgid "Style:"
msgstr "ዘዴ:"
#. 875YL
-#: cui/uiconfig/ui/bitmaptabpage.ui:149
+#: cui/uiconfig/ui/bitmaptabpage.ui:154
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Custom position/size"
msgstr "ቦታ/መጠን ማስተካከያ"
#. exzsR
-#: cui/uiconfig/ui/bitmaptabpage.ui:150
+#: cui/uiconfig/ui/bitmaptabpage.ui:155
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Tiled"
msgstr "መደርደሪያ"
#. tksrC
-#: cui/uiconfig/ui/bitmaptabpage.ui:151
+#: cui/uiconfig/ui/bitmaptabpage.ui:156
msgctxt "bitmaptabpage|bitmapstyle"
msgid "Stretched"
msgstr "የ ተስፋፋ"
#. dHVHq
-#: cui/uiconfig/ui/bitmaptabpage.ui:177
+#: cui/uiconfig/ui/bitmaptabpage.ui:182
msgctxt "bitmaptabpage|label4"
msgid "Size:"
msgstr "መጠን:"
#. qVMh8
-#: cui/uiconfig/ui/bitmaptabpage.ui:195
+#: cui/uiconfig/ui/bitmaptabpage.ui:200
msgctxt "bitmaptabpage|label5"
msgid "Width:"
msgstr "ስፋት:"
#. CQHCj
-#: cui/uiconfig/ui/bitmaptabpage.ui:233
+#: cui/uiconfig/ui/bitmaptabpage.ui:238
msgctxt "bitmaptabpage|label6"
msgid "Height:"
msgstr "እርዝመት:"
#. D7XC6
-#: cui/uiconfig/ui/bitmaptabpage.ui:264
+#: cui/uiconfig/ui/bitmaptabpage.ui:269
msgctxt "bitmaptabpage|scaletsb"
msgid "Scale"
msgstr "መለኪያ"
#. r9QEy
-#: cui/uiconfig/ui/bitmaptabpage.ui:295
+#: cui/uiconfig/ui/bitmaptabpage.ui:300
msgctxt "bitmaptabpage|label7"
msgid "Position:"
msgstr "ቦታ:"
#. qqHXj
-#: cui/uiconfig/ui/bitmaptabpage.ui:311
+#: cui/uiconfig/ui/bitmaptabpage.ui:316
msgctxt "bitmaptabpage|positionlb"
msgid "Top Left"
msgstr "ከ ላይ በ ግራ"
#. SuAZu
-#: cui/uiconfig/ui/bitmaptabpage.ui:312
+#: cui/uiconfig/ui/bitmaptabpage.ui:317
msgctxt "bitmaptabpage|positionlb"
msgid "Top Center"
msgstr "ከ ላይ መሀከል"
#. CiwFK
-#: cui/uiconfig/ui/bitmaptabpage.ui:313
+#: cui/uiconfig/ui/bitmaptabpage.ui:318
msgctxt "bitmaptabpage|positionlb"
msgid "Top Right"
msgstr "ከ ላይ በ ቀኝ"
#. gB3qr
-#: cui/uiconfig/ui/bitmaptabpage.ui:314
+#: cui/uiconfig/ui/bitmaptabpage.ui:319
msgctxt "bitmaptabpage|positionlb"
msgid "Center Left"
msgstr "መሀከል በ ግራ"
#. 6nG4k
-#: cui/uiconfig/ui/bitmaptabpage.ui:315
+#: cui/uiconfig/ui/bitmaptabpage.ui:320
msgctxt "bitmaptabpage|positionlb"
msgid "Center"
msgstr "መሀከል"
#. 5uwBi
-#: cui/uiconfig/ui/bitmaptabpage.ui:316
+#: cui/uiconfig/ui/bitmaptabpage.ui:321
msgctxt "bitmaptabpage|positionlb"
msgid "Center Right"
msgstr "መሀከል በ ቀኝ"
#. 9bWMT
-#: cui/uiconfig/ui/bitmaptabpage.ui:317
+#: cui/uiconfig/ui/bitmaptabpage.ui:322
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Left"
msgstr "ከ ታች በ ግራ"
#. BFD9u
-#: cui/uiconfig/ui/bitmaptabpage.ui:318
+#: cui/uiconfig/ui/bitmaptabpage.ui:323
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Center"
msgstr "ከ ታች መሀከል"
#. TGk6s
-#: cui/uiconfig/ui/bitmaptabpage.ui:319
+#: cui/uiconfig/ui/bitmaptabpage.ui:324
msgctxt "bitmaptabpage|positionlb"
msgid "Bottom Right"
msgstr "ከ ታች በ ቀኝ"
#. s3kat
-#: cui/uiconfig/ui/bitmaptabpage.ui:345
+#: cui/uiconfig/ui/bitmaptabpage.ui:350
msgctxt "bitmaptabpage|label9"
msgid "Tiling Position:"
msgstr "መከመሪያ ቦታ:"
#. 9ddbX
-#: cui/uiconfig/ui/bitmaptabpage.ui:364
+#: cui/uiconfig/ui/bitmaptabpage.ui:369
msgctxt "bitmaptabpage|label10"
msgid "X-Offset:"
msgstr "X-ማካካሻ:"
#. C6HnD
-#: cui/uiconfig/ui/bitmaptabpage.ui:402
+#: cui/uiconfig/ui/bitmaptabpage.ui:407
msgctxt "bitmaptabpage|label11"
msgid "Y-Offset:"
msgstr "Y-ማካካሻ:"
#. oDXfi
-#: cui/uiconfig/ui/bitmaptabpage.ui:447
+#: cui/uiconfig/ui/bitmaptabpage.ui:452
msgctxt "bitmaptabpage|label15"
msgid "Tiling Offset:"
msgstr "መከመሪያ ማካካሻ:"
#. GEMsd
-#: cui/uiconfig/ui/bitmaptabpage.ui:470
+#: cui/uiconfig/ui/bitmaptabpage.ui:475
msgctxt "bitmaptabpage|tileofflb"
msgid "Row"
msgstr "ረድፍ"
#. NFEF6
-#: cui/uiconfig/ui/bitmaptabpage.ui:471
+#: cui/uiconfig/ui/bitmaptabpage.ui:476
msgctxt "bitmaptabpage|tileofflb"
msgid "Column"
msgstr "አምድ"
#. CAdor
-#: cui/uiconfig/ui/bitmaptabpage.ui:515
+#: cui/uiconfig/ui/bitmaptabpage.ui:520
msgctxt "bitmaptabpage|label2"
msgid "Options"
msgstr "ምርጫዎች"
#. EqVUn
-#: cui/uiconfig/ui/bitmaptabpage.ui:564
+#: cui/uiconfig/ui/bitmaptabpage.ui:569
msgctxt "bitmaptabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "ምሳሌ"
#. uFFCW
-#: cui/uiconfig/ui/bitmaptabpage.ui:586
+#: cui/uiconfig/ui/bitmaptabpage.ui:591
msgctxt "bitmaptabpage|label8"
msgid "Preview"
msgstr "ቅድመ እይታ"
+#. dqv5m
+#: cui/uiconfig/ui/bitmaptabpage.ui:607
+msgctxt "bitmaptabpage|extended_tip|BitmapTabPage"
+msgid "Select a bitmap that you want to use as a fill image, or add your own bitmap pattern."
+msgstr ""
+
#. AYRA3
#: cui/uiconfig/ui/borderareatransparencydialog.ui:8
msgctxt "borderareatransparencydialog|BorderAreaTransparencyDialog"
@@ -5085,20 +5754,38 @@ msgctxt "breaknumberoption|BreakNumberOption"
msgid "Hyphenation"
msgstr "ጭረት"
+#. kmYk5
+#: cui/uiconfig/ui/breaknumberoption.ui:94
+msgctxt "beforebreak"
+msgid "Sets the minimum number of characters of the word to be hyphenated that must remain at the end of the line."
+msgstr ""
+
#. 8Fp43
-#: cui/uiconfig/ui/breaknumberoption.ui:103
+#: cui/uiconfig/ui/breaknumberoption.ui:105
msgctxt "breaknumberoption|beforelabel"
msgid "Characters Before Break"
msgstr "ባህሪዎች ከ መጨረሻ በፊት"
+#. upKGC
+#: cui/uiconfig/ui/breaknumberoption.ui:138
+msgctxt "afterbreak"
+msgid "Specifies the minimum number of characters of a hyphenated word required at the next line."
+msgstr ""
+
#. p6cfZ
-#: cui/uiconfig/ui/breaknumberoption.ui:142
+#: cui/uiconfig/ui/breaknumberoption.ui:149
msgctxt "breaknumberoption|afterlabel"
msgid "Characters After Break"
msgstr "ባህሪዎች ከ መጨረሻ በኋላ"
+#. XN4Hs
+#: cui/uiconfig/ui/breaknumberoption.ui:182
+msgctxt "wordlength"
+msgid "Specifies the minimum number of characters required for automatic hyphenation to be applied."
+msgstr ""
+
#. sAo4B
-#: cui/uiconfig/ui/breaknumberoption.ui:181
+#: cui/uiconfig/ui/breaknumberoption.ui:193
msgctxt "breaknumberoption|minimallabel"
msgid "Minimal Word Length"
msgstr "አነስተኛ የ ቃላት እርዝመት"
@@ -5164,139 +5851,139 @@ msgid "Select image..."
msgstr ""
#. Cv7BZ
-#: cui/uiconfig/ui/bulletandposition.ui:371
+#: cui/uiconfig/ui/bulletandposition.ui:372
msgctxt "bulletandposition|colorft"
msgid "Color:"
msgstr ""
#. jxFmf
-#: cui/uiconfig/ui/bulletandposition.ui:415
+#: cui/uiconfig/ui/bulletandposition.ui:417
msgctxt "bulletandposition|label2"
msgid "Properties"
msgstr ""
#. CrtKB
-#: cui/uiconfig/ui/bulletandposition.ui:450
+#: cui/uiconfig/ui/bulletandposition.ui:452
msgctxt "bulletandposition|prefixft"
msgid "Before:"
msgstr ""
#. VhHma
-#: cui/uiconfig/ui/bulletandposition.ui:464
+#: cui/uiconfig/ui/bulletandposition.ui:466
msgctxt "bulletandposition|suffixft"
msgid "After:"
msgstr ""
#. GAS5v
-#: cui/uiconfig/ui/bulletandposition.ui:504
+#: cui/uiconfig/ui/bulletandposition.ui:506
msgctxt "bulletandposition|beforeafter"
msgid "Separator"
msgstr ""
#. KjiTB
-#: cui/uiconfig/ui/bulletandposition.ui:550
+#: cui/uiconfig/ui/bulletandposition.ui:552
msgctxt "bulletandposition|widthft"
msgid "Width:"
msgstr ""
#. AjgW8
-#: cui/uiconfig/ui/bulletandposition.ui:564
+#: cui/uiconfig/ui/bulletandposition.ui:566
msgctxt "bulletandposition|heightft"
msgid "Height:"
msgstr ""
#. vqDku
-#: cui/uiconfig/ui/bulletandposition.ui:624
+#: cui/uiconfig/ui/bulletandposition.ui:626
msgctxt "bulletandposition|relsize"
msgid "100"
msgstr ""
#. pGXFi
-#: cui/uiconfig/ui/bulletandposition.ui:637
+#: cui/uiconfig/ui/bulletandposition.ui:639
msgctxt "bulletandposition|relsizeft"
msgid "_Rel. size:"
msgstr ""
#. abzh8
-#: cui/uiconfig/ui/bulletandposition.ui:655
+#: cui/uiconfig/ui/bulletandposition.ui:657
msgctxt "bulletandposition|keepratio"
msgid "Keep ratio"
msgstr ""
#. EhFU7
-#: cui/uiconfig/ui/bulletandposition.ui:693
+#: cui/uiconfig/ui/bulletandposition.ui:695
msgctxt "bulletandposition|beforeafter"
msgid "Size"
msgstr ""
#. NoZdN
-#: cui/uiconfig/ui/bulletandposition.ui:728
+#: cui/uiconfig/ui/bulletandposition.ui:730
msgctxt "bulletandposition|indent"
msgid "Indent:"
msgstr ""
#. mW5ef
-#: cui/uiconfig/ui/bulletandposition.ui:742
+#: cui/uiconfig/ui/bulletandposition.ui:744
msgctxt "bulletandposition|numberingwidth"
msgid "Width:"
msgstr ""
#. SDhv3
-#: cui/uiconfig/ui/bulletandposition.ui:757
+#: cui/uiconfig/ui/bulletandposition.ui:759
msgctxt "bulletandposition|indentmf"
msgid "0,00"
msgstr ""
#. eeDkR
-#: cui/uiconfig/ui/bulletandposition.ui:771
+#: cui/uiconfig/ui/bulletandposition.ui:773
msgctxt "bulletandposition|numberingwidthmf"
msgid "0,00"
msgstr ""
#. CRdNb
-#: cui/uiconfig/ui/bulletandposition.ui:782
+#: cui/uiconfig/ui/bulletandposition.ui:784
msgctxt "bulletandposition|relative"
msgid "Relati_ve"
msgstr ""
#. FhAfv
-#: cui/uiconfig/ui/bulletandposition.ui:849
+#: cui/uiconfig/ui/bulletandposition.ui:851
msgctxt "bulletandposition|ALlabel"
msgid "Alignment:"
msgstr ""
#. BfBBW
-#: cui/uiconfig/ui/bulletandposition.ui:868
+#: cui/uiconfig/ui/bulletandposition.ui:870
msgctxt "bulletandposition|position"
msgid "Position"
msgstr ""
#. MSmfX
-#: cui/uiconfig/ui/bulletandposition.ui:901
+#: cui/uiconfig/ui/bulletandposition.ui:903
msgctxt "bulletandposition|sliderb"
msgid "Slide"
msgstr ""
#. dBWa8
-#: cui/uiconfig/ui/bulletandposition.ui:916
+#: cui/uiconfig/ui/bulletandposition.ui:918
msgctxt "bulletandposition|selectionrb"
msgid "Selection"
msgstr ""
#. ATaHy
-#: cui/uiconfig/ui/bulletandposition.ui:932
+#: cui/uiconfig/ui/bulletandposition.ui:934
msgctxt "bulletandposition|applytomaster"
msgid "Apply to Master"
msgstr ""
#. DiEaB
-#: cui/uiconfig/ui/bulletandposition.ui:952
+#: cui/uiconfig/ui/bulletandposition.ui:954
msgctxt "bulletandposition|scopelb"
msgid "Scope"
msgstr ""
#. GHYEV
-#: cui/uiconfig/ui/bulletandposition.ui:1009
+#: cui/uiconfig/ui/bulletandposition.ui:1011
msgctxt "bulletandposition|label"
msgid "Preview"
msgstr ""
@@ -5325,126 +6012,174 @@ msgctxt "calloutdialog|RID_SVXPAGE_CAPTION"
msgid "Callout"
msgstr "መጥሪያ"
+#. VmG2i
+#: cui/uiconfig/ui/calloutpage.ui:35
+msgctxt "calloutpage|extended_tip|valueset"
+msgid "Click the Callout style that you want to apply to the selected callout."
+msgstr "ይጫኑ የ መጥሪያ ዘዴ ለ ተመረጠው መጥሪያ መፈጸም የሚፈልጉትን"
+
#. cAZqx
-#: cui/uiconfig/ui/calloutpage.ui:59
+#: cui/uiconfig/ui/calloutpage.ui:64
msgctxt "calloutpage|label2"
msgid "_Extension:"
msgstr "_ተጨማሪ:"
#. vfBPx
-#: cui/uiconfig/ui/calloutpage.ui:74
+#: cui/uiconfig/ui/calloutpage.ui:79
msgctxt "calloutpage|liststore1"
msgid "Optimal"
msgstr "አጥጋቢ"
#. HjpWL
-#: cui/uiconfig/ui/calloutpage.ui:75
+#: cui/uiconfig/ui/calloutpage.ui:80
msgctxt "calloutpage|liststore1"
msgid "From top"
msgstr "ከ ላይ"
#. CQsFs
-#: cui/uiconfig/ui/calloutpage.ui:76
+#: cui/uiconfig/ui/calloutpage.ui:81
msgctxt "calloutpage|liststore1"
msgid "From left"
msgstr "ከ ግራ"
#. ZjSVS
-#: cui/uiconfig/ui/calloutpage.ui:77
+#: cui/uiconfig/ui/calloutpage.ui:82
msgctxt "calloutpage|liststore1"
msgid "Horizontal"
msgstr "በ አግድም"
#. bzD84
-#: cui/uiconfig/ui/calloutpage.ui:78
+#: cui/uiconfig/ui/calloutpage.ui:83
msgctxt "calloutpage|liststore1"
msgid "Vertical"
msgstr "በ ቁመት"
+#. StuZd
+#: cui/uiconfig/ui/calloutpage.ui:87
+msgctxt "calloutpage|extended_tip|extension"
+msgid "Select where you want to extend the callout line from, in relation to the callout box."
+msgstr "የ መጥሪያ መስመር ማስፋት የሚፈልጉበትን ከ መጥሪያ ሳጥን አንጻር ያስገቡ "
+
+#. CGjKD
+#: cui/uiconfig/ui/calloutpage.ui:117
+msgctxt "calloutpage|extended_tip|length"
+msgid "Enter the length of the callout line segment that extends from the callout box to the inflection point of the line."
+msgstr "እርዝመት ያስገቡ ለ መጥሪያ መስመር ክፍል የሚሰፋው ከ መጥሪያ ሳጥን እስከ መቀየሪያ ነጥብ ድረስ ያለውን መስመር"
+
#. SFvEw
-#: cui/uiconfig/ui/calloutpage.ui:115
+#: cui/uiconfig/ui/calloutpage.ui:130
msgctxt "calloutpage|lengthft"
msgid "_Length:"
msgstr "_እርዝመት:"
#. Yb2kZ
-#: cui/uiconfig/ui/calloutpage.ui:133
+#: cui/uiconfig/ui/calloutpage.ui:148
msgctxt "calloutpage|optimal"
msgid "_Optimal"
msgstr "_አጥጋቢ"
+#. QEDdo
+#: cui/uiconfig/ui/calloutpage.ui:157
+msgctxt "calloutpage|extended_tip|optimal"
+msgid "Click here to display a single-angled line in an optimal way."
+msgstr "ይጫኑ እዚህ ለማሳየት የ ነጠላ-አንግል መስመር በ አጥጋቢ ዘዴ"
+
#. dD3os
-#: cui/uiconfig/ui/calloutpage.ui:156
+#: cui/uiconfig/ui/calloutpage.ui:176
msgctxt "calloutpage|positionft"
msgid "_Position:"
msgstr "_ቦታ:"
#. EXWoL
-#: cui/uiconfig/ui/calloutpage.ui:170
+#: cui/uiconfig/ui/calloutpage.ui:190
msgctxt "calloutpage|byft"
msgid "_By:"
msgstr "_በ:"
#. R7VbC
-#: cui/uiconfig/ui/calloutpage.ui:185
+#: cui/uiconfig/ui/calloutpage.ui:205
msgctxt "calloutpage|position"
msgid "Top"
msgstr "ከ ላይ"
#. G4QwP
-#: cui/uiconfig/ui/calloutpage.ui:186
+#: cui/uiconfig/ui/calloutpage.ui:206
msgctxt "calloutpage|position"
msgid "Middle"
msgstr "መሀከል"
#. WU9cc
-#: cui/uiconfig/ui/calloutpage.ui:187
+#: cui/uiconfig/ui/calloutpage.ui:207
msgctxt "calloutpage|position"
msgid "Bottom"
msgstr "ከ ታች"
#. XAgVD
-#: cui/uiconfig/ui/calloutpage.ui:188
+#: cui/uiconfig/ui/calloutpage.ui:208
msgctxt "calloutpage|position"
msgid "Left"
msgstr "በ ግራ"
#. W5B2V
-#: cui/uiconfig/ui/calloutpage.ui:189
+#: cui/uiconfig/ui/calloutpage.ui:209
msgctxt "calloutpage|position"
msgid "Center"
msgstr "መሀከል"
#. NNBsv
-#: cui/uiconfig/ui/calloutpage.ui:190
+#: cui/uiconfig/ui/calloutpage.ui:210
msgctxt "calloutpage|position"
msgid "Right"
msgstr "በ ቀኝ"
+#. ZgPFC
+#: cui/uiconfig/ui/calloutpage.ui:214
+msgctxt "calloutpage|extended_tip|position"
+msgid "Select where you want to extend the callout line from, in relation to the callout box."
+msgstr "የ መጥሪያ መስመር ማስፋት የሚፈልጉበትን ከ መጥሪያ ሳጥን አንጻር ያስገቡ "
+
+#. rj7LU
+#: cui/uiconfig/ui/calloutpage.ui:233
+msgctxt "calloutpage|extended_tip|by"
+msgid "Select where you want to extend the callout line from, in relation to the callout box."
+msgstr "የ መጥሪያ መስመር ማስፋት የሚፈልጉበትን ከ መጥሪያ ሳጥን አንጻር ያስገቡ "
+
#. jG4AE
-#: cui/uiconfig/ui/calloutpage.ui:227
+#: cui/uiconfig/ui/calloutpage.ui:257
msgctxt "calloutpage|label1"
msgid "_Spacing:"
msgstr "_ክፍተት:"
+#. 9SDGt
+#: cui/uiconfig/ui/calloutpage.ui:277
+msgctxt "calloutpage|extended_tip|spacing"
+msgid "Enter the amount of space that you want to leave between the end of the callout line, and the callout box."
+msgstr "በ መጥሪያ መስመር መጨረሻ እና በ መጥሪያ ሳጥን ውስጥ መካከል እንዲኖር የሚፈልጉትን ክፍተት ቦታ ያስገቡ "
+
#. wvzCN
-#: cui/uiconfig/ui/calloutpage.ui:262
+#: cui/uiconfig/ui/calloutpage.ui:297
msgctxt "calloutpage|linetypes"
msgid "Straight Line"
msgstr "ቀጥተኛ መስመር"
#. bQMyC
-#: cui/uiconfig/ui/calloutpage.ui:263
+#: cui/uiconfig/ui/calloutpage.ui:298
msgctxt "calloutpage|linetypes"
msgid "Angled Line"
msgstr "የ መስመር አንግል"
#. LFs2D
-#: cui/uiconfig/ui/calloutpage.ui:264
+#: cui/uiconfig/ui/calloutpage.ui:299
msgctxt "calloutpage|linetypes"
msgid "Angled Connector Line"
msgstr "የ መስመር አንግል አገናኝ"
+#. mvLuE
+#: cui/uiconfig/ui/calloutpage.ui:316
+msgctxt "calloutpage|extended_tip|CalloutPage"
+msgid "Click the Callout style that you want to apply to the selected callout."
+msgstr "ይጫኑ የ መጥሪያ ዘዴ ለ ተመረጠው መጥሪያ መፈጸም የሚፈልጉትን"
+
#. vQp3A
#: cui/uiconfig/ui/cellalignment.ui:50
msgctxt "cellalignment|labelDegrees"
@@ -5457,180 +6192,252 @@ msgctxt "cellalignment|labelRefEdge"
msgid "_Reference edge:"
msgstr "የ _ማመሳከሪያ ጠርዝ:"
+#. YBDvA
+#: cui/uiconfig/ui/cellalignment.ui:83
+msgctxt "cellalignment|extended_tip|spinDegrees"
+msgid "Enter the rotation angle from 0 to 360 for the text in the selected cell(s)."
+msgstr ""
+
+#. D2Ebb
+#: cui/uiconfig/ui/cellalignment.ui:100
+msgctxt "cellalignment|extended_tip|references"
+msgid "Specify the cell edge from which to write the rotated text."
+msgstr "የ ክፍል ጠርዝ ይወስኑ የ ሚዞረውን ጽሁፍ ለ መጻፍ "
+
#. Gwudo
-#: cui/uiconfig/ui/cellalignment.ui:112
+#: cui/uiconfig/ui/cellalignment.ui:122
msgctxt "cellalignment|checkVertStack"
msgid "Vertically s_tacked"
msgstr "በ ቁመት የ_ተከመረ"
+#. MDQLn
+#: cui/uiconfig/ui/cellalignment.ui:132
+msgctxt "cellalignment|extended_tip|checkVertStack"
+msgid "Aligns text vertically."
+msgstr "ጽሁፍ በ ቁመት ማሰለፊያ"
+
#. XBFYt
-#: cui/uiconfig/ui/cellalignment.ui:128
+#: cui/uiconfig/ui/cellalignment.ui:143
msgctxt "cellalignment|checkAsianMode"
msgid "Asian layout _mode"
msgstr "የ እስያ እቅድ _ዘዴ"
+#. EKAhC
+#: cui/uiconfig/ui/cellalignment.ui:154
+msgctxt "cellalignment|extended_tip|checkAsianMode"
+msgid "Aligns Asian characters one below the other in the selected cell(s). If the cell contains more than one line of text, the lines are converted to text columns that are arranged from right to left. Western characters in the converted text are rotated 90 degrees to the right. Asian characters are not rotated."
+msgstr " የ እስያ ባህሪዎችን ማሰለፊያ አንድ ወደ ታች ከ ሌላው የ ተመረጠው ክፍል(ሎች). ክፍሉ ከ አንድ መስመር በላይ ጽሁፍ ከያዘ: መስመሮቹ ይቀየራሉ ወደ ጽሁፍ አምዶች እና ይዘጋጃሉ ከ ቀኝ ወደ ግራ: የ ምእራባውያን ባህሪዎች በ ተቀየረ ጽሁፍ ውስጥ 90 ዲግሪዎች ወደ ቀኝ በኩል ይዞራሉ: የ እስያ ባህሪዎች ግን አይዞሩም "
+
+#. rTfQa
+#: cui/uiconfig/ui/cellalignment.ui:178
+msgctxt "cellalignment|extended_tip|dialcontrol"
+msgid "Click in the dial to set the text orientation."
+msgstr "ይጫኑ በ መቆጣጠሪያው ላይ የ ጽሁፍ አቅጣጫ ለ ማሰናዳት"
+
#. Kh9JE
-#: cui/uiconfig/ui/cellalignment.ui:173
+#: cui/uiconfig/ui/cellalignment.ui:198
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
msgstr "የ ጽሁፍ አቅጣጫ"
#. eM4r3
-#: cui/uiconfig/ui/cellalignment.ui:207
+#: cui/uiconfig/ui/cellalignment.ui:232
msgctxt "cellalignment|checkWrapTextAuto"
msgid "_Wrap text automatically"
msgstr "ጽሁፍ ራሱ በራሱ _መጠቅለያ"
+#. warfE
+#: cui/uiconfig/ui/cellalignment.ui:243
+msgctxt "cellalignment|extended_tip|checkWrapTextAuto"
+msgid "Wraps text onto another line at the cell border. The number of lines depends on the width of the cell."
+msgstr "ጽሁፍ መጠቅለያ በ ሌላ መስመር ላይ በ ክፍል ድንበር ውስጥ: የ መስመር ቁጥር ይለያያል እንደ ክፍሉ ስፋት "
+
#. GDRER
-#: cui/uiconfig/ui/cellalignment.ui:224
+#: cui/uiconfig/ui/cellalignment.ui:254
msgctxt "cellalignment|checkShrinkFitCellSize"
msgid "_Shrink to fit cell size"
msgstr "በ ክፍሉ ልክ መጠን _ማሳነሻ"
+#. erdkq
+#: cui/uiconfig/ui/cellalignment.ui:264
+msgctxt "cellalignment|extended_tip|checkShrinkFitCellSize"
+msgid "Reduces the apparent size of the font so that the contents of the cell fit into the current cell width. You cannot apply this command to a cell that contains line breaks."
+msgstr "የ አሁኑን የ ፊደል መጠን መቀነሻ ስለዚህ ይዞታዎቹ በ ክፍሉ ልክ ይሆናሉ እና በ አሁኑ ክፍል ስፋት ልክ: እርስዎ መፈጸም አይችሉም ይህን ትእዛዝ ወደ ክፍል ውስጥ የ መስመር መጨረሻ ለያዘ "
+
#. Phw2T
-#: cui/uiconfig/ui/cellalignment.ui:240
+#: cui/uiconfig/ui/cellalignment.ui:275
msgctxt "cellalignment|checkHyphActive"
msgid "Hyphenation _active"
msgstr "ጭረት _ንቁ ነው"
+#. XLgra
+#: cui/uiconfig/ui/cellalignment.ui:287
+msgctxt "cellalignment|extended_tip|checkHyphActive"
+msgid "Enables word hyphenation for text wrapping to the next line."
+msgstr "የ ቃላት ጭረት ማስቻያ ለ ጽሁፍ መጠቅለያ ወደሚቀጥለው መስመር "
+
#. pQLTe
-#: cui/uiconfig/ui/cellalignment.ui:265
+#: cui/uiconfig/ui/cellalignment.ui:305
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
msgstr "የ ጽ_ሁፍ አቅጣጫ:"
#. jDFtf
-#: cui/uiconfig/ui/cellalignment.ui:301
+#: cui/uiconfig/ui/cellalignment.ui:341
msgctxt "cellalignment|labelProperties"
msgid "Properties"
msgstr "ባህሪዎች"
+#. eByBx
+#: cui/uiconfig/ui/cellalignment.ui:379
+msgctxt "cellalignment|extended_tip|spinIndentFrom"
+msgid "Indents from the left edge of the cell by the amount that you enter."
+msgstr "እርስዎ ባስገቡት መጠን መሰረት የ ክፍሉን ጠርዝ በ ግራ በኩል ማስረጊያ "
+
#. dzBtA
-#: cui/uiconfig/ui/cellalignment.ui:347
+#: cui/uiconfig/ui/cellalignment.ui:392
msgctxt "cellalignment|labelHorzAlign"
msgid "Hori_zontal:"
msgstr ""
#. Ck3KU
-#: cui/uiconfig/ui/cellalignment.ui:361
+#: cui/uiconfig/ui/cellalignment.ui:406
msgctxt "cellalignment|labelVertAlign"
msgid "_Vertical:"
msgstr ""
#. mF2bB
-#: cui/uiconfig/ui/cellalignment.ui:375
+#: cui/uiconfig/ui/cellalignment.ui:420
msgctxt "cellalignment|labelIndent"
msgid "I_ndent:"
msgstr ""
#. FUsYk
-#: cui/uiconfig/ui/cellalignment.ui:390
+#: cui/uiconfig/ui/cellalignment.ui:435
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Default"
msgstr "ነባር"
#. tweuQ
-#: cui/uiconfig/ui/cellalignment.ui:391
+#: cui/uiconfig/ui/cellalignment.ui:436
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Left"
msgstr "በ ግራ"
#. RGwHA
-#: cui/uiconfig/ui/cellalignment.ui:392
+#: cui/uiconfig/ui/cellalignment.ui:437
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Center"
msgstr "መሀከል"
#. W9PDc
-#: cui/uiconfig/ui/cellalignment.ui:393
+#: cui/uiconfig/ui/cellalignment.ui:438
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Right"
msgstr "በ ቀኝ"
#. sFf4x
-#: cui/uiconfig/ui/cellalignment.ui:394
+#: cui/uiconfig/ui/cellalignment.ui:439
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Justified"
msgstr "እኩል ማካፈያ"
#. yJ33b
-#: cui/uiconfig/ui/cellalignment.ui:395
+#: cui/uiconfig/ui/cellalignment.ui:440
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Filled"
msgstr "የተሞላ"
#. CF59Y
-#: cui/uiconfig/ui/cellalignment.ui:396
+#: cui/uiconfig/ui/cellalignment.ui:441
msgctxt "cellalignment|liststoreHorzAlign"
msgid "Distributed"
msgstr "ተሰራጭቷል"
+#. 8xDX2
+#: cui/uiconfig/ui/cellalignment.ui:445
+msgctxt "cellalignment|extended_tip|comboboxHorzAlign"
+msgid "Select the horizontal alignment option that you want to apply to the cell contents."
+msgstr "ይምረጡ የ አግድም ማሰለፊያ ምርጫ እርስዎ መፈጸም የሚፈልጉትን ወደ ክፍል ይዞታዎች ውስጥ "
+
#. Cu2BM
-#: cui/uiconfig/ui/cellalignment.ui:409
+#: cui/uiconfig/ui/cellalignment.ui:459
msgctxt "cellalignment|liststoreVertAlign"
msgid "Default"
msgstr "ነባር"
#. dNANA
-#: cui/uiconfig/ui/cellalignment.ui:410
+#: cui/uiconfig/ui/cellalignment.ui:460
msgctxt "cellalignment|liststoreVertAlign"
msgid "Top"
msgstr "ከ ላይ"
#. 8qsJF
-#: cui/uiconfig/ui/cellalignment.ui:411
+#: cui/uiconfig/ui/cellalignment.ui:461
msgctxt "cellalignment|liststoreVertAlign"
msgid "Middle"
msgstr "መሀከል"
#. eGhGU
-#: cui/uiconfig/ui/cellalignment.ui:412
+#: cui/uiconfig/ui/cellalignment.ui:462
msgctxt "cellalignment|liststoreVertAlign"
msgid "Bottom"
msgstr "ከ ታች"
#. TGeEd
-#: cui/uiconfig/ui/cellalignment.ui:413
+#: cui/uiconfig/ui/cellalignment.ui:463
msgctxt "cellalignment|liststoreVertAlign"
msgid "Justified"
msgstr "እኩል ማካፈያ"
#. s7QDA
-#: cui/uiconfig/ui/cellalignment.ui:414
+#: cui/uiconfig/ui/cellalignment.ui:464
msgctxt "cellalignment|liststoreVertAlign"
msgid "Distributed"
msgstr "ተሰራጭቷል"
+#. MH9tT
+#: cui/uiconfig/ui/cellalignment.ui:468
+msgctxt "cellalignment|extended_tip|comboboxVertAlign"
+msgid "Select the vertical alignment option that you want to apply to the cell contents."
+msgstr "ይምረጡ የ ቁመት ማሰለፊያ ምርጫ እርስዎ መፈጸም የሚፈልጉትን ወደ ክፍል ይዞታዎች ውስጥ "
+
#. FT9GJ
-#: cui/uiconfig/ui/cellalignment.ui:436
+#: cui/uiconfig/ui/cellalignment.ui:491
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
msgstr "ጽሁፍ ማሰለፊያ"
#. CDKBz
-#: cui/uiconfig/ui/cellalignment.ui:456
+#: cui/uiconfig/ui/cellalignment.ui:511
msgctxt "cellalignment|labelSTR_BOTTOMLOCK"
msgid "Text Extension From Lower Cell Border"
msgstr "የ ጽሁፍ ተቀጥያዎች ከ ዝቅተኛው ክፍል ድንበር"
#. 7MTSt
-#: cui/uiconfig/ui/cellalignment.ui:467
+#: cui/uiconfig/ui/cellalignment.ui:522
msgctxt "cellalignment|labelSTR_TOPLOCK"
msgid "Text Extension From Upper Cell Border"
msgstr "የ ጽሁፍ ተቀጥያዎች ከ ከፍተኛው ክፍል ድንበር"
#. HJYjP
-#: cui/uiconfig/ui/cellalignment.ui:478
+#: cui/uiconfig/ui/cellalignment.ui:533
msgctxt "cellalignment|labelSTR_CELLLOCK"
msgid "Text Extension Inside Cell"
msgstr "የ ጽሁፍ ተቀጥያዎች በ ክፍል ውስጥ"
#. EDRZX
-#: cui/uiconfig/ui/cellalignment.ui:489
+#: cui/uiconfig/ui/cellalignment.ui:544
msgctxt "cellalignment|labelABCD"
msgid "ABCD"
msgstr "ABCD"
+#. U4vgj
+#: cui/uiconfig/ui/cellalignment.ui:560
+msgctxt "cellalignment|extended_tip|CellAlignPage"
+msgid "Sets the alignment options for the contents of the current cell, or the selected cells."
+msgstr "የ አሁኑን ክፍል ወይንም የ ተመረጡትን ክፍሎች ይዞታዎች ማሰለፊያ ምርጫ ማሰናጃ "
+
#. xPtim
#: cui/uiconfig/ui/certdialog.ui:24
msgctxt "certdialog|CertDialog"
@@ -5638,143 +6445,233 @@ msgid "Certificate Path"
msgstr "የምስክር ወረቀት መንገድ"
#. zZy4o
-#: cui/uiconfig/ui/certdialog.ui:43
+#: cui/uiconfig/ui/certdialog.ui:40
msgctxt "certdialog|add"
msgid "_Select NSS path..."
msgstr ""
+#. zx3Mw
+#: cui/uiconfig/ui/certdialog.ui:48
+msgctxt "certdialog|extended_tip|add"
+msgid "Opens a file picker dialog to add a new Network Security Services Certificate directory to the list."
+msgstr ""
+
#. GFGjC
-#: cui/uiconfig/ui/certdialog.ui:137
+#: cui/uiconfig/ui/certdialog.ui:138
msgctxt "certdialog|label2"
msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures:"
msgstr "ለ ዲጂታል ፊርማዎች የ ኔትዎርክ ደህንነት ግልጋሎቶች የ ምስክር ወረቀት ዳይሬክቶሪ ይምረጡ ወይንም ይጨምሩ"
#. BbEyB
-#: cui/uiconfig/ui/certdialog.ui:160
+#: cui/uiconfig/ui/certdialog.ui:161
msgctxt "certdialog|manual"
msgid "manual"
msgstr "በ እጅ የሚሰራ"
#. zWhfK
-#: cui/uiconfig/ui/certdialog.ui:171
+#: cui/uiconfig/ui/certdialog.ui:172
msgctxt "certdialog|certdir"
msgid "Select a Certificate directory"
msgstr "የ ምስክር ወረቀት ዳይረክቶሪ ይምረጡ"
#. 7NJfB
-#: cui/uiconfig/ui/certdialog.ui:223
+#: cui/uiconfig/ui/certdialog.ui:209
msgctxt "certdialog|profile"
msgid "Profile"
msgstr "ገጽታ"
#. YBT5H
-#: cui/uiconfig/ui/certdialog.ui:236
+#: cui/uiconfig/ui/certdialog.ui:231
msgctxt "certdialog|dir"
msgid "Directory"
msgstr "ዳይሬክቶሪ"
#. Bt5Lw
-#: cui/uiconfig/ui/certdialog.ui:261
+#: cui/uiconfig/ui/certdialog.ui:256
msgctxt "certdialog|label1"
msgid "Certificate Path"
msgstr "የምስክር ወረቀት መንገድ"
+#. pbBGM
+#: cui/uiconfig/ui/certdialog.ui:282
+msgctxt "certdialog|extended_tip|CertDialog"
+msgid "Select or add the correct Network Security Services Certificate directory to use for digital signatures."
+msgstr ""
+
+#. xXVpD
+#: cui/uiconfig/ui/charnamepage.ui:243
+msgctxt "charnamepage|extended_tip|weststylelb-nocjk"
+msgid "Select the formatting that you want to apply."
+msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
+
+#. MR6Nr
+#: cui/uiconfig/ui/charnamepage.ui:339
+msgctxt "charnamepage|extended_tip|westsizelb-nocjk"
+msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
+msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
+
#. YcKtn
-#: cui/uiconfig/ui/charnamepage.ui:360
+#: cui/uiconfig/ui/charnamepage.ui:370
msgctxt "charnamepage|westsizeft-nocjk"
msgid "Size:"
msgstr "መጠን:"
#. WQxtG
-#: cui/uiconfig/ui/charnamepage.ui:386
+#: cui/uiconfig/ui/charnamepage.ui:396
msgctxt "charnamepage|westlangft-nocjk"
msgid "Language:"
msgstr "ቋንቋ:"
+#. 63kyg
+#: cui/uiconfig/ui/charnamepage.ui:431
+msgctxt "charnamepage|extended_tip|westlanglb-nocjk"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
+
#. NgZJ9
-#: cui/uiconfig/ui/charnamepage.ui:435
+#: cui/uiconfig/ui/charnamepage.ui:450
msgctxt "charnamepage|west_features_button-nocjk"
msgid "Features..."
msgstr "ገጽታዎች..."
#. nKfjE
-#: cui/uiconfig/ui/charnamepage.ui:514
+#: cui/uiconfig/ui/charnamepage.ui:529
msgctxt "charnamepage|westsizeft-cjk"
msgid "Size:"
msgstr "መጠን:"
#. jJc8T
-#: cui/uiconfig/ui/charnamepage.ui:528
+#: cui/uiconfig/ui/charnamepage.ui:543
msgctxt "charnamepage|westlangft-cjk"
msgid "Language:"
msgstr "ቋንቋ:"
+#. PEg2a
+#: cui/uiconfig/ui/charnamepage.ui:584
+msgctxt "charnamepage|extended_tip|weststylelb-cjk"
+msgid "Select the formatting that you want to apply."
+msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
+
+#. 8quPQ
+#: cui/uiconfig/ui/charnamepage.ui:606
+msgctxt "charnamepage|extended_tip|westsizelb-cjk"
+msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
+msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
+
+#. zCCrx
+#: cui/uiconfig/ui/charnamepage.ui:637
+msgctxt "charnamepage|extended_tip|westlanglb-cjk"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
+
#. qpSnT
-#: cui/uiconfig/ui/charnamepage.ui:635
+#: cui/uiconfig/ui/charnamepage.ui:665
msgctxt "charnamepage|west_features_button-cjk"
msgid "Features..."
msgstr "ገጽታዎች..."
#. LYK4e
-#: cui/uiconfig/ui/charnamepage.ui:661
+#: cui/uiconfig/ui/charnamepage.ui:691
msgctxt "charnamepage|label4"
msgid "Western Text Font"
msgstr "Western Text Font"
#. q4WZB
-#: cui/uiconfig/ui/charnamepage.ui:726
+#: cui/uiconfig/ui/charnamepage.ui:756
msgctxt "charnamepage|eastsizeft"
msgid "Size:"
msgstr "መጠን:"
#. 6MVEP
-#: cui/uiconfig/ui/charnamepage.ui:740
+#: cui/uiconfig/ui/charnamepage.ui:770
msgctxt "charnamepage|eastlangft"
msgid "Language:"
msgstr "ቋንቋ:"
+#. BhQZB
+#: cui/uiconfig/ui/charnamepage.ui:811
+msgctxt "charnamepage|extended_tip|eaststylelb"
+msgid "Select the formatting that you want to apply."
+msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
+
+#. JSR99
+#: cui/uiconfig/ui/charnamepage.ui:833
+msgctxt "charnamepage|extended_tip|eastsizelb"
+msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
+msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
+
+#. KLJQT
+#: cui/uiconfig/ui/charnamepage.ui:863
+msgctxt "charnamepage|extended_tip|eastlanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
+
#. 5uQYn
-#: cui/uiconfig/ui/charnamepage.ui:845
+#: cui/uiconfig/ui/charnamepage.ui:890
msgctxt "charnamepage|east_features_button"
msgid "Features..."
msgstr "ገጽታዎች..."
#. vAo4E
-#: cui/uiconfig/ui/charnamepage.ui:871
+#: cui/uiconfig/ui/charnamepage.ui:916
msgctxt "charnamepage|label5"
msgid "Asian Text Font"
msgstr "Asian Text Font"
#. FSm5y
-#: cui/uiconfig/ui/charnamepage.ui:936
+#: cui/uiconfig/ui/charnamepage.ui:981
msgctxt "charnamepage|ctlsizeft"
msgid "Size:"
msgstr "መጠን:"
#. j6bmf
-#: cui/uiconfig/ui/charnamepage.ui:950
+#: cui/uiconfig/ui/charnamepage.ui:995
msgctxt "charnamepage|ctllangft"
msgid "Language:"
msgstr "ቋንቋ:"
+#. 64NvC
+#: cui/uiconfig/ui/charnamepage.ui:1036
+msgctxt "charnamepage|extended_tip|ctlstylelb"
+msgid "Select the formatting that you want to apply."
+msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
+
+#. CeMCG
+#: cui/uiconfig/ui/charnamepage.ui:1058
+msgctxt "charnamepage|extended_tip|ctlsizelb"
+msgid "Enter or select the font size that you want to apply. For scalable fonts, you can also enter decimal values."
+msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል መጠን: ፊደል ለመመጠን የ ዴሲማል ዋጋ ማስገባት ይችላሉ"
+
+#. zCKxL
+#: cui/uiconfig/ui/charnamepage.ui:1088
+msgctxt "charnamepage|extended_tip|ctllanglb"
+msgid "Sets the language that the spellchecker uses for the selected text or the text that you type. Available language modules have a check mark in front of them."
+msgstr "ለ ተመረጠው ጽሁፍ የ ፊደል ማረሚያ የሚጠቀምበትን ቋንቋ ማሰናጃ: ወይንም እርስዎ ለሚጽፉት ጽሁፍ: ዝግጁ የ ቋንቋ ክፍሎች ምልክት ማድረጊያ ከ ፊት ለፊታቸው አላቸው "
+
#. Nobqa
-#: cui/uiconfig/ui/charnamepage.ui:1056
+#: cui/uiconfig/ui/charnamepage.ui:1116
msgctxt "charnamepage|ctl_features_button"
msgid "Features..."
msgstr "ገጽታዎች..."
#. C8hPj
-#: cui/uiconfig/ui/charnamepage.ui:1082
+#: cui/uiconfig/ui/charnamepage.ui:1142
msgctxt "charnamepage|label6"
msgid "CTL Font"
msgstr "CTL Font"
#. RyyME
-#: cui/uiconfig/ui/charnamepage.ui:1120
+#: cui/uiconfig/ui/charnamepage.ui:1180
msgctxt "charnamepage|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
+#. kbQzU
+#: cui/uiconfig/ui/charnamepage.ui:1199
+msgctxt "charnamepage|extended_tip|CharNamePage"
+msgid "Specify the formatting and the font that you want to apply."
+msgstr "ይምረጡ መፈጸም የሚፈልጉትን ፊደል እና አቀራረብ"
+
#. LE7Wp
#: cui/uiconfig/ui/colorconfigwin.ui:13
msgctxt "colorconfigwin|docboundaries"
@@ -6147,158 +7044,164 @@ msgctxt "colorpage|delete"
msgid "Delete"
msgstr "ማጥፊያ"
+#. CAmRV
+#: cui/uiconfig/ui/colorpage.ui:211
+msgctxt "colorpage|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
#. m2Qm7
-#: cui/uiconfig/ui/colorpage.ui:220
+#: cui/uiconfig/ui/colorpage.ui:225
msgctxt "colorpage|label22"
msgid "Custom Palette"
msgstr "ቀለም ማሰናጃ"
#. 5jjvt
-#: cui/uiconfig/ui/colorpage.ui:286
+#: cui/uiconfig/ui/colorpage.ui:291
msgctxt "colorpage|label1"
msgid "Colors"
msgstr "ቀለሞች"
#. CvMfT
-#: cui/uiconfig/ui/colorpage.ui:345
+#: cui/uiconfig/ui/colorpage.ui:350
msgctxt "colorpage|oldpreview-atkobject"
msgid "Old Color"
msgstr "አሮጌ ቀለም"
#. 2m4w9
-#: cui/uiconfig/ui/colorpage.ui:379
+#: cui/uiconfig/ui/colorpage.ui:384
msgctxt "colorpage|label7"
msgid "B"
msgstr "B"
#. DwaiD
-#: cui/uiconfig/ui/colorpage.ui:392
+#: cui/uiconfig/ui/colorpage.ui:397
msgctxt "colorpage|label8"
msgid "G"
msgstr "G"
#. hYiqy
-#: cui/uiconfig/ui/colorpage.ui:405
+#: cui/uiconfig/ui/colorpage.ui:410
msgctxt "colorpage|label9"
msgid "R"
msgstr "R"
#. MKq8c
-#: cui/uiconfig/ui/colorpage.ui:418
+#: cui/uiconfig/ui/colorpage.ui:423
msgctxt "colorpage|label18"
msgid "Hex"
msgstr "Hex"
#. nnSGG
-#: cui/uiconfig/ui/colorpage.ui:494
+#: cui/uiconfig/ui/colorpage.ui:499
msgctxt "colorpage|label10"
msgid "_C"
msgstr "_C"
#. LCfVw
-#: cui/uiconfig/ui/colorpage.ui:507
+#: cui/uiconfig/ui/colorpage.ui:512
msgctxt "colorpage|label16"
msgid "_K"
msgstr "_K"
#. qmNUp
-#: cui/uiconfig/ui/colorpage.ui:520
+#: cui/uiconfig/ui/colorpage.ui:525
msgctxt "colorpage|label17"
msgid "_Y"
msgstr "_Y"
#. TSEpY
-#: cui/uiconfig/ui/colorpage.ui:581
+#: cui/uiconfig/ui/colorpage.ui:586
msgctxt "colorpage|label15"
msgid "_M"
msgstr "_M"
#. VnCYq
-#: cui/uiconfig/ui/colorpage.ui:605
+#: cui/uiconfig/ui/colorpage.ui:610
msgctxt "colorpage|label5"
msgid "Active"
msgstr "ንቁ"
#. AwBVq
-#: cui/uiconfig/ui/colorpage.ui:664
+#: cui/uiconfig/ui/colorpage.ui:669
msgctxt "colorpage|newpreview-atkobject"
msgid "New Color"
msgstr "አዲስ ቀለም"
#. yFQFh
-#: cui/uiconfig/ui/colorpage.ui:699
+#: cui/uiconfig/ui/colorpage.ui:704
msgctxt "colorpage|B_custom"
msgid "Blue"
msgstr "ሰማያዊ"
#. 3DcMm
-#: cui/uiconfig/ui/colorpage.ui:712
+#: cui/uiconfig/ui/colorpage.ui:717
msgctxt "colorpage|R_custom"
msgid "Red"
msgstr "ቀይ"
#. 2o8Uw
-#: cui/uiconfig/ui/colorpage.ui:724
+#: cui/uiconfig/ui/colorpage.ui:729
msgctxt "colorpage|label4"
msgid "_B"
msgstr "_B"
#. HXuEA
-#: cui/uiconfig/ui/colorpage.ui:737
+#: cui/uiconfig/ui/colorpage.ui:742
msgctxt "colorpage|label3"
msgid "_G"
msgstr "_G"
#. Kd4oX
-#: cui/uiconfig/ui/colorpage.ui:750
+#: cui/uiconfig/ui/colorpage.ui:755
msgctxt "colorpage|label2"
msgid "_R"
msgstr "_R"
#. FgaZg
-#: cui/uiconfig/ui/colorpage.ui:764
+#: cui/uiconfig/ui/colorpage.ui:769
msgctxt "colorpage|G_custom"
msgid "Green"
msgstr "አረንጓዴ"
#. FZ69n
-#: cui/uiconfig/ui/colorpage.ui:776
+#: cui/uiconfig/ui/colorpage.ui:781
msgctxt "colorpage|label19"
msgid "_Hex"
msgstr "_ሄክስ"
#. BAYSF
-#: cui/uiconfig/ui/colorpage.ui:818
+#: cui/uiconfig/ui/colorpage.ui:823
msgctxt "colorpage|label11"
msgid "_C"
msgstr "_C"
#. r3QVM
-#: cui/uiconfig/ui/colorpage.ui:831
+#: cui/uiconfig/ui/colorpage.ui:836
msgctxt "colorpage|label12"
msgid "_M"
msgstr "_M"
#. 9C3nc
-#: cui/uiconfig/ui/colorpage.ui:844
+#: cui/uiconfig/ui/colorpage.ui:849
msgctxt "colorpage|label13"
msgid "_K"
msgstr "_K"
#. KeYG5
-#: cui/uiconfig/ui/colorpage.ui:881
+#: cui/uiconfig/ui/colorpage.ui:886
msgctxt "colorpage|label14"
msgid "_Y"
msgstr "_Y"
#. WPVmD
-#: cui/uiconfig/ui/colorpage.ui:923
+#: cui/uiconfig/ui/colorpage.ui:928
msgctxt "colorpage|edit"
msgid "Pick"
msgstr "መምረጫ"
#. DpUCG
-#: cui/uiconfig/ui/colorpage.ui:946
+#: cui/uiconfig/ui/colorpage.ui:951
msgctxt "colorpage|label6"
msgid "New"
msgstr "አዲስ"
@@ -6309,90 +7212,222 @@ msgctxt "colorpickerdialog|ColorPicker"
msgid "Pick a Color"
msgstr "ቀለም ይምረጡ"
+#. fMFDR
+#: cui/uiconfig/ui/colorpickerdialog.ui:157
+msgctxt "extended tip | preview"
+msgid "In the left part of the bottom bar, the current result of your work in this dialog is visible."
+msgstr "በ መደርደሪያው ከ ታች በ ግራ በኩል: የ እርስዎ ስራ የ አሁኑ ውጤት ንግግር ይታያል "
+
+#. 7jLV5
+#: cui/uiconfig/ui/colorpickerdialog.ui:173
+msgctxt "extended tip | previous"
+msgid "In the right part of the bottom bar, you will see the original color from the parent tab, Colors."
+msgstr "በ መደርደሪያው ከ ታች በ ቀኝ በኩል: ለ እርስዎ ይታይዎታል ዋናው ቀለም ከ ወላጅ tab ውስጥ ቀለሞች "
+
+#. yEApx
+#: cui/uiconfig/ui/colorpickerdialog.ui:198
+msgctxt "extended tip | colorField"
+msgid "Click in the big color area on the left to select a new color. Using this selector area you can modify two components of the color as represented in the RGB or HSB color models. Note that these are the two components not selected with the radio buttons on the right side of the dialog."
+msgstr "ይጫኑ በ ትልቁ የ ቀለም ቦታ በ ግራ በኩል አዲስ ቀለም ለ መምረጥ: ይህን የ መምረጫ ቦታ በ መጠቀም: እርስዎ ማሻሻል ይችላሉ ሁለት የ ቀለም አካሎችን: የ ቀረቡትን በ ቀአስ ወይንም HSB ቀለም ዘደዎች: ያስታውሱ እነዚህ ሁለት አካሎች አልተመረጡም በ ራዲዮ ቁልፎች በ ቀኝ በኩል በ ንግግር ውስጥ "
+
+#. N8gjc
+#: cui/uiconfig/ui/colorpickerdialog.ui:215
+msgctxt "extended tip | colorSlider"
+msgid "With the vertical color component slider you can modify the value of each component of the color."
+msgstr "በ ቁመት የ ቀለም ተንሸራታች አካል ውስጥ እርስዎ ማሻሻል ይችላሉ እያንዳንዱን የ ቀለም ዋጋዎች: "
+
#. mjiGo
-#: cui/uiconfig/ui/colorpickerdialog.ui:281
+#: cui/uiconfig/ui/colorpickerdialog.ui:298
msgctxt "colorpickerdialog|redRadiobutton"
msgid "_Red:"
msgstr "_ቀይ:"
+#. yWDJE
+#: cui/uiconfig/ui/colorpickerdialog.ui:308
+msgctxt "extended tip | redRadiobutton"
+msgid "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."
+msgstr ""
+
#. TkTSB
-#: cui/uiconfig/ui/colorpickerdialog.ui:297
+#: cui/uiconfig/ui/colorpickerdialog.ui:319
msgctxt "colorpickerdialog|greenRadiobutton"
msgid "_Green:"
msgstr "_አረንጓዴ:"
+#. 3YZDt
+#: cui/uiconfig/ui/colorpickerdialog.ui:329
+msgctxt "extended tip | greenRadiobutton"
+msgid "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."
+msgstr ""
+
#. 5FGfv
-#: cui/uiconfig/ui/colorpickerdialog.ui:313
+#: cui/uiconfig/ui/colorpickerdialog.ui:340
msgctxt "colorpickerdialog|blueRadiobutton"
msgid "_Blue:"
msgstr "_ሰማያዊ:"
+#. gSvva
+#: cui/uiconfig/ui/colorpickerdialog.ui:350
+msgctxt "extended tip | blueRadiobutton"
+msgid "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."
+msgstr ""
+
+#. c5MTh
+#: cui/uiconfig/ui/colorpickerdialog.ui:368
+msgctxt "extended tip | redSpinbutton"
+msgid "Set the Red color value directly. Allowed values are 0 to 255."
+msgstr "በ ቀጥታ የ ቀይ ቀለም ዋጋ ማሰናጃ: የሚቻሉት ዋጋዎች ከ 0 እስከ 255. ነው "
+
+#. 2yY2G
+#: cui/uiconfig/ui/colorpickerdialog.ui:386
+msgctxt "extended tip | greenSpinbutton"
+msgid "Set the Green color value directly. Allowed values are 0 to 255."
+msgstr "በ ቀጥታ የ አረንጓዴ ቀለም ዋጋ ማሰናጃ: የሚቻሉት ዋጋዎች ከ 0 እስከ 255. ነው "
+
+#. UREX7
+#: cui/uiconfig/ui/colorpickerdialog.ui:404
+msgctxt "extended tip | blueSpinbutton"
+msgid "Set the Blue color value directly. Allowed values are 0 to 255."
+msgstr "በ ቀጥታ የ ሰማያዊ ቀለም ዋጋ ማሰናጃ: የሚቻሉት ዋጋዎች ከ 0 እስከ 255. ነው "
+
#. 2nFsj
-#: cui/uiconfig/ui/colorpickerdialog.ui:370
+#: cui/uiconfig/ui/colorpickerdialog.ui:417
msgctxt "colorpickerdialog|label2"
msgid "Hex _#:"
msgstr "Hex _#:"
+#. zPsRu
+#: cui/uiconfig/ui/colorpickerdialog.ui:435
+msgctxt "extended tip | hexEntry"
+msgid "Displays and sets the color value in the RGB color model expressed as a hexadecimal number."
+msgstr "በ ቀአስ ውስጥ የ ቀለም ዋጋ ማሳያ እና ማሰናጃ: የ ተገለጸውን በ ሄክሳ ዴሲማል ቁጥር ውስጥ "
+
#. sD6YC
-#: cui/uiconfig/ui/colorpickerdialog.ui:400
+#: cui/uiconfig/ui/colorpickerdialog.ui:452
msgctxt "colorpickerdialog|label1"
msgid "RGB"
msgstr "RGB"
#. wGrVM
-#: cui/uiconfig/ui/colorpickerdialog.ui:439
+#: cui/uiconfig/ui/colorpickerdialog.ui:491
msgctxt "colorpickerdialog|hueRadiobutton"
msgid "H_ue:"
msgstr "ቀ_ለም:"
+#. qnLnB
+#: cui/uiconfig/ui/colorpickerdialog.ui:501
+msgctxt "extended tip | hueRadiobutton"
+msgid "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."
+msgstr ""
+
#. C4GE3
-#: cui/uiconfig/ui/colorpickerdialog.ui:455
+#: cui/uiconfig/ui/colorpickerdialog.ui:512
msgctxt "colorpickerdialog|satRadiobutton"
msgid "_Saturation:"
msgstr "_ማቅለሚያ:"
+#. wGdN5
+#: cui/uiconfig/ui/colorpickerdialog.ui:522
+msgctxt "extended tip | satRadiobutton"
+msgid "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)."
+msgstr ""
+
#. NXs9w
-#: cui/uiconfig/ui/colorpickerdialog.ui:471
+#: cui/uiconfig/ui/colorpickerdialog.ui:533
msgctxt "colorpickerdialog|brightRadiobutton"
msgid "Bright_ness:"
msgstr "ብሩህ_ነት:"
+#. KkBQX
+#: cui/uiconfig/ui/colorpickerdialog.ui:543
+msgctxt "extended tip | brightRadiobutton"
+msgid "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)."
+msgstr ""
+
+#. BCvUX
+#: cui/uiconfig/ui/colorpickerdialog.ui:561
+msgctxt "extended tip | hueSpinbutton"
+msgid "Set the Hue directly in the HSB color model. Values are expressed in degrees from 0 to 359."
+msgstr "Hue በ ቀጥታ በ HSB የ ቀለም ክፍል ውስጥ ማሰናጃ: የሚቻለው ዋጋ እንደ ተገለጸው በ ዲግሪ ነው ከ 0 እስከ 359. ድረስ "
+
+#. TcDh8
+#: cui/uiconfig/ui/colorpickerdialog.ui:579
+msgctxt "extended tip | satSpinbutton"
+msgid "Set the Saturation directly in the HSB color model. Values are expressed in percent (0 to 100)."
+msgstr "Saturation በ ቀጥታ በ HSB የ ቀለም ክፍል ውስጥ ማሰናጃ: ዋጋዎች የሚገለጹት በ ፐርሰንት ነው ከ ( 0 እስከ 100) ነው "
+
+#. hucEE
+#: cui/uiconfig/ui/colorpickerdialog.ui:597
+msgctxt "extended tip | brightSpinbutton"
+msgid "Set the Brightness directly in the HSB color model. Values are expressed in percent (0 to 100)."
+msgstr "Brightness በ ቀጥታ በ HSB የ ቀለም ክፍል ውስጥ ማሰናጃ: ዋጋዎች የሚገለጹት በ ፐርሰንት ነው ከ ( 0 እስከ 100) ነው "
+
#. B7RjF
-#: cui/uiconfig/ui/colorpickerdialog.ui:532
+#: cui/uiconfig/ui/colorpickerdialog.ui:614
msgctxt "colorpickerdialog|label3"
msgid "HSB"
msgstr "HSB"
#. sesZZ
-#: cui/uiconfig/ui/colorpickerdialog.ui:572
+#: cui/uiconfig/ui/colorpickerdialog.ui:654
msgctxt "colorpickerdialog|label5"
msgid "_Cyan:"
msgstr "_ሲያን:"
#. Gw7rx
-#: cui/uiconfig/ui/colorpickerdialog.ui:587
+#: cui/uiconfig/ui/colorpickerdialog.ui:669
msgctxt "colorpickerdialog|label6"
msgid "_Magenta:"
msgstr "_ቀይ የ ወይን ጠጅ:"
#. Uv2KG
-#: cui/uiconfig/ui/colorpickerdialog.ui:602
+#: cui/uiconfig/ui/colorpickerdialog.ui:684
msgctxt "colorpickerdialog|label7"
msgid "_Yellow:"
msgstr "_ቢጫ:"
#. aFvbe
-#: cui/uiconfig/ui/colorpickerdialog.ui:617
+#: cui/uiconfig/ui/colorpickerdialog.ui:699
msgctxt "colorpickerdialog|label8"
msgid "_Key:"
msgstr "_ቁልፍ:"
+#. bNiCN
+#: cui/uiconfig/ui/colorpickerdialog.ui:718
+msgctxt "extended tip | cyanSpinbutton"
+msgid "Set the Cyan color value as expressed in the CMYK color model."
+msgstr " የ ሲያን ቀለም ዋጋ ማሰናጃ እንደ ተገለጸው በ CMYK የ ቀለም ዘዴዎች "
+
+#. mMXFr
+#: cui/uiconfig/ui/colorpickerdialog.ui:736
+msgctxt "extended tip | magSpinbutton"
+msgid "Set the Magenta color value as expressed in the CMYK color model."
+msgstr " የ ማጄንታ ቀለም ዋጋ ማሰናጃ እንደ ተገለጸው በ CMYK የ ቀለም ዘዴዎች "
+
+#. EEgiy
+#: cui/uiconfig/ui/colorpickerdialog.ui:754
+msgctxt "extended tip | yellowSpinbutton"
+msgid "Set the Yellow color value as expressed in the CMYK color model."
+msgstr " የ ቢጫ ቀለም ዋጋ ማሰናጃ እንደ ተገለጸው በ CMYK የ ቀለም ዘዴዎች "
+
+#. UAAnZ
+#: cui/uiconfig/ui/colorpickerdialog.ui:772
+msgctxt "extended tip | keySpinbutton"
+msgid "Set the Black color value or key (black) as expressed in the CMYK color model."
+msgstr "የ ጥቁር ቀለም ዋጋ ማሰናጃ ወይንም ቁልፍ (ጥቁር) እንደ ተገለጸው በ CMYK የ ቀለም ዘዴዎች "
+
#. mxFDw
-#: cui/uiconfig/ui/colorpickerdialog.ui:687
+#: cui/uiconfig/ui/colorpickerdialog.ui:789
msgctxt "colorpickerdialog|label4"
msgid "CMYK"
msgstr "CMYK"
+#. 9KyXs
+#: cui/uiconfig/ui/colorpickerdialog.ui:828
+msgctxt "extended tip | ColorPicker"
+msgid "%PRODUCTNAME lets you define custom colors using a two-dimensional graphic and numerical gradient chart of the Pick a Color dialog."
+msgstr "%PRODUCTNAME እርስዎን የ ቀለም ማስተካከያ መግለጽ ያስችሎታል: የ ሁለት-አቅጣጫ ንድፍ በ መጠቀም: እና የ ቁጥር ከፍታ ቻርት ለ ቀለም ይምረጡ ንግግር ውስጥ:"
+
#. vDFei
#: cui/uiconfig/ui/comment.ui:18
msgctxt "comment|CommentDialog"
@@ -6411,152 +7446,236 @@ msgctxt "comment|label4"
msgid "_Text"
msgstr "_ጽሁፍ"
+#. 4ZGAd
+#: cui/uiconfig/ui/comment.ui:222
+msgctxt "comment|extended_tip|edit"
+msgid "Enter a comment for the recorded change."
+msgstr "ለ ተመዘገበው ለውጥ አስተያየት ያስገቡ"
+
#. bEtYk
-#: cui/uiconfig/ui/comment.ui:238
+#: cui/uiconfig/ui/comment.ui:243
msgctxt "comment|label5"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. eGHyF
-#: cui/uiconfig/ui/comment.ui:250
+#: cui/uiconfig/ui/comment.ui:255
msgctxt "comment|author"
msgid "Author"
msgstr "ደራሲው"
#. VjKDs
-#: cui/uiconfig/ui/comment.ui:271
+#: cui/uiconfig/ui/comment.ui:276
msgctxt "comment|alttitle"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
#. JKZFi
-#: cui/uiconfig/ui/comment.ui:287
+#: cui/uiconfig/ui/comment.ui:292
msgctxt "comment|label1"
msgid "Contents"
msgstr "ይዞታዎች"
+#. qSQBN
+#: cui/uiconfig/ui/comment.ui:317
+msgctxt "comment|extended_tip|CommentDialog"
+msgid "Enter a comment for the recorded change."
+msgstr "ለ ተመዘገበው ለውጥ አስተያየት ያስገቡ"
+
#. B73bz
#: cui/uiconfig/ui/connectortabpage.ui:62
msgctxt "connectortabpage|FT_TYPE"
msgid "_Type:"
msgstr "_አይነት:"
+#. G63AW
+#: cui/uiconfig/ui/connectortabpage.ui:79
+msgctxt "connectortabpage|extended_tip|LB_TYPE"
+msgid "Lists the types of connectors that are available."
+msgstr "ዝግጁ የሆኑ የ አገናኝ አይነት ዝርዝሮች "
+
#. VnKTH
-#: cui/uiconfig/ui/connectortabpage.ui:113
+#: cui/uiconfig/ui/connectortabpage.ui:118
msgctxt "connectortabpage|FT_LINE_1"
msgid "Line _1:"
msgstr "መስመር _1:"
#. VHqZH
-#: cui/uiconfig/ui/connectortabpage.ui:127
+#: cui/uiconfig/ui/connectortabpage.ui:132
msgctxt "connectortabpage|FT_LINE_2"
msgid "Line _2:"
msgstr "መስመር _2:"
#. vx3j2
-#: cui/uiconfig/ui/connectortabpage.ui:141
+#: cui/uiconfig/ui/connectortabpage.ui:146
msgctxt "connectortabpage|FT_LINE_3"
msgid "Line _3:"
msgstr "መስመር _3:"
+#. vUAiW
+#: cui/uiconfig/ui/connectortabpage.ui:165
+msgctxt "connectortabpage|extended_tip|MTR_FLD_LINE_1"
+msgid "Enter a skew value for Line 1."
+msgstr "ያስገቡ የ ማዝመሚያ ዋጋ ለ መስመር 1."
+
+#. SGov7
+#: cui/uiconfig/ui/connectortabpage.ui:183
+msgctxt "connectortabpage|extended_tip|MTR_FLD_LINE_2"
+msgid "Enter a skew value for Line 2."
+msgstr "ያስገቡ የ ማዝመሚያ ዋጋ ለ መስመር 2."
+
+#. Cv7eg
+#: cui/uiconfig/ui/connectortabpage.ui:201
+msgctxt "connectortabpage|extended_tip|MTR_FLD_LINE_3"
+msgid "Enter a skew value for Line 3."
+msgstr "ያስገቡ የ ማዝመሚያ ዋጋ ለ መስመር 3."
+
#. xvCfy
-#: cui/uiconfig/ui/connectortabpage.ui:198
+#: cui/uiconfig/ui/connectortabpage.ui:218
msgctxt "connectortabpage|label2"
msgid "Line Skew"
msgstr "መስመር ማዞሪያ"
#. hAdsA
-#: cui/uiconfig/ui/connectortabpage.ui:234
+#: cui/uiconfig/ui/connectortabpage.ui:254
msgctxt "connectortabpage|FT_HORZ_1"
msgid "_Begin horizontal:"
msgstr "በ አግድም _መጀመሪያ:"
#. jENzB
-#: cui/uiconfig/ui/connectortabpage.ui:248
+#: cui/uiconfig/ui/connectortabpage.ui:268
msgctxt "connectortabpage|FT_HORZ_2"
msgid "End _horizontal:"
msgstr "በ _አግድም መጨረሻ:"
#. WSBhJ
-#: cui/uiconfig/ui/connectortabpage.ui:262
+#: cui/uiconfig/ui/connectortabpage.ui:282
msgctxt "connectortabpage|FT_VERT_1"
msgid "Begin _vertical:"
msgstr "በ _ቁመት መጀመሪያ:"
#. bGjTC
-#: cui/uiconfig/ui/connectortabpage.ui:276
+#: cui/uiconfig/ui/connectortabpage.ui:296
msgctxt "connectortabpage|FT_VERT_2"
msgid "_End vertical:"
msgstr "_መጨረሻ በ ቁመት:"
+#. md9nD
+#: cui/uiconfig/ui/connectortabpage.ui:315
+msgctxt "connectortabpage|extended_tip|MTR_FLD_HORZ_1"
+msgid "Enter the amount of horizontal space you want at the beginning of the connector."
+msgstr "የ አግድም ቦታ ስፋት ያስገቡ እርስዎ የሚፈልጉትን ከ አገናኙ መጀመሪያ በኩል"
+
+#. pUTnF
+#: cui/uiconfig/ui/connectortabpage.ui:333
+msgctxt "connectortabpage|extended_tip|MTR_FLD_HORZ_2"
+msgid "Enter the amount of horizontal space you want at the end of the connector."
+msgstr "የ አግድም ቦታ ስፋት ያስገቡ እርስዎ የሚፈልጉትን ከ አገናኙ መጨረሻ በኩል"
+
+#. 23o9a
+#: cui/uiconfig/ui/connectortabpage.ui:351
+msgctxt "connectortabpage|extended_tip|MTR_FLD_VERT_1"
+msgid "Enter the amount of vertical space you want at the beginning of the connector."
+msgstr "የ አግድም ቦታ ስፋት ያስገቡ እርስዎ የሚፈልጉትን ከ አገናኙ መጀመሪያ በኩል"
+
+#. 22Tvd
+#: cui/uiconfig/ui/connectortabpage.ui:369
+msgctxt "connectortabpage|extended_tip|MTR_FLD_VERT_2"
+msgid "Enter the amount of vertical space you want at the end of the connector."
+msgstr "የ ቁመት ቦታ ስፋት ያስገቡ እርስዎ የሚፈልጉትን ከ አገናኙ መጨረሻ በኩል"
+
#. idTk6
-#: cui/uiconfig/ui/connectortabpage.ui:346
+#: cui/uiconfig/ui/connectortabpage.ui:386
msgctxt "connectortabpage|label3"
msgid "Line Spacing"
msgstr "የ መስመር ክፍተት"
#. 6hSVr
-#: cui/uiconfig/ui/connectortabpage.ui:385
+#: cui/uiconfig/ui/connectortabpage.ui:425
msgctxt "connectortabpage|CTL_PREVIEW|tooltip_text"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. PSBFq
-#: cui/uiconfig/ui/connectortabpage.ui:390
+#: cui/uiconfig/ui/connectortabpage.ui:430
msgctxt "connectortabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
+#. 3HZXi
+#: cui/uiconfig/ui/connectortabpage.ui:446
+msgctxt "connectortabpage|extended_tip|ConnectorTabPage"
+msgid "Sets the properties of a connector."
+msgstr "የ አገናኝ ባህሪዎች ማሰናጃ"
+
#. ezicB
#: cui/uiconfig/ui/connpooloptions.ui:57
msgctxt "connpooloptions|connectionpooling"
msgid "Connection pooling enabled"
msgstr "የ ግንኙነት ማጠራቀሚያ ማስቻያ"
+#. pPghH
+#: cui/uiconfig/ui/connpooloptions.ui:66
+msgctxt "extended_tip|connectionpooling"
+msgid "Specifies whether the chosen connections are pooled."
+msgstr "የ ተመረጠው ግንኙነት ማጠራቀሚያ ይወሰን እንደሆን መግለጫ "
+
#. GHbky
-#: cui/uiconfig/ui/connpooloptions.ui:82
+#: cui/uiconfig/ui/connpooloptions.ui:87
msgctxt "connpooloptions|driverslabel"
msgid "Drivers known in %PRODUCTNAME"
msgstr "የ ታወቀው Drivers በ %PRODUCTNAME"
#. Yohxk
-#: cui/uiconfig/ui/connpooloptions.ui:101
+#: cui/uiconfig/ui/connpooloptions.ui:106
msgctxt "connpooloptions|driverlabel"
msgid "Current driver:"
msgstr "የ አሁኑ driver:"
#. RGWQy
-#: cui/uiconfig/ui/connpooloptions.ui:131
+#: cui/uiconfig/ui/connpooloptions.ui:136
msgctxt "connpooloptions|enablepooling"
msgid "Enable pooling for this driver"
msgstr "ለዚህ driver ማጠራቀሚያ ማስቻያ"
+#. b26rn
+#: cui/uiconfig/ui/connpooloptions.ui:145
+msgctxt "extended_tip|enablepooling"
+msgid "Select a driver from the list and mark the Enable pooling for this driver checkbox in order to pool its connection."
+msgstr "ይምረጡ driver ከ ዝርዝር ውስጥ እና ምልክት ያድርጉ በ ማጠራቀሚያ ማስቻያ ለ driver ምልክት ማድረጊያ ሳጥን ውስጥ ግንኙነቱን ለ ማጠራቀም "
+
#. uzbLN
-#: cui/uiconfig/ui/connpooloptions.ui:154
+#: cui/uiconfig/ui/connpooloptions.ui:164
msgctxt "connpooloptions|timeoutlabel"
msgid "_Timeout (seconds)"
msgstr "_እረፍት (በ ሰከንዶች)"
+#. CUE56
+#: cui/uiconfig/ui/connpooloptions.ui:185
+msgctxt "extended_tip|timeout"
+msgid "Defines the time in seconds after which a pooled connection is freed."
+msgstr "ጊዜ በ ሰከንድ መግለጫ የማጠራቀሚያ ግንኙነት ነፃ ከሆነ በኋላ "
+
#. gWFKz
-#: cui/uiconfig/ui/connpooloptions.ui:217
+#: cui/uiconfig/ui/connpooloptions.ui:232
msgctxt "connpooloptions|drivername"
msgid "Driver name"
msgstr ""
#. pQGCs
-#: cui/uiconfig/ui/connpooloptions.ui:230
+#: cui/uiconfig/ui/connpooloptions.ui:245
msgctxt "connpooloptions|pool"
msgid "Pool"
msgstr ""
#. 7Svws
-#: cui/uiconfig/ui/connpooloptions.ui:243
+#: cui/uiconfig/ui/connpooloptions.ui:258
msgctxt "connpooloptions|timeout"
msgid "Timeout"
msgstr ""
#. 9ctBe
-#: cui/uiconfig/ui/connpooloptions.ui:281
+#: cui/uiconfig/ui/connpooloptions.ui:296
msgctxt "connpooloptions|label1"
msgid "Connection Pool"
msgstr "ግንኙነቱ ማጠራቀሚያ"
@@ -6652,35 +7771,71 @@ msgid "Properties"
msgstr "ባህሪዎች"
#. DcBMH
-#: cui/uiconfig/ui/cuiimapdlg.ui:98
+#: cui/uiconfig/ui/cuiimapdlg.ui:95
msgctxt "cuiimapdlg|label1"
msgid "_URL:"
msgstr "_URL:"
+#. EhUMH
+#: cui/uiconfig/ui/cuiimapdlg.ui:114
+msgctxt "cuiimapdlg|extended_tip|urlentry"
+msgid "Enter the URL for the file that you want to open when you click the selected hotspot."
+msgstr ""
+
#. FLKr9
-#: cui/uiconfig/ui/cuiimapdlg.ui:140
+#: cui/uiconfig/ui/cuiimapdlg.ui:142
msgctxt "cuiimapdlg|label2"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
+#. 2uSg3
+#: cui/uiconfig/ui/cuiimapdlg.ui:167
+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 "እርስዎ መክፈት የሚፈልጉትን የ ታለመውን ክፈፍ ስም ያስገቡ በ URL ውስጥ: እርስዎ እንዲሁም መምረጥ ይችላሉ መደበኛ የ ክፈፍ ስም በ ሁሉም መቃኛዎች የሚታወቅ ከ ዝርዝር ውስጥ "
+
#. V8Zgo
-#: cui/uiconfig/ui/cuiimapdlg.ui:188
+#: cui/uiconfig/ui/cuiimapdlg.ui:195
msgctxt "cuiimapdlg|label3"
msgid "_Name:"
msgstr "_ስም:"
+#. GcFws
+#: cui/uiconfig/ui/cuiimapdlg.ui:214
+msgctxt "cuiimapdlg|extended_tip|nameentry"
+msgid "Enter a name for the image."
+msgstr "ለ ምስሉ ስም ያስገቡ"
+
#. BAXQk
-#: cui/uiconfig/ui/cuiimapdlg.ui:230
+#: cui/uiconfig/ui/cuiimapdlg.ui:242
msgctxt "cuiimapdlg|label4"
msgid "Alternative _text:"
msgstr "አማራጭ _ጽሁፍ:"
+#. m68ou
+#: cui/uiconfig/ui/cuiimapdlg.ui:261
+msgctxt "cuiimapdlg|extended_tip|textentry"
+msgid "Enter the text that you want to display when the mouse rests on the hotspot in a browser."
+msgstr ""
+
#. bsgYj
-#: cui/uiconfig/ui/cuiimapdlg.ui:272
+#: cui/uiconfig/ui/cuiimapdlg.ui:289
msgctxt "cuiimapdlg|label5"
msgid "_Description:"
msgstr "_መግለጫ:"
+#. mF6Pw
+#: cui/uiconfig/ui/cuiimapdlg.ui:318
+msgctxt "cuiimapdlg|extended_tip|descTV"
+msgid "Enter a description for the hotspot."
+msgstr "መግለጫ ያስገቡ ለ ትኩስ ቦታ "
+
+#. 7LsXB
+#: cui/uiconfig/ui/cuiimapdlg.ui:356
+msgctxt "cuiimapdlg|extended_tip|IMapDialog"
+msgid "Lists the properties for the selected hotspot."
+msgstr "ለ ተመረጠው ትኩስ ቦታ ባህሪዎች ዝርዝር "
+
#. 8LR3s
#: cui/uiconfig/ui/customizedialog.ui:8
msgctxt "customizedialog|CustomizeDialog"
@@ -6730,29 +7885,47 @@ msgid "Create Database Link"
msgstr "የ ዳታቤዝ አገናኝ መፍጠሪያ"
#. XAYvY
-#: cui/uiconfig/ui/databaselinkdialog.ui:93
+#: cui/uiconfig/ui/databaselinkdialog.ui:90
msgctxt "databaselinkdialog|browse"
msgid "Browse..."
msgstr "መቃኛ..."
+#. YPWDd
+#: cui/uiconfig/ui/databaselinkdialog.ui:97
+msgctxt "extended_tip|browse"
+msgid "Opens a file dialog where you can select the database file."
+msgstr "መክፈቻ የ ፋይል ንግግር እርስዎ የ ዳታቤዝ ፋይል መምረጥ የሚችሉበት "
+
#. kvNEy
-#: cui/uiconfig/ui/databaselinkdialog.ui:108
+#: cui/uiconfig/ui/databaselinkdialog.ui:110
msgctxt "databaselinkdialog|label1"
msgid "_Database file:"
msgstr "የ _ዳታቤዝ ፋይል:"
#. X5UnF
-#: cui/uiconfig/ui/databaselinkdialog.ui:154
+#: cui/uiconfig/ui/databaselinkdialog.ui:156
msgctxt "databaselinkdialog|label4"
msgid "Registered _name:"
msgstr "የ ተመዘገበው _ስም:"
+#. qrTa8
+#: cui/uiconfig/ui/databaselinkdialog.ui:175
+msgctxt "extended_tip|name"
+msgid "Enter a name for the database. %PRODUCTNAME uses this name to access the database."
+msgstr "የ ዳታቤዝ ስም ያስገቡ %PRODUCTNAME ዳታቤዙ ጋር ለ መድረስ ይህን ስም ይጠቀማል "
+
#. FrRyU
-#: cui/uiconfig/ui/databaselinkdialog.ui:187
+#: cui/uiconfig/ui/databaselinkdialog.ui:194
msgctxt "databaselinkdialog|alttitle"
msgid "Edit Database Link"
msgstr "የ ዳታቤዝ አገናኝ ማረሚያ"
+#. WtSXQ
+#: cui/uiconfig/ui/databaselinkdialog.ui:220
+msgctxt "extended_tip|DatabaseLinkDialog"
+msgid "Creates or edits an entry in the Databases tab page."
+msgstr "ማስገቢያ መፍጠሪያ ወይንም ማረሚያ ከ ዳታቤዝ tab ገጽ ውስጥ"
+
#. ehaGT
#: cui/uiconfig/ui/dbregisterpage.ui:73
msgctxt "dbregisterpage|type"
@@ -6771,20 +7944,38 @@ msgctxt "dbregisterpage|new"
msgid "_New..."
msgstr "_አዲስ..."
+#. AFdvd
+#: cui/uiconfig/ui/dbregisterpage.ui:130
+msgctxt "extended_tip|new"
+msgid "Opens the Database Link dialog to create a new entry."
+msgstr "መክፈቻ የ ዳታቤዝ አገናኝ ንግግር አዲስ ማስገቢያ ለ መፍጠር "
+
#. zqFjG
-#: cui/uiconfig/ui/dbregisterpage.ui:137
+#: cui/uiconfig/ui/dbregisterpage.ui:142
msgctxt "dbregisterpage|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
+#. ZqToY
+#: cui/uiconfig/ui/dbregisterpage.ui:149
+msgctxt "extended_tip|delete"
+msgid "Removes the selected entry from the list."
+msgstr " የ ተመረጠውን ማስገቢያ ከ ዝርዝር ውስጥ ማስወገጃ "
+
#. eiE2E
-#: cui/uiconfig/ui/dbregisterpage.ui:151
+#: cui/uiconfig/ui/dbregisterpage.ui:161
msgctxt "dbregisterpage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
+#. fAwt9
+#: cui/uiconfig/ui/dbregisterpage.ui:168
+msgctxt "extended_tip|edit"
+msgid "Opens the Database Link dialog to edit the selected entry."
+msgstr " መክፈቻ የ ዳታቤዝ አገናኝ ንግግር አዲስ ማስገቢያ ለ መፍጠር "
+
#. Q3nF4
-#: cui/uiconfig/ui/dbregisterpage.ui:178
+#: cui/uiconfig/ui/dbregisterpage.ui:193
msgctxt "dbregisterpage|label1"
msgid "Registered Databases"
msgstr "የ ተመዘገቡ ዳታቤዞች"
@@ -6831,174 +8022,216 @@ msgctxt "dimensionlinestabpage|TSB_BELOW_REF_EDGE"
msgid "Measure _below object"
msgstr "መለኪያ ከ እቃው በ _ታች"
+#. DovuA
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:170
+msgctxt "dimensionlinestabpage|extended_tip|TSB_BELOW_REF_EDGE"
+msgid "Reverses the properties set in the Line area."
+msgstr "መገልበጫ የተሰናዳውን ባህሪዎች በ መስመር ቦታ"
+
+#. M2qGu
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:189
+msgctxt "dimensionlinestabpage|extended_tip|MTR_LINE_DIST"
+msgid "Specifies the distance between the dimension line and the baseline (line distance = 0)."
+msgstr "እርቀት መወሰኛ በ አቅጣጫ መስመር እና መሰረታዊ መስመር መካከል (የ መስመር እርቀት = 0)."
+
+#. 6wKTs
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:207
+msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_OVERHANG"
+msgid "Specifies the length of the left and right guides starting at the baseline (line distance = 0). Positive values extend the guides above the baseline and negative values extend the guides below the baseline."
+msgstr "እርዝመት መወሰኛ ለ ግራ እና ለ ቀኝ መምሪያ ማስጀመሪያ በ መሰረታዊ መስመር ላይ (የ መስመር እርዝመት = 0). አዎንታዊ ዋጋዎች መምሪያውን ያሰፉታል ከ መሰረታዊ መስመር በ ላይ በኩል እና አሉታዊ ዋጋዎች ያሰፉታል ከ መሰረታዊ መስመር በ ታች በኩል"
+
+#. AdBKh
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:225
+msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_DIST"
+msgid "Specifies the length of the right and left guides starting at the dimension line. Positive values extend the guides above the dimension line and negative values extend the guides below the dimension line."
+msgstr "እርዝመት መወሰኛ ለ ግራ እና ለ ቀኝ መምሪያ ማስጀመሪያ በ አቅጣጫ መስመር ላይ: አዎንታዊ ዋጋዎች መምሪያውን ያሰፉዋል ከ አቅጣጫ መስመር በ ላይ በኩል እና አሉታዊ ዋጋዎች ያሰፉታል ከ አቅጣጫ መስመር በ ታች በኩል"
+
+#. hFGhD
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:243
+msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE1_LEN"
+msgid "Specifies the length of the left guide starting at the dimension line. Positive values extend the guide below the dimension line and negative values extend the guide above the dimension line."
+msgstr "እርዝመት መወሰኛ ለ ግራ መምሪያ ማስጀመሪያ በ አቅጣጫ መስመር ላይ: አዎንታዊ ዋጋዎች መምሪያውን ያሰፉዋል ከ አቅጣጫ መስመር ከ ታች በኩል እና አሉታዊ ዋጋዎች ያሰፉታል ከ አቅጣጫ መስመር ከ ላይ በኩል"
+
+#. 3bQD4
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:261
+msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE2_LEN"
+msgid "Specifies the length of the right guide starting at the dimension line. Positive values extend the guide below the dimension line and negative values extend the guide above the dimension line."
+msgstr "እርዝመት መወሰኛ ለ ቀኝ መምሪያ ማስጀመሪያ በ አቅጣጫ መስመር ላይ: አዎንታዊ ዋጋዎች መምሪያውን ያሰፉዋል ከ አቅጣጫ መስመር ከ ታች በኩል እና አሉታዊ ዋጋዎች ያሰፉታል ከ አቅጣጫ መስመር ከ ላይ በኩል"
+
+#. BKJDe
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:278
+msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_DECIMALPLACES"
+msgid "Specifies the number of decimal places used for the display of line properties."
+msgstr "ለሚታየው የ መስመር ባህሪዎች የሚጠቀሙትን የ ዴሲማል ቦታ መወሰኛ"
+
#. uruYG
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:260
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:295
msgctxt "dimensionlinestabpage|label1"
msgid "Line"
msgstr "መስመር"
#. E3CgJ
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:296
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:331
msgctxt "dimensionlinestabpage|FT_POSITION"
msgid "_Text position"
msgstr "_የጽሁፍ ቦታ"
+#. EBYZf
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:374
+msgctxt "dimensionlinestabpage|extended_tip|CTL_POSITION"
+msgid "Determines the position of the dimension text with respect to the dimension line and the guides."
+msgstr "የ ጽሁፍ አቅጣጫ ቦታ መወሰኛ ከ አቅጣጫ መስመር እና መምሪያዎች አንጻር"
+
#. t8Ewg
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:350
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:390
msgctxt "dimensionlinestabpage|TSB_AUTOPOSV"
msgid "_AutoVertical"
msgstr "_በራሱ በቁመት"
+#. mFwVB
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:400
+msgctxt "dimensionlinestabpage|extended_tip|TSB_AUTOPOSV"
+msgid "Determines the optimal vertical position for the dimension text."
+msgstr "አጥጋቢ የ ቁመት ቦታ ለ ጽሁፍ አቅጣጫ መወሰኛ"
+
#. KykMq
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:367
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:412
msgctxt "dimensionlinestabpage|TSB_AUTOPOSH"
msgid "A_utoHorizontal"
msgstr "በ_ራሱ በ አግድም"
+#. jepxb
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:422
+msgctxt "dimensionlinestabpage|extended_tip|TSB_AUTOPOSH"
+msgid "Determines the optimal horizontal position for the dimension text."
+msgstr "አጥጋቢ የ አግድም ቦታ ለ ጽሁፍ አቅጣጫ መወሰኛ"
+
#. yQtE3
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:393
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:443
msgctxt "dimensionlinestabpage|TSB_PARALLEL"
msgid "_Parallel to line"
msgstr "ከ መስመሩ _አጓዳኝ"
+#. gZdFr
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:453
+msgctxt "dimensionlinestabpage|extended_tip|TSB_PARALLEL"
+msgid "Displays the text parallel to or at 90 degrees to the dimension line."
+msgstr "ጽሁፍ ማሳያ በ አጓዳኝ ወደ ወይንም በ 90 ዲግሪዎች በ አቅጣጫ መስመር ውስጥ"
+
#. QNscD
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:410
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:465
msgctxt "dimensionlinestabpage|TSB_SHOW_UNIT"
msgid "Show _measurement units"
msgstr "ማሳያ _የመለኪያ ክፍሎች"
+#. cJRA9
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:475
+msgctxt "dimensionlinestabpage|extended_tip|TSB_SHOW_UNIT"
+msgid "Shows or hides the dimension measurement units. You can also select a measurement unit you want to display from the list."
+msgstr "የ አቅጣጫ መለኪያ ክፍል ማሳያ ወይንም መደበቂያ: እርስዎ መምረጥ ይችላሉ የ መለኪያ ክፍል ማሳየት የሚፈልጉትን ከ ዝርዝር ውስጥ "
+
+#. EEaqi
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:493
+msgctxt "dimensionlinestabpage|extended_tip|LB_UNIT"
+msgid "Shows or hides the dimension measurement units. You can also select a measurement unit you want to display from the list."
+msgstr "የ አቅጣጫ መለኪያ ክፍል ማሳያ ወይንም መደበቂያ: እርስዎ መምረጥ ይችላሉ የ መለኪያ ክፍል ማሳየት የሚፈልጉትን ከ ዝርዝር ውስጥ "
+
#. gX83d
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:446
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:511
msgctxt "dimensionlinestabpage|label2"
msgid "Legend"
msgstr "መግለጫ"
#. TmRKU
-#: cui/uiconfig/ui/dimensionlinestabpage.ui:470
+#: cui/uiconfig/ui/dimensionlinestabpage.ui:535
msgctxt "dimensionlinestabpage|STR_MEASURE_AUTOMATIC"
msgid "Automatic"
msgstr "ራሱ በራሱ"
-#. o3vUV
-#: cui/uiconfig/ui/distributiondialog.ui:8
-msgctxt "distributiondialog|DistributionDialog"
-msgid "Distribution"
-msgstr "ስርጭት"
-
-#. wG8jp
-#: cui/uiconfig/ui/distributionpage.ui:36
-msgctxt "distributionpage|hornone"
-msgid "_None"
-msgstr "_ምንም"
-
-#. pB5Ai
-#: cui/uiconfig/ui/distributionpage.ui:52
-msgctxt "distributionpage|horleft"
-msgid "_Left"
-msgstr ""
-
-#. pBR9z
-#: cui/uiconfig/ui/distributionpage.ui:68
-msgctxt "distributionpage|horcenter"
-msgid "_Center"
-msgstr ""
-
-#. 6zCGK
-#: cui/uiconfig/ui/distributionpage.ui:84
-msgctxt "distributionpage|horright"
-msgid "_Right"
-msgstr ""
-
-#. b9pAA
-#: cui/uiconfig/ui/distributionpage.ui:126
-msgctxt "distributionpage|hordistance"
-msgid "_Spacing"
-msgstr "_ክፍተት"
-
-#. 674zH
-#: cui/uiconfig/ui/distributionpage.ui:177
-msgctxt "distributionpage|label"
-msgid "Horizontal"
-msgstr "በ አግድም"
-
-#. x6Mf8
-#: cui/uiconfig/ui/distributionpage.ui:210
-msgctxt "distributionpage|vernone"
-msgid "N_one"
-msgstr ""
-
-#. AqXxA
-#: cui/uiconfig/ui/distributionpage.ui:225
-msgctxt "distributionpage|vertop"
-msgid "_Top"
-msgstr "ከ _ላይ"
-
-#. CEBVG
-#: cui/uiconfig/ui/distributionpage.ui:241
-msgctxt "distributionpage|vercenter"
-msgid "C_enter"
-msgstr ""
-
-#. WrxKw
-#: cui/uiconfig/ui/distributionpage.ui:258
-msgctxt "distributionpage|verdistance"
-msgid "S_pacing"
-msgstr "ክ_ፍተት"
-
-#. FPUuF
-#: cui/uiconfig/ui/distributionpage.ui:274
-msgctxt "distributionpage|verbottom"
-msgid "_Bottom"
-msgstr "ከ _ታች"
-
-#. 74ACK
-#: cui/uiconfig/ui/distributionpage.ui:351
-msgctxt "distributionpage|label1"
-msgid "Vertical"
-msgstr "በ ቁመት"
-
#. KxUJj
#: cui/uiconfig/ui/editdictionarydialog.ui:26
msgctxt "editdictionarydialog|EditDictionaryDialog"
msgid "Edit Custom Dictionary"
msgstr "መዝገበ ቃላት ማረሚያ ማስተካከያ"
+#. JCLFA
+#: cui/uiconfig/ui/editdictionarydialog.ui:93
+msgctxt "book"
+msgid "Specifies the book to be edited."
+msgstr ""
+
+#. trTxg
+#: cui/uiconfig/ui/editdictionarydialog.ui:108
+msgctxt "lang"
+msgid "Assigns a new language to the current custom dictionary."
+msgstr ""
+
#. PV8x9
-#: cui/uiconfig/ui/editdictionarydialog.ui:114
+#: cui/uiconfig/ui/editdictionarydialog.ui:121
msgctxt "editdictionarydialog|book_label"
msgid "_Book:"
msgstr "_መጽሀፍ:"
#. HAsZg
-#: cui/uiconfig/ui/editdictionarydialog.ui:128
+#: cui/uiconfig/ui/editdictionarydialog.ui:135
msgctxt "editdictionarydialog|lang_label"
msgid "_Language:"
msgstr "_ቋንቋ:"
+#. mE3Lo
+#: cui/uiconfig/ui/editdictionarydialog.ui:180
+msgctxt "replace"
+msgid "This input field is only available if you are editing an exception dictionary or a language-dependent custom dictionary. In exception dictionaries, the field shows the alternative suggestion for the current word in the \"Word\" text box. In language-dependent custom dictionaries, the field contains a known root word, as a model of affixation of the new word or its usage in compound words. For example, in a German custom dictionary, the new word “Litschi” (lychee) with the model word “Gummi” (gum) will result recognition of “Litschis” (lychees), “Litschibaum” (lychee tree), “Litschifrucht” (lychee fruit) etc."
+msgstr ""
+
+#. 5EwBs
+#: cui/uiconfig/ui/editdictionarydialog.ui:197
+msgctxt "word"
+msgid "You can type a new word for inclusion in the dictionary. In the list below you will see the contents of the current custom dictionary."
+msgstr ""
+
#. WWwmQ
-#: cui/uiconfig/ui/editdictionarydialog.ui:193
+#: cui/uiconfig/ui/editdictionarydialog.ui:210
msgctxt "editdictionarydialog|word_label"
msgid "_Word"
msgstr "_ቃላት"
#. okMAh
-#: cui/uiconfig/ui/editdictionarydialog.ui:207
+#: cui/uiconfig/ui/editdictionarydialog.ui:224
msgctxt "editdictionarydialog|replace_label"
msgid "_Replace By"
msgstr "_መቀየሪያ በ"
#. D7JJT
-#: cui/uiconfig/ui/editdictionarydialog.ui:336
+#: cui/uiconfig/ui/editdictionarydialog.ui:353
msgctxt "editdictionarydialog|newreplace"
msgid "_New"
msgstr "_አዲስ"
+#. CP9Qq
+#: cui/uiconfig/ui/editdictionarydialog.ui:360
+msgctxt "newreplace"
+msgid "Adds the word in the Word text field to your current custom dictionary. The word in the Suggestion field is also added when working with exception dictionaries."
+msgstr ""
+
#. K2Sst
-#: cui/uiconfig/ui/editdictionarydialog.ui:350
+#: cui/uiconfig/ui/editdictionarydialog.ui:372
msgctxt "editdictionarydialog|delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
+#. VzuAW
+#: cui/uiconfig/ui/editdictionarydialog.ui:379
+msgctxt "delete"
+msgid "Removes the marked word from the current custom dictionary."
+msgstr ""
+
+#. 35DN3
+#: cui/uiconfig/ui/editdictionarydialog.ui:414
+msgctxt "EditDictionaryDialog"
+msgid "In the Edit Custom Dictionary dialog you have the option to enter new terms or edit existing entries."
+msgstr ""
+
#. XEUyG
#: cui/uiconfig/ui/editmodulesdialog.ui:34
msgctxt "editmodulesdialog|EditModulesDialog"
@@ -7006,37 +8239,67 @@ msgid "Edit Modules"
msgstr "ክፍሎች ማረሚያ"
#. hcGaw
-#: cui/uiconfig/ui/editmodulesdialog.ui:115
+#: cui/uiconfig/ui/editmodulesdialog.ui:112
msgctxt "editmodulesdialog|moredictslink"
msgid "Get more dictionaries online..."
msgstr "በመስመር ላይ ተጨማሪ መዝገበ ቃላቶች ያግኙ..."
#. ibDJj
-#: cui/uiconfig/ui/editmodulesdialog.ui:137
+#: cui/uiconfig/ui/editmodulesdialog.ui:134
msgctxt "editmodulesdialog|label2"
msgid "Language:"
msgstr "ቋንቋ:"
+#. T7wyy
+#: cui/uiconfig/ui/editmodulesdialog.ui:166
+msgctxt "language"
+msgid "Specifies the language of the module."
+msgstr ""
+
#. 9zC9B
-#: cui/uiconfig/ui/editmodulesdialog.ui:196
+#: cui/uiconfig/ui/editmodulesdialog.ui:198
msgctxt "editmodulesdialog|up"
msgid "Move Up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
+#. Da5kZ
+#: cui/uiconfig/ui/editmodulesdialog.ui:205
+msgctxt "up"
+msgid "Increases the priority of the module selected in the list box by one level."
+msgstr ""
+
#. aGo9M
-#: cui/uiconfig/ui/editmodulesdialog.ui:210
+#: cui/uiconfig/ui/editmodulesdialog.ui:217
msgctxt "editmodulesdialog|down"
msgid "Move Down"
msgstr "ወደ ታች ማንቀሳቀሻ"
-#. Vr5kM
+#. ZEvov
#: cui/uiconfig/ui/editmodulesdialog.ui:224
+msgctxt "down"
+msgid "Decreases the priority of the module selected in the list box by one level."
+msgstr ""
+
+#. Vr5kM
+#: cui/uiconfig/ui/editmodulesdialog.ui:236
msgctxt "editmodulesdialog|back"
msgid "_Back"
msgstr "_ወደ ኋላ"
+#. FuJDd
+#: cui/uiconfig/ui/editmodulesdialog.ui:243
+msgctxt "back"
+msgid "Click here to undo the current changes in the list box."
+msgstr ""
+
+#. 4d4Pc
+#: cui/uiconfig/ui/editmodulesdialog.ui:309
+msgctxt "lingudicts"
+msgid "Specifies the language and the available spelling, hyphenation and Thesaurus sub-modules for the selected module."
+msgstr ""
+
#. ZF8AG
-#: cui/uiconfig/ui/editmodulesdialog.ui:312
+#: cui/uiconfig/ui/editmodulesdialog.ui:334
msgctxt "editmodulesdialog|label1"
msgid "Options"
msgstr "ምርጫዎች"
@@ -7089,294 +8352,384 @@ msgctxt "effectspage|liststore1"
msgid "Small capitals"
msgstr "በ ትንሹ አቢይ ፊደል"
+#. 4quGL
+#: cui/uiconfig/ui/effectspage.ui:120
+msgctxt "effectspage|extended_tip|effectslb"
+msgid "Select the font effects that you want to apply."
+msgstr "መጠቀም የሚፈልጉትን የ ፊደል ውጤት ይወስኑ"
+
#. GJExJ
-#: cui/uiconfig/ui/effectspage.ui:129
+#: cui/uiconfig/ui/effectspage.ui:134
msgctxt "effectspage|liststore2"
msgid "(Without)"
msgstr "(ያለ)"
#. 2zc6A
-#: cui/uiconfig/ui/effectspage.ui:130
+#: cui/uiconfig/ui/effectspage.ui:135
msgctxt "effectspage|liststore2"
msgid "Embossed"
msgstr "መቅረጫ"
#. Vq3YD
-#: cui/uiconfig/ui/effectspage.ui:131
+#: cui/uiconfig/ui/effectspage.ui:136
msgctxt "effectspage|liststore2"
msgid "Engraved"
msgstr "የተቀረጸ"
+#. D49UU
+#: cui/uiconfig/ui/effectspage.ui:140
+msgctxt "effectspage|extended_tip|relieflb"
+msgid "Select a relief effect to apply to the selected text. The embossed relief makes the characters appear as if they are raised above the page. The engraved relief makes the characters appear as if they are pressed into the page."
+msgstr ""
+
#. G8SPK
-#: cui/uiconfig/ui/effectspage.ui:144
+#: cui/uiconfig/ui/effectspage.ui:154
msgctxt "effectspage|liststore3"
msgid "(Without)"
msgstr "(ያለ)"
#. V3aSU
-#: cui/uiconfig/ui/effectspage.ui:145
+#: cui/uiconfig/ui/effectspage.ui:155
msgctxt "effectspage|liststore3"
msgid "Dot"
msgstr "ነጥብ"
#. sek6h
-#: cui/uiconfig/ui/effectspage.ui:146
+#: cui/uiconfig/ui/effectspage.ui:156
msgctxt "effectspage|liststore3"
msgid "Circle"
msgstr "ክብ"
#. rbdan
-#: cui/uiconfig/ui/effectspage.ui:147
+#: cui/uiconfig/ui/effectspage.ui:157
msgctxt "effectspage|liststore3"
msgid "Disc"
msgstr "ቅናሽ"
#. CCKAv
-#: cui/uiconfig/ui/effectspage.ui:148
+#: cui/uiconfig/ui/effectspage.ui:158
msgctxt "effectspage|liststore3"
msgid "Accent"
msgstr "ማጉሊያ"
+#. VSsqz
+#: cui/uiconfig/ui/effectspage.ui:162
+msgctxt "effectspage|extended_tip|emphasislb"
+msgid "Select a character to display over or below the entire length of the selected text."
+msgstr "ይምረጡ ባህሪ ለማሳየት ከ ላይ ወይንም ከ ታች የ ተመረጠውን ሰነድ ጠቅላላ እርዝመት"
+
#. Z6WHC
-#: cui/uiconfig/ui/effectspage.ui:161
+#: cui/uiconfig/ui/effectspage.ui:176
msgctxt "effectspage|liststore4"
msgid "Above text"
msgstr "ከ ጽሁፉ በላይ"
#. 4dQqG
-#: cui/uiconfig/ui/effectspage.ui:162
+#: cui/uiconfig/ui/effectspage.ui:177
msgctxt "effectspage|liststore4"
msgid "Below text"
msgstr "ከ ጽሁፍ ስር"
+#. HPUf8
+#: cui/uiconfig/ui/effectspage.ui:181
+msgctxt "effectspage|extended_tip|positionlb"
+msgid "Specify where to display the emphasis marks."
+msgstr "የ ማጋነኛ ምልክቶች የት እንደሚታዩ መወሰኛ "
+
#. D848F
-#: cui/uiconfig/ui/effectspage.ui:174
+#: cui/uiconfig/ui/effectspage.ui:194
msgctxt "effectspage|positionft"
msgid "Position:"
msgstr "ቦታ:"
#. QBQPF
-#: cui/uiconfig/ui/effectspage.ui:188
+#: cui/uiconfig/ui/effectspage.ui:208
msgctxt "effectspage|emphasisft"
msgid "Emphasis mark:"
msgstr "የማጋነኛ ምልክት:"
#. 5pMfK
-#: cui/uiconfig/ui/effectspage.ui:200
+#: cui/uiconfig/ui/effectspage.ui:220
msgctxt "effectspage|outlinecb"
msgid "Outline"
msgstr "ረቂቅ"
+#. fXVDq
+#: cui/uiconfig/ui/effectspage.ui:230
+msgctxt "effectspage|extended_tip|outlinecb"
+msgid "Displays the outline of the selected characters. This effect does not work with every font."
+msgstr "የተመረጡትን ባህሪዎች ማሳያ: ይህ ተጽእኖ በ ሁሉም ፊደሎች ላይ አይሰራም"
+
#. umH7r
-#: cui/uiconfig/ui/effectspage.ui:216
+#: cui/uiconfig/ui/effectspage.ui:241
msgctxt "effectspage|shadowcb"
msgid "Shadow"
msgstr "ጥላ"
+#. 8tyio
+#: cui/uiconfig/ui/effectspage.ui:251
+msgctxt "effectspage|extended_tip|shadowcb"
+msgid "Adds a shadow that casts below and to the right of the selected characters."
+msgstr "ለተመረጡት ባህሪዎች ከ ታች እና በ ቀኝ በኩል ጥላ መፍጠሪያ"
+
#. KraW7
-#: cui/uiconfig/ui/effectspage.ui:232
+#: cui/uiconfig/ui/effectspage.ui:262
msgctxt "effectspage|hiddencb"
msgid "Hidden"
msgstr "የተደበቀ"
+#. wFPA3
+#: cui/uiconfig/ui/effectspage.ui:272
+msgctxt "effectspage|extended_tip|hiddencb"
+msgid "Hides the selected characters."
+msgstr ""
+
#. GZX6U
-#: cui/uiconfig/ui/effectspage.ui:269
+#: cui/uiconfig/ui/effectspage.ui:304
msgctxt "effectspage|effectsft2"
msgid "Effects"
msgstr ""
#. BD3Ka
-#: cui/uiconfig/ui/effectspage.ui:306
+#: cui/uiconfig/ui/effectspage.ui:341
msgctxt "effectspage|label46"
msgid "Overlining:"
msgstr "የተደራረበ:"
#. WtjES
-#: cui/uiconfig/ui/effectspage.ui:320
+#: cui/uiconfig/ui/effectspage.ui:355
msgctxt "effectspage|label47"
msgid "Strikethrough:"
msgstr "በላዩ ላይ መሰረዣ:"
#. tCP45
-#: cui/uiconfig/ui/effectspage.ui:334
+#: cui/uiconfig/ui/effectspage.ui:369
msgctxt "effectspage|label48"
msgid "Underlining:"
msgstr "ከ ስሩ ማስመሪያ:"
#. EGta9
-#: cui/uiconfig/ui/effectspage.ui:349 cui/uiconfig/ui/effectspage.ui:378
+#: cui/uiconfig/ui/effectspage.ui:384 cui/uiconfig/ui/effectspage.ui:418
msgctxt "effectspage|liststore6"
msgid "(Without)"
msgstr "(ያለ)"
#. wvpKK
-#: cui/uiconfig/ui/effectspage.ui:350 cui/uiconfig/ui/effectspage.ui:379
+#: cui/uiconfig/ui/effectspage.ui:385 cui/uiconfig/ui/effectspage.ui:419
msgctxt "effectspage|liststore6"
msgid "Single"
msgstr "ነጠላ"
#. dCubb
-#: cui/uiconfig/ui/effectspage.ui:351 cui/uiconfig/ui/effectspage.ui:380
+#: cui/uiconfig/ui/effectspage.ui:386 cui/uiconfig/ui/effectspage.ui:420
msgctxt "effectspage|liststore6"
msgid "Double"
msgstr "ድርብ"
#. JFKfG
-#: cui/uiconfig/ui/effectspage.ui:352 cui/uiconfig/ui/effectspage.ui:381
+#: cui/uiconfig/ui/effectspage.ui:387 cui/uiconfig/ui/effectspage.ui:421
msgctxt "effectspage|liststore6"
msgid "Bold"
msgstr "ማድመቂያ"
#. m7Jwh
-#: cui/uiconfig/ui/effectspage.ui:353 cui/uiconfig/ui/effectspage.ui:382
+#: cui/uiconfig/ui/effectspage.ui:388 cui/uiconfig/ui/effectspage.ui:422
msgctxt "effectspage|liststore6"
msgid "Dotted"
msgstr "ነጠብጣብ"
#. iC5t6
-#: cui/uiconfig/ui/effectspage.ui:354 cui/uiconfig/ui/effectspage.ui:383
+#: cui/uiconfig/ui/effectspage.ui:389 cui/uiconfig/ui/effectspage.ui:423
msgctxt "effectspage|liststore6"
msgid "Dotted (Bold)"
msgstr "ነጠብጣብ (ማድመቂያ)"
#. uGcdw
-#: cui/uiconfig/ui/effectspage.ui:355 cui/uiconfig/ui/effectspage.ui:384
+#: cui/uiconfig/ui/effectspage.ui:390 cui/uiconfig/ui/effectspage.ui:424
msgctxt "effectspage|liststore6"
msgid "Dash"
msgstr "ዳሽ"
#. BLRCY
-#: cui/uiconfig/ui/effectspage.ui:356 cui/uiconfig/ui/effectspage.ui:385
+#: cui/uiconfig/ui/effectspage.ui:391 cui/uiconfig/ui/effectspage.ui:425
msgctxt "effectspage|liststore6"
msgid "Dash (Bold)"
msgstr "ዳሽ (ማድመቂያ)"
#. FCcKo
-#: cui/uiconfig/ui/effectspage.ui:357 cui/uiconfig/ui/effectspage.ui:386
+#: cui/uiconfig/ui/effectspage.ui:392 cui/uiconfig/ui/effectspage.ui:426
msgctxt "effectspage|liststore6"
msgid "Long Dash"
msgstr "ረጅም ዳሽ"
#. 7UBEL
-#: cui/uiconfig/ui/effectspage.ui:358 cui/uiconfig/ui/effectspage.ui:387
+#: cui/uiconfig/ui/effectspage.ui:393 cui/uiconfig/ui/effectspage.ui:427
msgctxt "effectspage|liststore6"
msgid "Long Dash (Bold)"
msgstr "ረጅም ዳሽ (ማድመቂያ)"
#. a58XD
-#: cui/uiconfig/ui/effectspage.ui:359 cui/uiconfig/ui/effectspage.ui:388
+#: cui/uiconfig/ui/effectspage.ui:394 cui/uiconfig/ui/effectspage.ui:428
msgctxt "effectspage|liststore6"
msgid "Dot Dash"
msgstr "ነጥብ ዳሽ"
#. MhBD8
-#: cui/uiconfig/ui/effectspage.ui:360 cui/uiconfig/ui/effectspage.ui:389
+#: cui/uiconfig/ui/effectspage.ui:395 cui/uiconfig/ui/effectspage.ui:429
msgctxt "effectspage|liststore6"
msgid "Dot Dash (Bold)"
msgstr "ነጥብ ዳሽ (ማድመቂያ)"
#. AcyEi
-#: cui/uiconfig/ui/effectspage.ui:361 cui/uiconfig/ui/effectspage.ui:390
+#: cui/uiconfig/ui/effectspage.ui:396 cui/uiconfig/ui/effectspage.ui:430
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash"
msgstr "ነጥብ ነጥብ ዳሽ"
#. BRq6u
-#: cui/uiconfig/ui/effectspage.ui:362 cui/uiconfig/ui/effectspage.ui:391
+#: cui/uiconfig/ui/effectspage.ui:397 cui/uiconfig/ui/effectspage.ui:431
msgctxt "effectspage|liststore6"
msgid "Dot Dot Dash (Bold)"
msgstr "ነጥብ ነጥብ ዳሽ (ማድመቂያ)"
#. kEEBv
-#: cui/uiconfig/ui/effectspage.ui:363 cui/uiconfig/ui/effectspage.ui:392
+#: cui/uiconfig/ui/effectspage.ui:398 cui/uiconfig/ui/effectspage.ui:432
msgctxt "effectspage|liststore6"
msgid "Wave"
msgstr "ማእበል"
#. XDicz
-#: cui/uiconfig/ui/effectspage.ui:364 cui/uiconfig/ui/effectspage.ui:393
+#: cui/uiconfig/ui/effectspage.ui:399 cui/uiconfig/ui/effectspage.ui:433
msgctxt "effectspage|liststore6"
msgid "Wave (Bold)"
msgstr "ማዕበል (ማድመቂያ)"
#. ZxdxD
-#: cui/uiconfig/ui/effectspage.ui:365 cui/uiconfig/ui/effectspage.ui:394
+#: cui/uiconfig/ui/effectspage.ui:400 cui/uiconfig/ui/effectspage.ui:434
msgctxt "effectspage|liststore6"
msgid "Double Wave"
msgstr "ድርብ ማዕበል"
+#. i6Qpd
+#: cui/uiconfig/ui/effectspage.ui:404
+msgctxt "effectspage|extended_tip|overlinelb"
+msgid "Select the overlining style that you want to apply. To apply the overlining to words only, select the Individual Words box."
+msgstr "እርስዎ መጠቀም የሚፈልጉትን ከ ላዩ ላይ ማስመሪያ ዘዴ አይነት ይምረጡ: ከ ላዩ ላይ ማስመሪያ ዘዴ ለመፈጸም ለ ቃላት ብቻ: ይምረጡ የ እያንዳንዱን ቃላቶች ከ ሳጥን ውስጥ "
+
+#. jbrhD
+#: cui/uiconfig/ui/effectspage.ui:438
+msgctxt "effectspage|extended_tip|underlinelb"
+msgid "Select the underlining style that you want to apply. To apply the underlining to words only, select the Individual Words box."
+msgstr "እርስዎ መጠቀም የሚፈልጉትን ከ ስሩ ማስመሪያ ዘዴ አይነት ይምረጡ: ከ ስሩ ማስመሪያ ዘዴ ለመፈጸም ለ ቃላት ብቻ: ይምረጡ የ እያንዳንዱን ቃላቶች ከ ሳጥን ውስጥ "
+
#. FgNij
-#: cui/uiconfig/ui/effectspage.ui:407
+#: cui/uiconfig/ui/effectspage.ui:452
msgctxt "effectspage|liststore5"
msgid "(Without)"
msgstr "(ያለ)"
#. Q4YtH
-#: cui/uiconfig/ui/effectspage.ui:408
+#: cui/uiconfig/ui/effectspage.ui:453
msgctxt "effectspage|liststore5"
msgid "Single"
msgstr "ነጠላ"
#. 9ndBZ
-#: cui/uiconfig/ui/effectspage.ui:409
+#: cui/uiconfig/ui/effectspage.ui:454
msgctxt "effectspage|liststore5"
msgid "Double"
msgstr "ድርብ"
#. p5Q9A
-#: cui/uiconfig/ui/effectspage.ui:410
+#: cui/uiconfig/ui/effectspage.ui:455
msgctxt "effectspage|liststore5"
msgid "Bold"
msgstr "ማድመቂያ"
#. bcZBk
-#: cui/uiconfig/ui/effectspage.ui:411
+#: cui/uiconfig/ui/effectspage.ui:456
msgctxt "effectspage|liststore5"
msgid "With /"
msgstr "ጋር /"
#. GJKbv
-#: cui/uiconfig/ui/effectspage.ui:412
+#: cui/uiconfig/ui/effectspage.ui:457
msgctxt "effectspage|liststore5"
msgid "With X"
msgstr "With X"
+#. Pmdav
+#: cui/uiconfig/ui/effectspage.ui:461
+msgctxt "effectspage|extended_tip|strikeoutlb"
+msgid "Select a strikethrough style for the selected text."
+msgstr "ለተመረጠው ጽሁፍ በላዩ ላይ መሰረዣ ዘዴ ይምረጡ"
+
+#. qtErr
+#: cui/uiconfig/ui/effectspage.ui:483
+msgctxt "effectspage|extended_tip|underlinecolorlb"
+msgid "Select the color for the underlining."
+msgstr "ከ ስሩ ማስመሪያ ቀለም ይምረጡ"
+
+#. vuxpt
+#: cui/uiconfig/ui/effectspage.ui:505
+msgctxt "effectspage|extended_tip|overlinecolorlb"
+msgid "Select the color for the overlining."
+msgstr "ከ ላይ ማስመሪያ ቀለም ይምረጡ"
+
#. VYaEr
-#: cui/uiconfig/ui/effectspage.ui:454
+#: cui/uiconfig/ui/effectspage.ui:516
msgctxt "effectspage|individualwordscb"
msgid "Individual words"
msgstr "እያንዳንዱ ቃላቶች"
+#. AP5Gy
+#: cui/uiconfig/ui/effectspage.ui:525
+msgctxt "effectspage|extended_tip|individualwordscb"
+msgid "Applies the selected effect only to words and ignores spaces."
+msgstr "የተመረጠውን ውጤት በ ፊደሎች ላይ ብቻ መፈጸሚያ እና ባዶ ቦታዎችን መተው "
+
#. oFKJN
-#: cui/uiconfig/ui/effectspage.ui:504
+#: cui/uiconfig/ui/effectspage.ui:571
msgctxt "effectspage|textdecoration"
msgid "Text Decoration"
msgstr ""
#. omW2n
-#: cui/uiconfig/ui/effectspage.ui:540
+#: cui/uiconfig/ui/effectspage.ui:607
msgctxt "effectspage|fontcolorft"
msgid "Font color:"
msgstr "የ ፊደል ቀለም:"
+#. ttwFt
+#: cui/uiconfig/ui/effectspage.ui:630
+msgctxt "effectspage|extended_tip|fontcolorlb"
+msgid "Sets the color for the selected text. If you select Automatic, the text color is set to black for light backgrounds and to white for dark backgrounds."
+msgstr ""
+
#. aAbzm
-#: cui/uiconfig/ui/effectspage.ui:569
+#: cui/uiconfig/ui/effectspage.ui:642
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
msgstr "የ መድረሻ ምርጫ \"ይጠቀሙ ራሱ በራሱ የ ፊደል ቀለም ለ መመልከቻ ማሳያ\" ንቁ ነው: የ ፊደል ቀለም መለያ አሁን እየተጠቀሙ አይደለም ጽሁፍ ለማሳያ"
#. AZF8Q
-#: cui/uiconfig/ui/effectspage.ui:583
+#: cui/uiconfig/ui/effectspage.ui:656
msgctxt "effectspage|fonttransparencyft"
msgid "_Transparency:"
msgstr ""
#. vELSr
-#: cui/uiconfig/ui/effectspage.ui:616
+#: cui/uiconfig/ui/effectspage.ui:689
msgctxt "effectspage|fontcolorft3"
msgid "Font Color"
msgstr ""
+#. TzsRB
+#: cui/uiconfig/ui/effectspage.ui:705
+msgctxt "effectspage|extended_tip|EffectsPage"
+msgid "Specify the font effects that you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ ፊደል ውጤት ይወስኑ"
+
#. GypUU
#: cui/uiconfig/ui/embossdialog.ui:8
msgctxt "embossdialog|EmbossDialog"
@@ -7384,17 +8737,23 @@ msgid "Emboss"
msgstr "መቅረጫ"
#. uAQBB
-#: cui/uiconfig/ui/embossdialog.ui:141
+#: cui/uiconfig/ui/embossdialog.ui:138
msgctxt "embossdialog|label2"
msgid "_Light source:"
msgstr "የ _ብርሃን ምንጭ:"
#. GPyhz
-#: cui/uiconfig/ui/embossdialog.ui:195
+#: cui/uiconfig/ui/embossdialog.ui:192
msgctxt "embossdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
+#. AuuQ6
+#: cui/uiconfig/ui/embossdialog.ui:217
+msgctxt "embossdialog|extended_tip|EmbossDialog"
+msgid "Displays a dialog for creating reliefs."
+msgstr ""
+
#. RjncS
#: cui/uiconfig/ui/entrycontextmenu.ui:12
msgctxt "entrycontextmenu|remove"
@@ -7438,47 +8797,83 @@ msgid "Assign Macro"
msgstr "Macro መመደቢያ"
#. BgFFN
-#: cui/uiconfig/ui/eventassignpage.ui:85
+#: cui/uiconfig/ui/eventassignpage.ui:84
msgctxt "eventassignpage|eventft"
msgid "Event"
msgstr "ሁኔታ"
#. ginEm
-#: cui/uiconfig/ui/eventassignpage.ui:98
+#: cui/uiconfig/ui/eventassignpage.ui:97
msgctxt "eventassignpage|assignft"
msgid "Assigned Action"
msgstr "የተመደበው ተግባር"
+#. xj34d
+#: cui/uiconfig/ui/eventassignpage.ui:108
+msgctxt "eventassignpage|extended_tip|assignments"
+msgid "Lists the events that can trigger a macro."
+msgstr "ማክሮስ የሚያስነሱ ሁኔታዎች ዝርዝር "
+
#. P3GeQ
-#: cui/uiconfig/ui/eventassignpage.ui:117
+#: cui/uiconfig/ui/eventassignpage.ui:121
msgctxt "eventassignpage|libraryft1"
msgid "Assignments"
msgstr "ስራ"
#. dcPPB
-#: cui/uiconfig/ui/eventassignpage.ui:138
+#: cui/uiconfig/ui/eventassignpage.ui:142
msgctxt "eventassignpage|assign"
msgid "Assign"
msgstr "መመደቢያ"
+#. dMCaf
+#: cui/uiconfig/ui/eventassignpage.ui:150
+msgctxt "eventassignpage|extended_tip|assign"
+msgid "Assigns the selected macro to the selected event."
+msgstr "የ ተመረጠውን ማክሮስ ለ ተመረጠው ሁኔታ መመደቢያ "
+
#. nwUkL
-#: cui/uiconfig/ui/eventassignpage.ui:153
+#: cui/uiconfig/ui/eventassignpage.ui:162
msgctxt "eventassignpage|delete"
msgid "Remove"
msgstr "ማስወገጃ"
+#. qaQin
+#: cui/uiconfig/ui/eventassignpage.ui:169
+msgctxt "eventassignpage|extended_tip|delete"
+msgid "Removes the macro assignment from the selected entry."
+msgstr "ከ ተመረጠው ማስገቢያ ውስጥ የ ማክሮስ ስራ ማስወገጃ "
+
+#. 9GNQR
+#: cui/uiconfig/ui/eventassignpage.ui:249
+msgctxt "eventassignpage|extended_tip|libraries"
+msgid "Lists the %PRODUCTNAME program and any open %PRODUCTNAME document."
+msgstr "ዝርዝር የ %PRODUCTNAME ፕሮግራም እና ማንኛውንም መክፈቻ %PRODUCTNAME ሰነድ "
+
#. y7Vyi
-#: cui/uiconfig/ui/eventassignpage.ui:244
+#: cui/uiconfig/ui/eventassignpage.ui:262
msgctxt "eventassignpage|macrotoft"
msgid "Macro From"
msgstr "Macro ከ"
+#. n2zaD
+#: cui/uiconfig/ui/eventassignpage.ui:330
+msgctxt "eventassignpage|extended_tip|macros"
+msgid "Lists the available macros. Select the macro that you want to assign to the selected event, and then click Assign."
+msgstr "ዝግጁ የ ማክሮስ ዝርዝር: ይምረጡ ማክሮስ እርስዎ መመደብ የሚፈልጉትን ለ ተመረጠው ሁኔታ: እና ከዛ ይጫኑ መመደቢያ "
+
#. d229E
-#: cui/uiconfig/ui/eventassignpage.ui:320
+#: cui/uiconfig/ui/eventassignpage.ui:343
msgctxt "eventassignpage|existingmacrosft"
msgid "Existing Macros"
msgstr "የ ነበረው ማክሮስ"
+#. ZKRQr
+#: cui/uiconfig/ui/eventassignpage.ui:364
+msgctxt "eventassignpage|extended_tip|EventAssignPage"
+msgid "Specifies the macro to run when you click an image, frame, or an OLE object."
+msgstr "የሚሄደውን ማክሮስ መወሰኝ እርስዎ በሚጫኑ ጊዜ: ንድፍ: ክፈፍ: ወይንም የ OLE እቃ "
+
#. 83DK5
#: cui/uiconfig/ui/eventsconfigpage.ui:41
msgctxt "eventsconfigpage|label1"
@@ -7491,30 +8886,60 @@ msgctxt "eventsconfigpage|macro"
msgid "M_acro..."
msgstr "ማ_ክሮስ..."
+#. TqHir
+#: cui/uiconfig/ui/eventsconfigpage.ui:67
+msgctxt "eventsconfigpage|extended_tip|macro"
+msgid "Opens the Macro Selector to assign a macro to the selected event."
+msgstr "መክፈቻ የ ማክሮስ መምረጫ ለ መመደብ ማክሮስ ወደ ተመረጠው ሁኔታ "
+
#. gxSRb
-#: cui/uiconfig/ui/eventsconfigpage.ui:74
+#: cui/uiconfig/ui/eventsconfigpage.ui:79
msgctxt "eventsconfigpage|delete"
msgid "_Remove"
msgstr "_ማስወገጃ"
+#. FGfuV
+#: cui/uiconfig/ui/eventsconfigpage.ui:86
+msgctxt "eventsconfigpage|extended_tip|delete"
+msgid "Deletes the macro or component assignment for the selected event."
+msgstr ""
+
#. Ebcvv
-#: cui/uiconfig/ui/eventsconfigpage.ui:116
+#: cui/uiconfig/ui/eventsconfigpage.ui:126
msgctxt "eventsconfigpage|label2"
msgid "Save in:"
msgstr "ማስቀመጫ በ:"
+#. JQMTJ
+#: cui/uiconfig/ui/eventsconfigpage.ui:143
+msgctxt "eventsconfigpage|extended_tip|savein"
+msgid "Select first where to save the event binding, in the current document or in %PRODUCTNAME."
+msgstr "በ መጀመሪያ ይምረጡ ሁኔታ ማጣመሪያው የት እንደሚቀመጥ: በ አሁኑ ሰነድ ውስጥ ወይንም በ %PRODUCTNAME."
+
#. C6KwW
-#: cui/uiconfig/ui/eventsconfigpage.ui:167
+#: cui/uiconfig/ui/eventsconfigpage.ui:182
msgctxt "eventsconfigpage|eventft"
msgid "Event"
msgstr "ሁኔታ"
#. daKJA
-#: cui/uiconfig/ui/eventsconfigpage.ui:191
+#: cui/uiconfig/ui/eventsconfigpage.ui:206
msgctxt "eventsconfigpage|actionft"
msgid "Assigned Action"
msgstr "የተመደበው ተግባር"
+#. Gp5MK
+#: cui/uiconfig/ui/eventsconfigpage.ui:217
+msgctxt "eventsconfigpage|extended_tip|events"
+msgid "The big list box lists the events and the assigned macros. After you selected the location in the Save In list box, select an event in the big list box. Then click Assign Macro."
+msgstr "የ ትልቅ ዝርዝር ሳጥን የያዛቸው ዝርዝሮች የ ሁኔታዎች እና የ ተመደበ ማክሮስ ነው: አካባቢውን ከ መረጡ በኋላ ከ ማስቀመጫ በ ዝርዝር ሳጥን ውስጥ: ይምረጡ ሁኔታ ከ ትልቁ ዝርዝር ሳጥን ውስጥ: እና ከዛ ይጫኑ መመደቢያ ማክሮስ "
+
+#. aCb4v
+#: cui/uiconfig/ui/eventsconfigpage.ui:242
+msgctxt "eventsconfigpage|extended_tip|EventsConfigPage"
+msgid "Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs."
+msgstr "ወደ ፕሮግራም ሁኔታዎች ማክሮስ መመደቢያ: የ ተመደበው ማክሮስ ራሱ በራሱ ሁኔታው ሲሟላ ይሄዳል "
+
#. BvWSS
#: cui/uiconfig/ui/fmsearchdialog.ui:8
msgctxt "fmsearchdialog|RecordSearchDialog"
@@ -7522,155 +8947,293 @@ msgid "Record Search"
msgstr "መዝገብ መፈለጊያ"
#. BiFWr
-#: cui/uiconfig/ui/fmsearchdialog.ui:27
+#: cui/uiconfig/ui/fmsearchdialog.ui:24
msgctxt "fmsearchdialog|pbSearchAgain"
msgid "S_earch"
msgstr "መ_ፈለጊያ"
-#. sC6j6
+#. LBdux
+#: cui/uiconfig/ui/fmsearchdialog.ui:33
+msgctxt "fmsearchdialog|extended_tip|pbSearchAgain"
+msgid "Starts or cancels the search."
+msgstr "መፈለጊያ ማስጀመሪያ ወይንም መሰረዣ"
+
+#. QReEJ
+#: cui/uiconfig/ui/fmsearchdialog.ui:52
+msgctxt "fmsearchdialog|extended_tip|close"
+msgid "Closes the dialog. The settings of the last search will be saved until you quit %PRODUCTNAME."
+msgstr "ንግግሩን መዝጊያ: የ መጨረሻው መፈለጊያ ማሰናጃ ይቀመጣል እርስዎ እስከሚያጠፉ ድረስ %PRODUCTNAME"
+
+#. UPeyv
#: cui/uiconfig/ui/fmsearchdialog.ui:146
+msgctxt "fmsearchdialog|extended_tip|cmbSearchText"
+msgid "Enter the search term in the box or select it from the list."
+msgstr "የ መፈለጊያ ደንብ ያስገቡ በ ሳጥን ውስጥ ወይንም ይምረጡ ከ ዝርዝር ውስጥ "
+
+#. sC6j6
+#: cui/uiconfig/ui/fmsearchdialog.ui:157
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
msgstr "_ጽሁፍ:"
+#. Abepw
+#: cui/uiconfig/ui/fmsearchdialog.ui:167
+msgctxt "fmsearchdialog|extended_tip|rbSearchForText"
+msgid "Enter the search term in the box or select it from the list."
+msgstr "የ መፈለጊያ ደንብ ያስገቡ በ ሳጥን ውስጥ ወይንም ይምረጡ ከ ዝርዝር ውስጥ "
+
#. CrVGp
-#: cui/uiconfig/ui/fmsearchdialog.ui:169
+#: cui/uiconfig/ui/fmsearchdialog.ui:185
msgctxt "fmsearchdialog|rbSearchForNull"
msgid "Field content is _NULL"
msgstr "የ ሜዳው ይዞታ _ባዶ ነው"
+#. CSSkE
+#: cui/uiconfig/ui/fmsearchdialog.ui:196
+msgctxt "fmsearchdialog|extended_tip|rbSearchForNull"
+msgid "Specifies that fields will be found that contain no data."
+msgstr "ምንም ዳታ ያልያዙ ሜዳዎች ይገኙ እንደሆን መወሰኛ "
+
#. zxjuF
-#: cui/uiconfig/ui/fmsearchdialog.ui:187
+#: cui/uiconfig/ui/fmsearchdialog.ui:208
msgctxt "fmsearchdialog|rbSearchForNotNull"
msgid "Field content is not NU_LL"
msgstr "የ ሜዳው ይዞታ ባ_ዶ ነው"
+#. oybVR
+#: cui/uiconfig/ui/fmsearchdialog.ui:219
+msgctxt "fmsearchdialog|extended_tip|rbSearchForNotNull"
+msgid "Specifies that fields will be found that contain data."
+msgstr "ዳታ የያዙ ሜዳዎች ይገኙ እንደሆን መወሰኛ "
+
#. X9FQy
-#: cui/uiconfig/ui/fmsearchdialog.ui:217
+#: cui/uiconfig/ui/fmsearchdialog.ui:243
msgctxt "fmsearchdialog|flSearchFor"
msgid "_Search for"
msgstr "_መፈለጊያ በ"
#. PGaCY
-#: cui/uiconfig/ui/fmsearchdialog.ui:273
+#: cui/uiconfig/ui/fmsearchdialog.ui:299
msgctxt "fmsearchdialog|rbSingleField"
msgid "_Single field:"
msgstr "_ነጠላ ሜዳ:"
-#. aLBBD
+#. 9kRju
#: cui/uiconfig/ui/fmsearchdialog.ui:309
+msgctxt "fmsearchdialog|extended_tip|rbSingleField"
+msgid "Searches through a specified data field."
+msgstr "በ ተወሰነ የ ዳታ ሜዳ ውስጥ መፈለጊያ "
+
+#. TyqAE
+#: cui/uiconfig/ui/fmsearchdialog.ui:327
+msgctxt "fmsearchdialog|extended_tip|lbField"
+msgid "Searches through a specified data field."
+msgstr "በ ተወሰነ የ ዳታ ሜዳ ውስጥ መፈለጊያ "
+
+#. aLBBD
+#: cui/uiconfig/ui/fmsearchdialog.ui:345
msgctxt "fmsearchdialog|rbAllFields"
msgid "_All fields"
msgstr "_ሁሉንም ሜዳዎች"
+#. mWvzW
+#: cui/uiconfig/ui/fmsearchdialog.ui:356
+msgctxt "fmsearchdialog|extended_tip|rbAllFields"
+msgid "Searches through all fields."
+msgstr "በ ሁሉም ሜዳዎች ውስጥ መፈለጊያ "
+
#. 64yD3
-#: cui/uiconfig/ui/fmsearchdialog.ui:333
+#: cui/uiconfig/ui/fmsearchdialog.ui:374
msgctxt "fmsearchdialog|ftForm"
msgid "Form:"
msgstr "ፎርም:"
+#. aCM9Q
+#: cui/uiconfig/ui/fmsearchdialog.ui:391
+msgctxt "fmsearchdialog|extended_tip|lbForm"
+msgid "Specifies the logical form in which you want the search to take place."
+msgstr "እርስዎ ይወስኑ የ ሎጂካል ፎርም ፍለጋ እንዴት እንደሚካሄድ "
+
#. B2SYL
-#: cui/uiconfig/ui/fmsearchdialog.ui:408
+#: cui/uiconfig/ui/fmsearchdialog.ui:454
msgctxt "fmsearchdialog|label2"
msgid "Where to Search"
msgstr "የት ልፈልግ"
#. yqEse
-#: cui/uiconfig/ui/fmsearchdialog.ui:458
+#: cui/uiconfig/ui/fmsearchdialog.ui:504
msgctxt "fmsearchdialog|ftPosition"
msgid "_Position:"
msgstr "_ቦታ:"
+#. BLRj3
+#: cui/uiconfig/ui/fmsearchdialog.ui:522
+msgctxt "fmsearchdialog|extended_tip|lbPosition"
+msgid "Specifies the relationship of the search term and the field contents."
+msgstr "የ መፈለጊያ ደንብ እና የ ሜዳ ይዞታዎች ግንኙነት ይወስኑ"
+
#. c6ZbD
-#: cui/uiconfig/ui/fmsearchdialog.ui:495
+#: cui/uiconfig/ui/fmsearchdialog.ui:546
msgctxt "fmsearchdialog|HalfFullFormsCJK"
msgid "Match character wi_dth"
msgstr "የ ባህሪውን ስፋ_ት ማስማሚያ"
+#. wAKeF
+#: cui/uiconfig/ui/fmsearchdialog.ui:555
+msgctxt "fmsearchdialog|extended_tip|HalfFullFormsCJK"
+msgid "Distinguishes between half-width and full-width character forms."
+msgstr "ሙሉ-ስፋት እና ግማሽ-ስፋት ያላቸውን ባህሪዎች ፎርሞች ይለያል"
+
#. EedjA
-#: cui/uiconfig/ui/fmsearchdialog.ui:515
+#: cui/uiconfig/ui/fmsearchdialog.ui:571
msgctxt "fmsearchdialog|SoundsLikeCJK"
msgid "Sounds like (_Japanese)"
msgstr "Sounds like (_Japanese)"
+#. m2QkD
+#: cui/uiconfig/ui/fmsearchdialog.ui:580
+msgctxt "fmsearchdialog|extended_tip|SoundsLikeCJK"
+msgid "Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the Sounds button to specify the search options."
+msgstr "እርስዎን መወሰን ያስችሎታል የ መፈለጊያ ምርጫ ለ ተመሳሳይ ንድፎች የ ተጠቀሙትን በ ጃፓንኛ ጽሁፍ ውስጥ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይጫኑ የ ድምፅ ቁልፍ የ መፈለጊያ ምርጫ ለ መወሰን "
+
#. 2Gsbd
-#: cui/uiconfig/ui/fmsearchdialog.ui:530
+#: cui/uiconfig/ui/fmsearchdialog.ui:591
msgctxt "fmsearchdialog|SoundsLikeCJKSettings"
msgid "Similarities..."
msgstr "ተመሳሳይ..."
+#. CxVZm
+#: cui/uiconfig/ui/fmsearchdialog.ui:599
+msgctxt "fmsearchdialog|extended_tip|SoundsLikeCJKSettings"
+msgid "Sets the search options for similar notation used in Japanese text."
+msgstr "የ መፈለጊያ ምርጫ ለ ተመሳሳይ ምርጫ ማሰናጃ ለ ጃፓንኛ ጽሁፍ የሚጠቀሙበት "
+
#. Ra8jW
-#: cui/uiconfig/ui/fmsearchdialog.ui:555
+#: cui/uiconfig/ui/fmsearchdialog.ui:621
msgctxt "fmsearchdialog|cbApprox"
msgid "S_imilarity search"
msgstr "ተ_መሳሳይ መፈለጊያ"
+#. zDTS6
+#: cui/uiconfig/ui/fmsearchdialog.ui:630
+msgctxt "fmsearchdialog|extended_tip|cbApprox"
+msgid "Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options."
+msgstr "መፈለጊያ ተመሳሳይ የሆኑ ደንቦችን በ መፈለጊያ ጽሁፍ ውስጥ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይጫኑ የ ተመሳሳይ ቁልፍ ለ መግለጽ የ ተመሳሳይ ምርጫዎች "
+
#. DNGxj
-#: cui/uiconfig/ui/fmsearchdialog.ui:570
+#: cui/uiconfig/ui/fmsearchdialog.ui:641
msgctxt "fmsearchdialog|pbApproxSettings"
msgid "Similarities..."
msgstr "ተመሳሳይ..."
+#. PtuHs
+#: cui/uiconfig/ui/fmsearchdialog.ui:650
+msgctxt "fmsearchdialog|extended_tip|pbApproxSettings"
+msgid "Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options."
+msgstr "መፈለጊያ ተመሳሳይ የሆኑ ደንቦችን በ መፈለጊያ ጽሁፍ ውስጥ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይጫኑ የ ተመሳሳይ ቁልፍ ለ መግለጽ የ ተመሳሳይ ምርጫዎች "
+
#. 6BpAF
-#: cui/uiconfig/ui/fmsearchdialog.ui:591
+#: cui/uiconfig/ui/fmsearchdialog.ui:667
msgctxt "fmsearchdialog|cbCase"
msgid "_Match case"
msgstr "ጉዳይ _ማመሳሰያ"
+#. Gdo9i
+#: cui/uiconfig/ui/fmsearchdialog.ui:676
+msgctxt "fmsearchdialog|extended_tip|cbCase"
+msgid "Specifies that upper and lower case are taken into consideration during the search."
+msgstr "የ ላይኛው እና የ ታችኛው ፊደል ጉዳይ በ ፍለጋው ውስጥ ግምት ይሰጣቸው እንደሆን መወሰኛ"
+
#. X5q2K
-#: cui/uiconfig/ui/fmsearchdialog.ui:606
+#: cui/uiconfig/ui/fmsearchdialog.ui:687
msgctxt "fmsearchdialog|cbStartOver"
msgid "Fr_om top"
msgstr "ከ_ ላይ"
+#. y83im
+#: cui/uiconfig/ui/fmsearchdialog.ui:696
+msgctxt "fmsearchdialog|extended_tip|cbStartOver"
+msgid "Restarts the search. A forward search restarts with the first record. A backwards search restarts with the last record."
+msgstr "ፍለጋውን እንደገና ማስጀመሪያ: ወደ ፊት መፈለጊያ የሚጀምረው ከ መጀመሪያው መዝገብ ጀምሮ ነው: የ ኋሊዮሽ መፈለጊያ የሚጀምረው ከ መጨረሻው መዝገብ ጀምሮ ነው "
+
#. WP3XA
-#: cui/uiconfig/ui/fmsearchdialog.ui:621
+#: cui/uiconfig/ui/fmsearchdialog.ui:707
msgctxt "fmsearchdialog|cbRegular"
msgid "_Regular expression"
msgstr "_መደበኛ አገላለጽ"
+#. 4uneg
+#: cui/uiconfig/ui/fmsearchdialog.ui:716
+msgctxt "fmsearchdialog|extended_tip|cbRegular"
+msgid "Searches with regular expressions."
+msgstr ""
+
#. qzKAB
-#: cui/uiconfig/ui/fmsearchdialog.ui:636
+#: cui/uiconfig/ui/fmsearchdialog.ui:727
msgctxt "fmsearchdialog|cbUseFormat"
msgid "Appl_y field format"
msgstr "የ ሜዳ አቀራረብ መፈጸሚ_ያ"
+#. BdMDC
+#: cui/uiconfig/ui/fmsearchdialog.ui:736
+msgctxt "fmsearchdialog|extended_tip|cbUseFormat"
+msgid "Specifies that all field formats are considered when searching in the current document."
+msgstr "ይወስኑ ሁሉም የ ሜዳ አቀራረብ እንደሚታሰብ በ እሁኑ ሰነድ ውስጥ በሚፈልጉ ጊዜ "
+
#. 2GvF5
-#: cui/uiconfig/ui/fmsearchdialog.ui:651
+#: cui/uiconfig/ui/fmsearchdialog.ui:747
msgctxt "fmsearchdialog|cbBackwards"
msgid "Search _backwards"
msgstr "የ _ኋሊዮሽ መፈለጊያ"
+#. QvjG7
+#: cui/uiconfig/ui/fmsearchdialog.ui:756
+msgctxt "fmsearchdialog|extended_tip|cbBackwards"
+msgid "Specifies that the search process will run in reverse direction, from the last to the first record."
+msgstr "የ ፍለጋ ሂደት የ ኋሊዮሽ አቅጣጫ ይሄድ እንደሆን መወሰኛ: ከ መጨረሻው እስከ መጀመሪያው መዝገብ ድረስ "
+
#. 4ixJZ
-#: cui/uiconfig/ui/fmsearchdialog.ui:666
+#: cui/uiconfig/ui/fmsearchdialog.ui:767
msgctxt "fmsearchdialog|cbWildCard"
msgid "_Wildcard expression"
msgstr "_ሁለ ገብ መግለጫ"
+#. BES8b
+#: cui/uiconfig/ui/fmsearchdialog.ui:776
+msgctxt "fmsearchdialog|extended_tip|cbWildCard"
+msgid "Allows a search with a * or ? wildcard."
+msgstr ""
+
#. xHRxu
-#: cui/uiconfig/ui/fmsearchdialog.ui:694
+#: cui/uiconfig/ui/fmsearchdialog.ui:800
msgctxt "fmsearchdialog|flOptions"
msgid "Settings"
msgstr "ማሰናጃዎች"
#. wBBss
-#: cui/uiconfig/ui/fmsearchdialog.ui:729
+#: cui/uiconfig/ui/fmsearchdialog.ui:835
msgctxt "fmsearchdialog|ftRecordLabel"
msgid "Record:"
msgstr "መቅረጫ:"
#. UBLpq
-#: cui/uiconfig/ui/fmsearchdialog.ui:741
+#: cui/uiconfig/ui/fmsearchdialog.ui:847
msgctxt "fmsearchdialog|ftRecord"
msgid "record count"
msgstr "የ መዝገብ ቁጥር"
#. 8EDSy
-#: cui/uiconfig/ui/fmsearchdialog.ui:767
+#: cui/uiconfig/ui/fmsearchdialog.ui:873
msgctxt "fmsearchdialog|flState"
msgid "State"
msgstr "ክፍለ ሀገር"
+#. tqCYV
+#: cui/uiconfig/ui/fmsearchdialog.ui:904
+msgctxt "fmsearchdialog|extended_tip|RecordSearchDialog"
+msgid "Searches database tables and forms."
+msgstr ""
+
#. zbAyQ
#: cui/uiconfig/ui/fontfeaturesdialog.ui:10
msgctxt "fontfeaturesdialog|FontFeaturesDialog"
@@ -7678,11 +9241,17 @@ msgid "Font Features"
msgstr "የ ፊደል ገጽታዎች"
#. 696Sw
-#: cui/uiconfig/ui/fontfeaturesdialog.ui:166
+#: cui/uiconfig/ui/fontfeaturesdialog.ui:163
msgctxt "fontfeaturesdialog|preview-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
+#. hib9i
+#: cui/uiconfig/ui/fontfeaturesdialog.ui:199
+msgctxt "fontfeaturesdialog|extended_tip|FontFeaturesDialog"
+msgid "Select and apply font typographical features to characters."
+msgstr ""
+
#. CJQFA
#: cui/uiconfig/ui/formatcellsdialog.ui:8
msgctxt "formatcellsdialog|FormatCellsDialog"
@@ -7737,36 +9306,72 @@ msgctxt "galleryfilespage|label1"
msgid "_File type:"
msgstr "የ_ፋይል አይነት:"
+#. p7EMZ
+#: cui/uiconfig/ui/galleryfilespage.ui:62
+msgctxt "galleryfilespage|extended_tip|filetype"
+msgid "Select the type of file that you want to add."
+msgstr "እርስዎ መጨመር የሚፈልጉትን አይነት ፋይል ይምረጡ "
+
#. GS6jY
-#: cui/uiconfig/ui/galleryfilespage.ui:107
+#: cui/uiconfig/ui/galleryfilespage.ui:112
msgctxt "galleryfilespage|files-atkobject"
msgid "Files Found"
msgstr "ፋይሎቹ ተገኝተዋል"
+#. EP5WY
+#: cui/uiconfig/ui/galleryfilespage.ui:113
+msgctxt "galleryfilespage|extended_tip|files"
+msgid "Lists the available files. Select the file(s) that you want to add, and then click Add. To add all of the files in the list, click Add All."
+msgstr "ዝግጁ የ ፋይሎች ዝርዝር: ይምረጡ ፋይል(ሎች) እርስዎ መጨመር የሚፈልጉትን እና ከዛ ይጫኑ መጨመሪያ ሁሉንም ፋይሎች ለ መጨመር ወደ ዝርዝር ውስጥ: ይጫኑ ሁሉንም መጨመሪያ "
+
#. UnmAz
-#: cui/uiconfig/ui/galleryfilespage.ui:136
+#: cui/uiconfig/ui/galleryfilespage.ui:142
msgctxt "galleryfilespage|preview"
msgid "Pr_eview"
msgstr "ቅድመ_እይታ"
+#. sWLgt
+#: cui/uiconfig/ui/galleryfilespage.ui:151
+msgctxt "galleryfilespage|extended_tip|preview"
+msgid "Displays or hides a preview of the selected file."
+msgstr "የተመረጠውን ፋይል በ ቅድመ እይታ ማሳያ ወይንም መደበቂያ"
+
#. EmQfr
-#: cui/uiconfig/ui/galleryfilespage.ui:166
+#: cui/uiconfig/ui/galleryfilespage.ui:177
msgctxt "galleryfilespage|image-atkobject"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. iGEBB
-#: cui/uiconfig/ui/galleryfilespage.ui:194
+#: cui/uiconfig/ui/galleryfilespage.ui:205
msgctxt "galleryfilespage|findfiles"
msgid "_Find Files..."
msgstr "ፋይሎች _መፈለጊያ..."
+#. iqzdT
+#: cui/uiconfig/ui/galleryfilespage.ui:212
+msgctxt "galleryfilespage|extended_tip|findfiles"
+msgid "Locate the directory containing the files that you want to add, and then click OK."
+msgstr "እርስዎ መጨመር የሚፈልጉትን ፋይሎች የያዘውን ዳይሬክቶሪ ፈልገው ያግኙ እና ከዛ ይጫኑ እሺ "
+
+#. bhqkR
+#: cui/uiconfig/ui/galleryfilespage.ui:231
+msgctxt "galleryfilespage|extended_tip|add"
+msgid "Adds the selected file(s) to the current theme."
+msgstr "የ ተመረጠውን ፋይል(ሎች) ወደ አሁኑ ገጽታ መጨመሪያ "
+
#. oNFEr
-#: cui/uiconfig/ui/galleryfilespage.ui:222
+#: cui/uiconfig/ui/galleryfilespage.ui:243
msgctxt "galleryfilespage|addall"
msgid "A_dd All"
msgstr "ሁሉንም መ_ጨመሪያ"
+#. yHYBJ
+#: cui/uiconfig/ui/galleryfilespage.ui:250
+msgctxt "galleryfilespage|extended_tip|addall"
+msgid "Adds all of the files in the list to the current theme."
+msgstr "ሁሉንም የ ፋይሎች ዝርዝር ወደ አሁኑ ገጽታ መጨመሪያ "
+
#. kfNzx
#: cui/uiconfig/ui/gallerygeneralpage.ui:21
msgctxt "gallerygeneralpage|label1"
@@ -7853,7 +9458,7 @@ msgid "Enter Title"
msgstr "አርእስት ማስገቢያ"
#. DBmvf
-#: cui/uiconfig/ui/gallerytitledialog.ui:89
+#: cui/uiconfig/ui/gallerytitledialog.ui:86
msgctxt "gallerytitledialog|label2"
msgid "Title:"
msgstr "አርእስት:"
@@ -7870,144 +9475,222 @@ msgctxt "galleryupdateprogress|label2"
msgid "File"
msgstr "ፋይል"
+#. NTAMc
+#: cui/uiconfig/ui/galleryupdateprogress.ui:103
+msgctxt "galleryupdateprogress|extended_tip|GalleryUpdateProgress"
+msgid "Updates the view in the window or in the selected object."
+msgstr "ማሻሻያውን በ መስኮት ውስጥ መመልከቻ ወይንም በ ተመረጠው እቃ ውስጥ"
+
+#. YDCTd
+#: cui/uiconfig/ui/gradientpage.ui:122
+msgctxt "gradientpage|extended_tip|add"
+msgid "Adds a custom gradient to the current list. Specify the properties of your gradient, and then click this button"
+msgstr "ወደ አሁኑ ዝርዝር ውስጥ ከፍታ ማስተካከያ መጨመሪያ: የ እርስዎን ከፍታ ባህሪዎች ይወስኑ: እና ከዛ ይጫኑ ይህን ቁልፍ "
+
#. QfZFH
-#: cui/uiconfig/ui/gradientpage.ui:129
+#: cui/uiconfig/ui/gradientpage.ui:134
msgctxt "gradientpage|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
+#. EeXWP
+#: cui/uiconfig/ui/gradientpage.ui:141
+msgctxt "gradientpage|extended_tip|modify"
+msgid "Applies the current gradient properties to the selected gradient. If you want, you can save the gradient under a different name."
+msgstr "የ አሁኑን ከፍታ ባህሪዎች ወደ ተመረጠው ከፍታ መፈጸሚያ: እርስዎ ከ ፈለጉ: ከፍታውን በ ሌላ ስም ማስቀመጥ ይችላሉ "
+
#. 7ipyi
-#: cui/uiconfig/ui/gradientpage.ui:156
+#: cui/uiconfig/ui/gradientpage.ui:166
msgctxt "gradientpage|label1"
msgid "Gradient"
msgstr "ከፍታ"
#. GPnwG
-#: cui/uiconfig/ui/gradientpage.ui:204
+#: cui/uiconfig/ui/gradientpage.ui:214
msgctxt "gradientpage|typeft"
msgid "_Type:"
msgstr "_አይነት:"
#. 8Qjgv
-#: cui/uiconfig/ui/gradientpage.ui:220
+#: cui/uiconfig/ui/gradientpage.ui:230
msgctxt "gradientpage|gradienttypelb"
msgid "Linear"
msgstr "ቀጥተኛ"
#. fgBSm
-#: cui/uiconfig/ui/gradientpage.ui:221
+#: cui/uiconfig/ui/gradientpage.ui:231
msgctxt "gradientpage|gradienttypelb"
msgid "Axial"
msgstr "Axial"
#. FGjhA
-#: cui/uiconfig/ui/gradientpage.ui:222
+#: cui/uiconfig/ui/gradientpage.ui:232
msgctxt "gradientpage|gradienttypelb"
msgid "Radial"
msgstr "ተሽከርካሪ"
#. VGtK3
-#: cui/uiconfig/ui/gradientpage.ui:223
+#: cui/uiconfig/ui/gradientpage.ui:233
msgctxt "gradientpage|gradienttypelb"
msgid "Ellipsoid"
msgstr "ኤሊፕሶች"
#. 7FRe4
-#: cui/uiconfig/ui/gradientpage.ui:224
+#: cui/uiconfig/ui/gradientpage.ui:234
msgctxt "gradientpage|gradienttypelb"
msgid "Quadratic"
msgstr "Quadratic"
#. wQDTv
-#: cui/uiconfig/ui/gradientpage.ui:225
+#: cui/uiconfig/ui/gradientpage.ui:235
msgctxt "gradientpage|gradienttypelb"
msgid "Square"
msgstr "ስኴር"
+#. XasEx
+#: cui/uiconfig/ui/gradientpage.ui:239
+msgctxt "gradientpage|extended_tip|gradienttypelb"
+msgid "Select the gradient that you want to apply."
+msgstr "ይምረጡ መፈጸም የሚፈልጉትን አቀራረብ "
+
#. BBKZM
-#: cui/uiconfig/ui/gradientpage.ui:252
+#: cui/uiconfig/ui/gradientpage.ui:267
msgctxt "gradientpage|incrementft"
msgid "Increment:"
msgstr "ጭማሪ:"
#. F5dVt
-#: cui/uiconfig/ui/gradientpage.ui:277
+#: cui/uiconfig/ui/gradientpage.ui:292
msgctxt "gradientpage|autoincrement"
msgid "A_utomatic"
msgstr "ራ_ሱ በራሱ"
#. LAhqj
-#: cui/uiconfig/ui/gradientpage.ui:309
+#: cui/uiconfig/ui/gradientpage.ui:324
msgctxt "gradientpage|centerft"
msgid "Center ( X / Y ):"
msgstr "መሀከል ( X / Y ):"
+#. mP62s
+#: cui/uiconfig/ui/gradientpage.ui:347
+msgctxt "gradientpage|extended_tip|centerxmtr"
+msgid "Enter the horizontal offset for the gradient, where 0% corresponds to the current horizontal location of the endpoint color in the gradient. The endpoint color is the color that is selected in the To Color box."
+msgstr ""
+
+#. AP27S
+#: cui/uiconfig/ui/gradientpage.ui:365
+msgctxt "gradientpage|extended_tip|centerymtr"
+msgid "Enter the vertical offset for the gradient, where 0% corresponds to the current vertical location of the endpoint color in the gradient. The endpoint color is the color that is selected in the To Color box."
+msgstr ""
+
#. ZZ7yo
-#: cui/uiconfig/ui/gradientpage.ui:374
+#: cui/uiconfig/ui/gradientpage.ui:399
msgctxt "gradientpage|borderft"
msgid "_Border:"
msgstr "_ድንበር:"
+#. iZbnF
+#: cui/uiconfig/ui/gradientpage.ui:432
+msgctxt "gradientpage|extended_tip|bordermtr"
+msgid "Enter the amount by which you want to adjust the area of the endpoint color on the gradient. The endpoint color is the color that is selected in the To Color box."
+msgstr ""
+
+#. qCvgc
+#: cui/uiconfig/ui/gradientpage.ui:448
+msgctxt "gradientpage|extended_tip|anglemtr"
+msgid "Enter a rotation angle for the selected gradient."
+msgstr "ለ ተመረጠው ከፍታ ማዞሪያ አንግል ያስገቡ "
+
#. cGXmA
-#: cui/uiconfig/ui/gradientpage.ui:427
+#: cui/uiconfig/ui/gradientpage.ui:462
msgctxt "gradientpage|angleft"
msgid "A_ngle:"
msgstr "አ_ንግል:"
+#. fwB6f
+#: cui/uiconfig/ui/gradientpage.ui:480
+msgctxt "gradientpage|extended_tip|colortomtr"
+msgid "Enter the intensity for the color in the To Color box, where 0% corresponds to black, and 100 % to the selected color."
+msgstr ""
+
+#. C6iys
+#: cui/uiconfig/ui/gradientpage.ui:502
+msgctxt "gradientpage|extended_tip|colortolb"
+msgid "Select a color for the endpoint of the gradient."
+msgstr "ይምረጡ ቀለም የ መጨረሻ ነጥብ ለ ከፍታ "
+
#. tFEUh
-#: cui/uiconfig/ui/gradientpage.ui:470
+#: cui/uiconfig/ui/gradientpage.ui:515
msgctxt "gradientpage|colortoft"
msgid "_To Color:"
msgstr "_ወደ ቀለም:"
+#. RnucA
+#: cui/uiconfig/ui/gradientpage.ui:539
+msgctxt "gradientpage|extended_tip|colorfromlb"
+msgid "Select a color for the beginning point of the gradient."
+msgstr "ይምረጡ ቀለም የ ማስጀመሪያ ነጥብ ለ ከፍታ "
+
+#. B9z2L
+#: cui/uiconfig/ui/gradientpage.ui:555
+msgctxt "gradientpage|extended_tip|colorfrommtr"
+msgid "Enter the intensity for the color in the From Color box, where 0% corresponds to black, and 100 % to the selected color."
+msgstr ""
+
#. TQFE8
-#: cui/uiconfig/ui/gradientpage.ui:513
+#: cui/uiconfig/ui/gradientpage.ui:568
msgctxt "gradientpage|colorfromft"
msgid "_From Color:"
msgstr "_ከ ቀለም:"
#. RNhur
-#: cui/uiconfig/ui/gradientpage.ui:551
+#: cui/uiconfig/ui/gradientpage.ui:606
msgctxt "gradientpage|a11y_center_x"
msgid "Center X"
msgstr "መሀከል X"
#. qkLcz
-#: cui/uiconfig/ui/gradientpage.ui:565
+#: cui/uiconfig/ui/gradientpage.ui:620
msgctxt "gradientpage|a11y_center_y"
msgid "Center Y"
msgstr "መሀከል Y"
#. VX2bJ
-#: cui/uiconfig/ui/gradientpage.ui:579
+#: cui/uiconfig/ui/gradientpage.ui:634
msgctxt "gradientpage|a11y_percentage_from"
msgid "From color percentage"
msgstr "ከ ቀለም ፐርሰንት"
#. 3qVyC
-#: cui/uiconfig/ui/gradientpage.ui:593
+#: cui/uiconfig/ui/gradientpage.ui:648
msgctxt "gradientpage|a11y_percentage_to"
msgid "To color percentage"
msgstr "ወደ ቀለም ፐርሰንት"
#. 58WB2
-#: cui/uiconfig/ui/gradientpage.ui:618
+#: cui/uiconfig/ui/gradientpage.ui:673
msgctxt "gradientpage|propfl"
msgid "Options"
msgstr "ምርጫዎች"
#. 5mDZm
-#: cui/uiconfig/ui/gradientpage.ui:667
+#: cui/uiconfig/ui/gradientpage.ui:722
msgctxt "gradientpage|previewctl-atkobject"
msgid "Example"
msgstr "ምሳሌ"
#. e2Ai2
-#: cui/uiconfig/ui/gradientpage.ui:689
+#: cui/uiconfig/ui/gradientpage.ui:744
msgctxt "gradientpage|label2"
msgid "Preview"
msgstr "ቅድመ እይታ"
+#. VBG9C
+#: cui/uiconfig/ui/gradientpage.ui:760
+msgctxt "gradientpage|extended_tip|GradientPage"
+msgid "Select a gradient, modify the properties of a gradient, or save a new gradient."
+msgstr ""
+
#. 26WXC
#: cui/uiconfig/ui/hangulhanjaadddialog.ui:8
msgctxt "hangulhanjaadddialog|HangulHanjaAddDialog"
@@ -8015,13 +9698,19 @@ msgid "New Dictionary"
msgstr "አዲስ መዝገበ ቃላት"
#. iqNN4
-#: cui/uiconfig/ui/hangulhanjaadddialog.ui:102
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:99
msgctxt "hangulhanjaadddialog|label2"
msgid "_Name:"
msgstr "_ስም:"
+#. haBfA
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:118
+msgctxt "hangulhanjaadddialog|extended_tip|entry"
+msgid "Enter a name for the dictionary."
+msgstr "ለ መዝገበ ቃላቱ ስም ያስገቡ "
+
#. S2WpP
-#: cui/uiconfig/ui/hangulhanjaadddialog.ui:134
+#: cui/uiconfig/ui/hangulhanjaadddialog.ui:136
msgctxt "hangulhanjaadddialog|label1"
msgid "Dictionary"
msgstr "መዝገበ ቃላት"
@@ -8033,151 +9722,313 @@ msgid "Hangul/Hanja Conversion"
msgstr "ሀንጉል/ሀንጃ መቀየሪያ"
#. kh2or
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:105
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:102
msgctxt "hangulhanjaconversiondialog|label1"
msgid "Original"
msgstr "ዋናው"
+#. bJGUF
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:119
+msgctxt "hangulhanjaconversiondialog|extended_tip|originalword"
+msgid "Displays the current selection."
+msgstr "አሁን የ ተመረጠውን ማሳያ"
+
#. P2Lhg
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:130
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:132
msgctxt "hangulhanjaconversiondialog|label3"
msgid "Word"
msgstr "ቃላቶች"
+#. 3vGK6
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:154
+msgctxt "hangulhanjaconversiondialog|extended_tip|wordinput"
+msgid "Displays the first replacement suggestion from the dictionary."
+msgstr "በ መዝገበ ቃላት ውስጥ የ መጀመሪያውን መቀየሪያ ማሳሰቢያ ማሳያ"
+
#. JQfs4
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:159
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:166
msgctxt "hangulhanjaconversiondialog|find"
msgid "_Find"
msgstr "_መፈለጊያ"
+#. TqDEv
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:173
+msgctxt "hangulhanjaconversiondialog|extended_tip|find"
+msgid "Finds your Hangul input in the dictionary and replaces it with the corresponding Hanja."
+msgstr "የ እርስዎን ሀንጉል ማስገቢያ ፈልጎ ያገኛል በ መዝገበ ቃላት ውስጥ እና ይቀይራል በ ተመሳሳይ ሀንጃ "
+
#. 3NS8C
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:181
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:193
msgctxt "hangulhanjaconversiondialog|label4"
msgid "Suggestions"
msgstr "አስተያየቶች"
#. ECK62
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:274
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:286
msgctxt "hangulhanjaconversiondialog|label5"
msgid "Format"
msgstr "አቀራረብ"
#. xfRqM
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:294
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:306
msgctxt "hangulhanjaconversiondialog|hanja_above"
msgid "Hanja above"
msgstr ""
+#. 3FDwm
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:313
+msgctxt "hangulhanjaconversiondialog|extended_tip|hanja_above"
+msgid "The Hangul part will be displayed as ruby text above the Hanja part."
+msgstr ""
+
#. Crewa
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:310
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:327
msgctxt "hangulhanjaconversiondialog|hanja_below"
msgid "Hanja below"
msgstr ""
+#. cuAAs
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:334
+msgctxt "hangulhanjaconversiondialog|extended_tip|hanja_below"
+msgid "The Hangul part will be displayed as ruby text below the Hanja part."
+msgstr ""
+
#. haBun
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:326
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:348
msgctxt "hangulhanjaconversiondialog|hangul_above"
msgid "Hangul above"
msgstr ""
+#. yHfhf
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:355
+msgctxt "hangulhanjaconversiondialog|extended_tip|hangul_above"
+msgid "The Hanja part will be displayed as ruby text above the Hangul part."
+msgstr ""
+
#. FfFPC
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:342
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:369
msgctxt "hangulhanjaconversiondialog|hangul_below"
msgid "Hangul below"
msgstr ""
+#. R37Uk
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:376
+msgctxt "hangulhanjaconversiondialog|extended_tip|hangul_below"
+msgid "The Hanja part will be displayed as ruby text below the Hangul part."
+msgstr ""
+
#. ZG2Bm
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:355
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:387
msgctxt "hangulhanjaconversiondialog|simpleconversion"
msgid "_Hangul/Hanja"
msgstr "_Hangul/Hanja"
+#. tSGmu
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:398
+msgctxt "hangulhanjaconversiondialog|extended_tip|simpleconversion"
+msgid "The original characters are replaced by the suggested characters."
+msgstr ""
+
#. xwknP
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:372
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:409
msgctxt "hangulhanjaconversiondialog|hangulbracket"
msgid "Hanja (Han_gul)"
msgstr "Hanja (Han_gul)"
+#. cGuoW
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:419
+msgctxt "hangulhanjaconversiondialog|extended_tip|hangulbracket"
+msgid "The Hangul part will be displayed in brackets after the Hanja part."
+msgstr ""
+
#. 6guxd
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:388
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:430
msgctxt "hangulhanjaconversiondialog|hanjabracket"
msgid "Hang_ul (Hanja)"
msgstr "Hang_ul (Hanja)"
+#. Sefus
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:440
+msgctxt "hangulhanjaconversiondialog|extended_tip|hanjabracket"
+msgid "The Hanja part will be displayed in brackets after the Hangul part."
+msgstr ""
+
#. 6CDaz
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:418
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:465
msgctxt "hangulhanjaconversiondialog|label6"
msgid "Conversion"
msgstr "መቀየሪያ"
#. mctf7
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:435
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:482
msgctxt "hangulhanjaconversiondialog|hangulonly"
msgid "Hangul _only"
msgstr "Hangul _only"
+#. 45H2A
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:491
+msgctxt "hangulhanjaconversiondialog|extended_tip|hangulonly"
+msgid "Check to convert only Hangul. Do not convert Hanja."
+msgstr ""
+
#. r3HDY
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:451
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:503
msgctxt "hangulhanjaconversiondialog|hanjaonly"
msgid "Hanja onl_y"
msgstr "Hanja onl_y"
+#. Fi82M
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:512
+msgctxt "hangulhanjaconversiondialog|extended_tip|hanjaonly"
+msgid "Check to convert only Hanja. Do not convert Hangul."
+msgstr ""
+
#. db8Nj
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:488
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:545
msgctxt "hangulhanjaconversiondialog|ignore"
msgid "_Ignore"
msgstr "_መተው"
+#. 3mrTE
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:554
+msgctxt "hangulhanjaconversiondialog|extended_tip|ignore"
+msgid "No changes will be made to the current selection. The next word or character will be selected for conversion."
+msgstr ""
+
#. QTqcN
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:504
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:566
msgctxt "hangulhanjaconversiondialog|ignoreall"
msgid "Always I_gnore"
msgstr "ሁልጊዜ መ_ተው"
+#. HBgLV
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:573
+msgctxt "hangulhanjaconversiondialog|extended_tip|ignoreall"
+msgid "No changes will be made to the current selection, and every time the same selection is detected it will be skipped automatically."
+msgstr ""
+
#. MVirc
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:518
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:585
msgctxt "hangulhanjaconversiondialog|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
+#. ECMPD
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:592
+msgctxt "hangulhanjaconversiondialog|extended_tip|replace"
+msgid "Replaces the selection with the suggested characters or word according to the format options."
+msgstr "የ ተመረጠውን መቀየሪያ በ ቀረበው ቃል ወይንም ባህሪ እንደ አቀራረቡ ምርጫ "
+
#. DwnC2
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:532
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:604
msgctxt "hangulhanjaconversiondialog|replaceall"
msgid "Always R_eplace"
msgstr "ሁልጊዜ መ_ቀየሪያ"
+#. 9itJD
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:611
+msgctxt "hangulhanjaconversiondialog|extended_tip|replaceall"
+msgid "Replaces the selection with the suggested characters or word according to the format options. Every time the same selection is detected it will be replaced automatically."
+msgstr ""
+
#. 7eniE
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:546
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:623
msgctxt "hangulhanjaconversiondialog|replacebychar"
msgid "Replace b_y character"
msgstr "በ_ ባህሪ መቀየሪያ"
+#. F2QEt
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:632
+msgctxt "hangulhanjaconversiondialog|extended_tip|replacebychar"
+msgid "Check to move character-by-character through the selected text. If not checked, full words are replaced."
+msgstr ""
+
#. t2RXx
-#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:562
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:644
msgctxt "hangulhanjaconversiondialog|options"
msgid "Options..."
msgstr "ምርጫዎች..."
+#. GVqQg
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:650
+msgctxt "hangulhanjaconversiondialog|extended_tip|options"
+msgid "Opens the Hangul/Hanja Options dialog."
+msgstr "መክፈቻ የ ሀንጉል/ሀንጃ ምርጫ ንግግር "
+
+#. omcyJ
+#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:686
+msgctxt "hangulhanjaconversiondialog|extended_tip|HangulHanjaConversionDialog"
+msgid "Converts the selected Korean text from Hangul to Hanja or from Hanja to Hangul."
+msgstr "የ ተመረጠውን የ ኮሪያን ጽሁፍ ከ ሀንጉል ወደ ሀንጃ ወይንም ከ ሀንጃ ወደ ሀንጉል መቀየሪያ: "
+
#. XiQXK
#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:8
msgctxt "hangulhanjaeditdictdialog|HangulHanjaEditDictDialog"
msgid "Edit Custom Dictionary"
msgstr "መዝገበ ቃላት ማረሚያ ማስተካከያ"
+#. Wnqcm
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:95
+msgctxt "hangulhanjaeditdictdialog|extended_tip|book"
+msgid "Select the user-defined dictionary that you want to edit."
+msgstr "እርስዎ ማረም የሚፈልጉትን መዝገበ ቃላት ይምረጡ"
+
#. AnsSG
-#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:111
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:113
msgctxt "hangulhanjaeditdictdialog|label4"
msgid "Book"
msgstr "መጽሐፍ"
+#. ttFFj
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:164
+msgctxt "hangulhanjaeditdictdialog|extended_tip|original"
+msgid "Select the entry in the current dictionary that you want to edit. If you want, you can also type a new entry in this box."
+msgstr "ይምረጡ ማስገቢያ ለ አሁኑ መዝገበ ቃላት እርስዎ ማረም የሚፈልጉትን: እርስዎ ከ ፈለጉ አዲስ ማስገቢያ በዚህ ሳጥን ውስጥ መጻፍ ይችላሉ "
+
+#. GdYKP
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:190
+msgctxt "hangulhanjaeditdictdialog|extended_tip|new"
+msgid "Adds the current replacement definition to the dictionary."
+msgstr "የ አሁኑን መቀየሪያ ትርጉም ወደ መዝገበ ቃላቱ መጨመሪያ "
+
+#. myWFD
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:210
+msgctxt "hangulhanjaeditdictdialog|extended_tip|delete"
+msgid "Deletes the selected entry."
+msgstr "የ ተመረጠውን ማስገቢያ ማጥፊያ"
+
#. uPgna
-#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:217
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:234
msgctxt "hangulhanjaeditdictdialog|label2"
msgid "Original"
msgstr "ዋናው"
+#. 8qtRG
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:291
+msgctxt "hangulhanjaeditdictdialog|extended_tip|edit1"
+msgid "Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters."
+msgstr "ይጻፉ የ ቀረበውን መቀየሪያ ቃል ለ ተመረጠው ማስገቢያ በ ዋናው ሳጥን ውስጥ: የ መቀየሪያ ቃል መያዝ የሚችለው ስምንት ባህሪዎች ነው "
+
+#. qFDF8
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:309
+msgctxt "hangulhanjaeditdictdialog|extended_tip|edit2"
+msgid "Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters."
+msgstr "ይጻፉ የ ቀረበውን መቀየሪያ ቃል ለ ተመረጠው ማስገቢያ በ ዋናው ሳጥን ውስጥ: የ መቀየሪያ ቃል መያዝ የሚችለው ስምንት ባህሪዎች ነው "
+
+#. rFF8x
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:327
+msgctxt "hangulhanjaeditdictdialog|extended_tip|edit3"
+msgid "Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters."
+msgstr "ይጻፉ የ ቀረበውን መቀየሪያ ቃል ለ ተመረጠው ማስገቢያ በ ዋናው ሳጥን ውስጥ: የ መቀየሪያ ቃል መያዝ የሚችለው ስምንት ባህሪዎች ነው "
+
+#. HNSTX
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:345
+msgctxt "hangulhanjaeditdictdialog|extended_tip|edit4"
+msgid "Type a suggested replacement for the entry that is selected in the Original text box. The replacement word can contain a maximum of eight characters."
+msgstr "ይጻፉ የ ቀረበውን መቀየሪያ ቃል ለ ተመረጠው ማስገቢያ በ ዋናው ሳጥን ውስጥ: የ መቀየሪያ ቃል መያዝ የሚችለው ስምንት ባህሪዎች ነው "
+
#. ZiDNN
-#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:330
+#: cui/uiconfig/ui/hangulhanjaeditdictdialog.ui:367
msgctxt "hangulhanjaeditdictdialog|label3"
msgid "Suggestions"
msgstr "አስተያየቶች"
@@ -8189,125 +10040,209 @@ msgid "Hangul/Hanja Options"
msgstr "Hangul/Hanja Options"
#. TLs2q
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:127
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:124
msgctxt "hangulhanjaoptdialog|new"
msgid "New..."
msgstr "አዲስ..."
+#. hNjua
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:131
+msgctxt "hangulhanjaoptdialog|extended_tip|new"
+msgid "Opens the New dictionary dialog box, where you can create a new dictionary."
+msgstr "አዲስ የ መዝገበ ቃላት ንግግር ሳጥን መክፈቻ: እርስዎ አዲስ የ መዝገበ ቃላት የሚፈጥሩበት "
+
#. UbGjT
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:141
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:143
msgctxt "hangulhanjaoptdialog|edit"
msgid "Edit..."
msgstr "ማረሚያ ..."
+#. NKvWY
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:149
+msgctxt "hangulhanjaoptdialog|extended_tip|edit"
+msgid "Opens the Edit Custom Dictionary dialog where you can edit any user-defined dictionary."
+msgstr "መክፈቻ የ መዝገበ ቃላት ማረሚያ ንግግር እርስዎ ማረም የሚችሉት በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት"
+
+#. qML94
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:168
+msgctxt "hangulhanjaoptdialog|extended_tip|delete"
+msgid "Deletes the selected user-defined dictionary."
+msgstr "የተመረጠውን በተጠቃሚ-የሚገለጽ መዝገበ ቃላት ማጥፊያ"
+
+#. v7Bkk
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:233
+msgctxt "hangulhanjaoptdialog|extended_tip|dicts"
+msgid "Lists all user-defined dictionaries. Select the check box next to the dictionary that you want to use. Clear the check box next to the dictionary that you do not want to use."
+msgstr "ሁሉንም በ ተጠቃሚ-የተገለጹ መዝገበ ቃላቶች ዝርዝር: ከ መዝገበ ቃላት አጠገብ ያለውን ምልክት ማድረጊያ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን: ከ መዝገበ ቃላት አጠገብ ያለውን ምልክት ማድረጊያ እርስዎ ያጽዱ መጠቀም የማይፈልጉትን "
+
#. DmfuX
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:235
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:252
msgctxt "hangulhanjaoptdialog|label1"
msgid "User-defined Dictionaries"
msgstr "በተጠቃሚ-የሚገለጽ መዝገበ ቃላት"
#. DEoRc
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:266
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:283
msgctxt "hangulhanjaoptdialog|ignorepost"
msgid "Ignore post-positional word"
msgstr "መተው በኋላ-የሚመጣ ቃል"
+#. B4zEG
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:292
+msgctxt "hangulhanjaoptdialog|extended_tip|ignorepost"
+msgid "Ignores positional characters at the end of Korean words when you search a dictionary."
+msgstr "መተው በኋላ የሚመጣ ቃል በስተ መጨረሻ በ ኮሪያን ቃሎች መዝገበ ቃላት ውስጥ ሲፈልጉ "
+
#. EEKAT
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:281
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:303
msgctxt "hangulhanjaoptdialog|showrecentfirst"
msgid "Show recently used entries first"
msgstr "በቅርብ ጊዜ የተጠቀሙበትን በ መጀመሪያ ማሳያ"
+#. aqATS
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:312
+msgctxt "hangulhanjaoptdialog|extended_tip|showrecentfirst"
+msgid "Shows the replacement suggestion that you selected the last time as the first entry on the list."
+msgstr "የ መቀየሪያውን ጥቆማ እርስዎ ባለፈው የመረጡትን እንደ መጀመሪያ ማስገቢያ በ ዝርዝር ላይ ያሳያል "
+
#. MKAyM
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:296
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:323
msgctxt "hangulhanjaoptdialog|autoreplaceunique"
msgid "Replace all unique entries automatically"
msgstr "ሁሉንም የተለዩ ማስገቢያዎች ራሱ በራሱ መቀየሪያ"
+#. HerDJ
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:332
+msgctxt "hangulhanjaoptdialog|extended_tip|autoreplaceunique"
+msgid "Automatically replaces words that only have one suggested word replacement."
+msgstr "ራሱ በራሱ ቃሎች መቀየሪያ አንድ ቃል ብቻ መቀየሪያ የ ተጠቆመ ያለውን "
+
#. Bdqne
-#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:317
+#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:349
msgctxt "hangulhanjaoptdialog|label2"
msgid "Options"
msgstr "ምርጫዎች"
+#. UaXFU
+#: cui/uiconfig/ui/hatchpage.ui:89
+msgctxt "hatchpage|extended_tip|add"
+msgid "Adds a custom hatching pattern to the current list. Specify the properties of your hatching pattern, and then click this button."
+msgstr "ወደ አሁኑ ዝርዝር ውስጥ hatching ማስተካከያ መጨመሪያ: የ እርስዎን hatching ባህሪዎች ይወስኑ: እና ከዛ ይጫኑ ይህን ቁልፍ "
+
#. TGiD7
-#: cui/uiconfig/ui/hatchpage.ui:96
+#: cui/uiconfig/ui/hatchpage.ui:101
msgctxt "hatchpage|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
+#. 5VuZv
+#: cui/uiconfig/ui/hatchpage.ui:108
+msgctxt "hatchpage|extended_tip|modify"
+msgid "Applies the current hatching properties to the selected hatching pattern. If you want, you can save the pattern under a different name."
+msgstr "የ አሁኑን hatching ባህሪዎች ወደ ተመረጠው hatching መፈጸሚያ: እርስዎ ከ ፈለጉ ድግግሞሹን በ ሌላ ስም ማስቀመጥ ይችላሉ "
+
#. U8bWc
-#: cui/uiconfig/ui/hatchpage.ui:123
+#: cui/uiconfig/ui/hatchpage.ui:133
msgctxt "hatchpage|label2"
msgid "Hatch"
msgstr "በርካታ መስመር"
#. HNCBu
-#: cui/uiconfig/ui/hatchpage.ui:164
+#: cui/uiconfig/ui/hatchpage.ui:174
msgctxt "hatchpage|distanceft"
msgid "_Spacing:"
msgstr "_ክፍተት:"
+#. 5Psyb
+#: cui/uiconfig/ui/hatchpage.ui:192
+msgctxt "hatchpage|extended_tip|distancemtr"
+msgid "Enter the amount of space that you want to have between the hatch lines."
+msgstr "እርስዎ በ hatch መስመሮች መካከል እንዲኖር የሚፈልጉትን የ ክፍተት መጠን እዚህ ያስገቡ "
+
#. spGWy
-#: cui/uiconfig/ui/hatchpage.ui:191
+#: cui/uiconfig/ui/hatchpage.ui:206
msgctxt "hatchpage|angleft"
msgid "A_ngle:"
msgstr "አ_ንግል:"
+#. UBmvt
+#: cui/uiconfig/ui/hatchpage.ui:243
+msgctxt "hatchpage|extended_tip|anglemtr"
+msgid "Enter the rotation angle for the hatch lines, or click a position in the angle grid."
+msgstr "እርስዎ ለ hatch መስመሮች ማዞሪያ እንዲኖር የሚፈልጉትን የ አንግል መጠን እዚህ ያስገቡ ወይንም ይጫኑ በ አንግል መጋጠሚያ ቦታ ላይ "
+
#. sEriJ
-#: cui/uiconfig/ui/hatchpage.ui:244
+#: cui/uiconfig/ui/hatchpage.ui:264
msgctxt "hatchpage|linetypeft"
msgid "_Line type:"
msgstr "የ _መስመር አይነት:"
#. mv3sN
-#: cui/uiconfig/ui/hatchpage.ui:260
+#: cui/uiconfig/ui/hatchpage.ui:280
msgctxt "hatchpage|linetypelb"
msgid "Single"
msgstr "ነጠላ"
#. 7DR7B
-#: cui/uiconfig/ui/hatchpage.ui:261
+#: cui/uiconfig/ui/hatchpage.ui:281
msgctxt "hatchpage|linetypelb"
msgid "Crossed"
msgstr "የተሰረዘ"
#. EBDMC
-#: cui/uiconfig/ui/hatchpage.ui:262
+#: cui/uiconfig/ui/hatchpage.ui:282
msgctxt "hatchpage|linetypelb"
msgid "Triple"
msgstr "ሶስት"
+#. ZpygN
+#: cui/uiconfig/ui/hatchpage.ui:286
+msgctxt "hatchpage|extended_tip|linetypelb"
+msgid "Select the type of hatch lines that you want to use."
+msgstr "እርስዎ ይምረጡ መጠቀም የሚፈልጉትን የ hatch መስመር አይነት "
+
#. VyTto
-#: cui/uiconfig/ui/hatchpage.ui:275
+#: cui/uiconfig/ui/hatchpage.ui:300
msgctxt "hatchpage|linecolorft"
msgid "Line _color:"
msgstr "የ መስመር _ቀለም:"
+#. AwxCA
+#: cui/uiconfig/ui/hatchpage.ui:325
+msgctxt "hatchpage|extended_tip|linecolorlb"
+msgid "Select the color of the hatch lines."
+msgstr "የ hatch መስመሮች ቀለም ይምረጡ "
+
#. 3hgCJ
-#: cui/uiconfig/ui/hatchpage.ui:307
+#: cui/uiconfig/ui/hatchpage.ui:337
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color"
msgstr "የ መደብ ቀለም"
#. uvmDA
-#: cui/uiconfig/ui/hatchpage.ui:354
+#: cui/uiconfig/ui/hatchpage.ui:384
msgctxt "hatchpage|propfl"
msgid "Options"
msgstr "ምርጫዎች"
#. D8ovo
-#: cui/uiconfig/ui/hatchpage.ui:404
+#: cui/uiconfig/ui/hatchpage.ui:434
msgctxt "hatchpage|previewctl-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
#. GbfFA
-#: cui/uiconfig/ui/hatchpage.ui:426
+#: cui/uiconfig/ui/hatchpage.ui:456
msgctxt "hatchpage|label1"
msgid "Preview"
msgstr "ቅድመ እይታ"
+#. ZeF6M
+#: cui/uiconfig/ui/hatchpage.ui:472
+msgctxt "hatchpage|extended_tip|HatchPage"
+msgid "Set the properties of a hatching pattern, or save a new hatching pattern."
+msgstr ""
+
#. QqjhD
#: cui/uiconfig/ui/hyperlinkdialog.ui:10
msgctxt "hyperlinkdialog|HyperlinkDialog"
@@ -8315,61 +10250,79 @@ msgid "Hyperlink"
msgstr "Hyperlink"
#. FN68B
-#: cui/uiconfig/ui/hyperlinkdialog.ui:30
+#: cui/uiconfig/ui/hyperlinkdialog.ui:27
msgctxt "hyperlinkdialog|reset"
msgid "Reset"
msgstr "እንደ ነበር መመለሻ"
+#. 3B8Aq
+#: cui/uiconfig/ui/hyperlinkdialog.ui:33
+msgctxt "hyperlinkdialog|extended_tip|reset"
+msgid "Resets the entries in the dialog to their original state."
+msgstr "በ ንግግር ውስጥ ማስገቢያዎችን እንደ ነበር መመለሻ ወደ ዋናው ሁኔታቸው "
+
#. n9DBf
-#: cui/uiconfig/ui/hyperlinkdialog.ui:43
+#: cui/uiconfig/ui/hyperlinkdialog.ui:45
msgctxt "hyperlinkdialog|apply"
msgid "Apply"
msgstr "መፈጸሚያ"
+#. ixPEZ
+#: cui/uiconfig/ui/hyperlinkdialog.ui:51
+msgctxt "hyperlinkdialog|extended_tip|apply"
+msgid "Applies the data to your document."
+msgstr "ዳታውን ወደ እርስዎ ሰነድ ውስጥ መፈጸሚያ"
+
+#. CS6kG
+#: cui/uiconfig/ui/hyperlinkdialog.ui:86
+msgctxt "hyperlinkdialog|extended_tip|cancel"
+msgid "Closes the dialog without saving."
+msgstr "ንግግሩን ሳያስቀምጡ መዝጊያ "
+
#. SBQmF
-#: cui/uiconfig/ui/hyperlinkdialog.ui:156
+#: cui/uiconfig/ui/hyperlinkdialog.ui:168
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLINETTP_HELP"
msgid "This is where you create a hyperlink to a Web page or FTP server connection."
msgstr ""
#. 2H6BD
-#: cui/uiconfig/ui/hyperlinkdialog.ui:170
+#: cui/uiconfig/ui/hyperlinkdialog.ui:182
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLINETTP"
msgid "Internet"
msgstr ""
#. TwuBW
-#: cui/uiconfig/ui/hyperlinkdialog.ui:228
+#: cui/uiconfig/ui/hyperlinkdialog.ui:240
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLMAILTP_HELP"
msgid "This is where you create a hyperlink to an email address."
msgstr ""
#. nocMA
-#: cui/uiconfig/ui/hyperlinkdialog.ui:242
+#: cui/uiconfig/ui/hyperlinkdialog.ui:254
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLMAILTP"
msgid "Mail"
msgstr ""
#. MXhAV
-#: cui/uiconfig/ui/hyperlinkdialog.ui:301
+#: cui/uiconfig/ui/hyperlinkdialog.ui:313
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCTP_HELP"
msgid "This is where you create a hyperlink to an existing document or a target within a document."
msgstr ""
#. HkUh2
-#: cui/uiconfig/ui/hyperlinkdialog.ui:315
+#: cui/uiconfig/ui/hyperlinkdialog.ui:327
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCTP"
msgid "Document"
msgstr ""
#. xFvuL
-#: cui/uiconfig/ui/hyperlinkdialog.ui:374
+#: cui/uiconfig/ui/hyperlinkdialog.ui:386
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCNTP_HELP"
msgid "This is where you create a new document to which the new link points."
msgstr ""
#. ZprBE
-#: cui/uiconfig/ui/hyperlinkdialog.ui:388
+#: cui/uiconfig/ui/hyperlinkdialog.ui:400
msgctxt "hyperlinkdialog|RID_SVXSTR_HYPERDLG_HLDOCNTP"
msgid "New Document"
msgstr ""
@@ -8386,222 +10339,408 @@ msgctxt "hyperlinkdocpage|fileopen|tooltip_text"
msgid "Open File"
msgstr "ፋይል መክፈቻ"
+#. mJQ7c
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:68
+msgctxt "hyperlinkdocpage|extended_tip|fileopen"
+msgid "Opens the Open dialog, where you can select a file."
+msgstr ""
+
+#. 9f5SN
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:91
+msgctxt "hyperlinkdocpage|extended_tip|path"
+msgid "Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame."
+msgstr "URL le fayl ያስገቡ: እርስዎ በሚጫኑ ጊዜ መክፈት ለሚፈልጉት hyperlink. እርስዎ የ ኢላማ ክፈፍ ካልወሰኑ: ፋይሉ በ አሁኑ ሰነድ ወይንም ክፈፍ ውስጥ ይከፈታል "
+
#. Ewn6K
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:98
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:108
msgctxt "hyperlinkdocpage|label2"
msgid "Document"
msgstr "ሰነድ"
#. pedja
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:134
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:144
msgctxt "hyperlinkdocpage|target_label"
msgid "Targ_et:"
msgstr "ኢላ_ማው:"
#. hUini
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:149
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:159
msgctxt "hyperlinkdocpage|url_label"
msgid "URL:"
msgstr "URL:"
#. zH7Fk
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:163
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:173
msgctxt "hyperlinkdocpage|browse|tooltip_text"
msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
+#. wnXzL
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:178
+msgctxt "hyperlinkdocpage|extended_tip|browse"
+msgid "Opens the Target in Document dialog."
+msgstr " መክፈቻ በ ሰነድ ኢላማ ንግግር."
+
+#. 3ndEf
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:194
+msgctxt "hyperlinkdocpage|extended_tip|target"
+msgid "Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame."
+msgstr "URL le fayl ያስገቡ: እርስዎ በሚጫኑ ጊዜ መክፈት ለሚፈልጉት hyperlink. እርስዎ የ ኢላማ ክፈፍ ካልወሰኑ: ፋይሉ በ አሁኑ ሰነድ ወይንም ክፈፍ ውስጥ ይከፈታል "
+
#. oUByt
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:189
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:209
msgctxt "hyperlinkdocpage|url"
msgid "Test text"
msgstr "ጽሑፍ መሞከሪያ"
#. 8Gbv5
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:207
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:227
msgctxt "hyperlinkdocpage|label3"
msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
#. VQxYG
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:246
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:266
msgctxt "hyperlinkdocpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
#. cFnPM
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:261
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:281
msgctxt "hyperlinkdocpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
#. o2Fic
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:276
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:296
msgctxt "hyperlinkdocpage|name_label"
msgid "N_ame:"
msgstr "ስ_ም:"
+#. PuhGD
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:313
+msgctxt "hyperlinkdocpage|extended_tip|indication"
+msgid "Specifies the visible text or button caption for the hyperlink."
+msgstr "የሚታየውን ጽሁፍ ወይንም ቁልፍ መግለጫ ለ hyperlink. መወሰኛ "
+
+#. RszPA
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:329
+msgctxt "hyperlinkdocpage|extended_tip|name"
+msgid "Enter a name for the hyperlink."
+msgstr "ስም ያስገቡ ለ hyperlink."
+
#. y3amv
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:319
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:349
msgctxt "hyperlinkdocpage|form_label"
msgid "F_orm:"
msgstr "ፎር_ም:"
+#. 6TBzX
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:366
+msgctxt "hyperlinkdocpage|extended_tip|form"
+msgid "Specifies whether the hyperlink is inserted as text or as a button."
+msgstr "hyperlink እንደ ጽሁፍ ወይንም እንደ ቁልፍ ይገባ እንደሆን መወሰኛ "
+
#. sAAC7
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:345
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:380
msgctxt "hyperlinkdocpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
+#. EbFym
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:384
+msgctxt "hyperlinkdocpage|extended_tip|script"
+msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
+msgstr ""
+
+#. TXrCH
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:407
+msgctxt "hyperlinkdocpage|extended_tip|frame"
+msgid "Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window."
+msgstr "የ ክፈፍ ስም ያስገቡ እርስዎ እንዲገናኝ የሚፈልጉትን ፋይል ለ መክፈቻ ውስጥ: ወይንም ይምረጡ በቅድሚያ የ ተገለጸ ክፈፍ ከ ዝርዝር ውስጥ: እርስዎ ሳጥኑን ባዶ ከተዉት: የ ተገናኘው ፋይል ይከፈታል በ አሁኑ መቃኛ መስኮት ውስጥ "
+
#. frjow
-#: cui/uiconfig/ui/hyperlinkdocpage.ui:385
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:430
msgctxt "hyperlinkdocpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
+#. 789Vi
+#: cui/uiconfig/ui/hyperlinkdocpage.ui:445
+msgctxt "hyperlinkdocpage|extended_tip|HyperlinkDocPage"
+msgid "Hyperlinks to any document or targets in documents can be edited using the Document tab from the Hyperlink dialog."
+msgstr ""
+
#. BpE9F
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:41
msgctxt "hyperlinkinternetpage|linktyp_internet"
msgid "_Web"
msgstr "_ዌብ"
+#. wL4we
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:51
+msgctxt "hyperlinkinternetpage|extended_tip|linktyp_internet"
+msgid "Creates an \"http://\" hyperlink."
+msgstr ""
+
#. HybDr
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:57
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:62
msgctxt "hyperlinkinternetpage|linktyp_ftp"
msgid "_FTP"
msgstr "_FTP"
+#. dHmZB
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:73
+msgctxt "hyperlinkinternetpage|extended_tip|linktyp_ftp"
+msgid "Creates an \"FTP://\" hyperlink."
+msgstr ""
+
#. qgyrE
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:83
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:93
msgctxt "hyperlinkinternetpage|target_label"
msgid "_URL:"
msgstr "_URL:"
#. YLtwS
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:98
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:108
msgctxt "hyperlinkinternetpage|login_label"
msgid "_Login name:"
msgstr "የ _መግቢያ ስም:"
#. GGnn8
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:113
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:123
msgctxt "hyperlinkinternetpage|password_label"
msgid "_Password:"
msgstr "_የመግቢያ ቃል:"
+#. kVJEB
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:141
+msgctxt "hyperlinkinternetpage|extended_tip|login"
+msgid "Specifies your login name, if you are working with FTP addresses."
+msgstr "የ እርስዎን የ መግቢያ ስም መወሰኛ: እርስዎ የሚሰሩ ከሆነ በ FTP አድራሻዎች "
+
+#. cgWAc
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:158
+msgctxt "hyperlinkinternetpage|extended_tip|password"
+msgid "Specifies your password, if you are working with FTP addresses."
+msgstr "የ እርስዎን የ መግቢያ ቃል መወሰኛ: እርስዎ የሚሰሩ ከሆነ በ FTP አድራሻዎች "
+
#. HHhGY
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:149
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:169
msgctxt "hyperlinkinternetpage|anonymous"
msgid "Anonymous _user"
msgstr "ያልታወቀ _ተጠቃሚ"
+#. Ttx68
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:178
+msgctxt "hyperlinkinternetpage|extended_tip|anonymous"
+msgid "Allows you to log in to the FTP address as an anonymous user."
+msgstr "እርስዎን መግባት ያስችሎታል ወደ FTP አድራሻ በማይታወቅ ተጠቃሚ ስም "
+
+#. JwfAC
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:201
+msgctxt "hyperlinkinternetpage|extended_tip|target"
+msgid "Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame."
+msgstr "URL le fayl ያስገቡ: እርስዎ በሚጫኑ ጊዜ መክፈት ለሚፈልጉት hyperlink. እርስዎ የ ኢላማ ክፈፍ ካልወሰኑ: ፋይሉ በ አሁኑ ሰነድ ወይንም ክፈፍ ውስጥ ይከፈታል "
+
#. XhMm4
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:184
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:214
msgctxt "hyperlinkinternetpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
+#. fFLgD
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:231
+msgctxt "hyperlinkinternetpage|extended_tip|indication"
+msgid "Specifies the visible text or button caption for the hyperlink."
+msgstr "የሚታየውን ጽሁፍ ወይንም ቁልፍ መግለጫ ለ hyperlink. መወሰኛ "
+
#. ABK2n
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:210
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:245
msgctxt "hyperlinkinternetpage|protocol_label"
msgid "Proto_col:"
msgstr ""
#. MoZP7
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:231
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:266
msgctxt "hyperlinkinternetpage|label2"
msgid "Hyperlink Type"
msgstr "የ Hyperlink አይነት"
#. x4GDd
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:270
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:305
msgctxt "hyperlinkinternetpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
#. wiRZD
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:285
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:320
msgctxt "hyperlinkinternetpage|name_label"
msgid "Na_me:"
msgstr "ስ_ም:"
+#. ZdkMh
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:337
+msgctxt "hyperlinkinternetpage|extended_tip|name"
+msgid "Enter a name for the hyperlink."
+msgstr "ስም ያስገቡ ለ hyperlink."
+
#. UG2wE
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:317
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:357
msgctxt "hyperlinkinternetpage|form_label"
msgid "F_orm:"
msgstr "ፎር_ም:"
+#. QPMun
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:374
+msgctxt "hyperlinkinternetpage|extended_tip|form"
+msgid "Specifies whether the hyperlink is inserted as text or as a button."
+msgstr "hyperlink እንደ ጽሁፍ ወይንም እንደ ቁልፍ ይገባ እንደሆን መወሰኛ "
+
#. MyGFB
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:343
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:388
msgctxt "hyperlinkinternetpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
+#. sYWVn
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:392
+msgctxt "hyperlinkinternetpage|extended_tip|script"
+msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
+msgstr ""
+
+#. C5Hqs
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:415
+msgctxt "hyperlinkinternetpage|extended_tip|frame"
+msgid "Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window."
+msgstr "የ ክፈፍ ስም ያስገቡ እርስዎ እንዲገናኝ የሚፈልጉትን ፋይል ለ መክፈቻ ውስጥ: ወይንም ይምረጡ በቅድሚያ የ ተገለጸ ክፈፍ ከ ዝርዝር ውስጥ: እርስዎ ሳጥኑን ባዶ ከተዉት: የ ተገናኘው ፋይል ይከፈታል በ አሁኑ መቃኛ መስኮት ውስጥ "
+
#. UKQMX
-#: cui/uiconfig/ui/hyperlinkinternetpage.ui:383
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:438
msgctxt "hyperlinkinternetpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
+#. 8UdTe
+#: cui/uiconfig/ui/hyperlinkinternetpage.ui:453
+msgctxt "hyperlinkinternetpage|extended_tip|HyperlinkInternetPage"
+msgid "Use the Internet page of the Hyperlink dialog to edit hyperlinks with WWW or FTP addresses."
+msgstr ""
+
#. GKAsu
#: cui/uiconfig/ui/hyperlinkmailpage.ui:43
msgctxt "hyperlinkmailpage|receiver_label"
msgid "Re_cipient:"
msgstr "ተቀ_ባይ:"
-#. B5Axh
+#. 3Q6NE
#: cui/uiconfig/ui/hyperlinkmailpage.ui:58
-msgctxt "hyperlinkmailpage|adressbook|tooltip_text"
+msgctxt "hyperlinkmailpage|addressbook|tooltip_text"
msgid "Data Sources..."
-msgstr "የ ዳታ ምንጮች…"
+msgstr ""
+
+#. mZ8Wv
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:63
+msgctxt "hyperlinkmailpage|extended_tip|addressbook"
+msgid "Hides or shows the data source browser."
+msgstr ""
#. NJi4c
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:73
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:78
msgctxt "hyperlinkmailpage|subject_label"
msgid "_Subject:"
msgstr "_ጉዳዩ:"
+#. hseLC
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:96
+msgctxt "hyperlinkmailpage|extended_tip|subject"
+msgid "Specifies the subject that is inserted in the subject line of the new message document."
+msgstr ""
+
+#. 8gCor
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:119
+msgctxt "hyperlinkmailpage|extended_tip|receiver"
+msgid "Assigns the specified email address to the hyperlink."
+msgstr ""
+
#. eCvXD
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:133
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:148
msgctxt "hyperlinkmailpage|label2"
msgid "Mail"
msgstr "ደብዳቤ"
#. Rx7bX
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:172
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:187
msgctxt "hyperlinkmailpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
#. E6CWA
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:187
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:202
msgctxt "hyperlinkmailpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
#. BjAaB
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:202
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:217
msgctxt "hyperlinkmailpage|name_label"
msgid "N_ame:"
msgstr "ስ_ም:"
+#. PJMVD
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:234
+msgctxt "hyperlinkmailpage|extended_tip|indication"
+msgid "Specifies the visible text or button caption for the hyperlink."
+msgstr "የሚታየውን ጽሁፍ ወይንም ቁልፍ መግለጫ ለ hyperlink. መወሰኛ "
+
+#. pJbde
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:250
+msgctxt "hyperlinkmailpage|extended_tip|name"
+msgid "Enter a name for the hyperlink."
+msgstr "ስም ያስገቡ ለ hyperlink."
+
#. zkpdN
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:245
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:270
msgctxt "hyperlinkmailpage|form_label"
msgid "F_orm:"
msgstr "ፎር_ም:"
+#. ckEPR
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:287
+msgctxt "hyperlinkmailpage|extended_tip|form"
+msgid "Specifies whether the hyperlink is inserted as text or as a button."
+msgstr "hyperlink እንደ ጽሁፍ ወይንም እንደ ቁልፍ ይገባ እንደሆን መወሰኛ "
+
#. 7wzYs
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:271
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:301
msgctxt "hyperlinkmailpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
+#. rukYs
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:305
+msgctxt "hyperlinkmailpage|extended_tip|script"
+msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
+msgstr ""
+
+#. CwHdi
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:328
+msgctxt "hyperlinkmailpage|extended_tip|frame"
+msgid "Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window."
+msgstr "የ ክፈፍ ስም ያስገቡ እርስዎ እንዲገናኝ የሚፈልጉትን ፋይል ለ መክፈቻ ውስጥ: ወይንም ይምረጡ በቅድሚያ የ ተገለጸ ክፈፍ ከ ዝርዝር ውስጥ: እርስዎ ሳጥኑን ባዶ ከተዉት: የ ተገናኘው ፋይል ይከፈታል በ አሁኑ መቃኛ መስኮት ውስጥ "
+
#. BmHDh
-#: cui/uiconfig/ui/hyperlinkmailpage.ui:311
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:351
msgctxt "hyperlinkmailpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
+#. SvyDu
+#: cui/uiconfig/ui/hyperlinkmailpage.ui:366
+msgctxt "hyperlinkmailpage|extended_tip|HyperlinkMailPage"
+msgid "On the Mail page in the Hyperlink dialog you can edit hyperlinks for email addresses."
+msgstr ""
+
#. FiqBU
#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:18
msgctxt "hyperlinkmarkdialog|HyperlinkMark"
@@ -8609,95 +10748,173 @@ msgid "Target in Document"
msgstr "ኢላማው በሰነዱ ውስጥ"
#. JRUcA
-#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:36
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:33
msgctxt "hyperlinkmarkdialog|apply"
msgid "_Apply"
msgstr "_መፈጸሚያ"
#. jWKYr
-#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:52
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:49
msgctxt "hyperlinkmarkdialog|close"
msgid "_Close"
msgstr "_መዝጊያ"
+#. CLEQK
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:56
+msgctxt "hyperlinkmarkdialog|extended_tip|close"
+msgid "Once the hyperlink has been completely entered, click on Close to set the link and leave the dialog."
+msgstr "አንዴ የ hyperlink በ ትክክል ከ ገባ ይጫኑ የ መዝጊያ አገናኙን ለ ማሰናዳት እና ከ ንግግሩ ለ መውጣት "
+
#. P5DCe
-#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:121
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:122
msgctxt "hyperlinkmarkdialog|TreeListBox-atkobject"
msgid "Mark Tree"
msgstr "በ ዛፍ ዘዴ"
+#. iBoH5
+#: cui/uiconfig/ui/hyperlinkmarkdialog.ui:123
+msgctxt "hyperlinkmarkdialog|extended_tip|TreeListBox"
+msgid "Specifies the position in the target document where you wish to jump to."
+msgstr "እርስዎ በ ታለመው ሰነድ ውስጥ መዝለል እና መሄድ የሚፈልጉበትን ቦታ ይወስኑ "
+
#. tHygQ
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:57
msgctxt "hyperlinknewdocpage|editnow"
msgid "Edit _now"
msgstr "_አሁን ማረሚያ"
+#. DENWb
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:67
+msgctxt "hyperlinknewdocpage|extended_tip|editnow"
+msgid "Specifies that the new document is created and immediately opened for editing."
+msgstr "አዲስ ሰነድ እንደሚፈጠር እና ወዲያውኑ ለ እርማት እንደሚከፈት መወሰኛ "
+
#. YAeDk
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:73
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:78
msgctxt "hyperlinknewdocpage|editlater"
msgid "Edit _later"
msgstr "_በኋላ ማረሚያ"
+#. CD5y6
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:89
+msgctxt "hyperlinknewdocpage|extended_tip|editlater"
+msgid "Specifies that the document is created but it is not immediately opened."
+msgstr " አዲስ ሰነድ እንደሚፈጠር እና ነገር ግን ወዲያውኑ እንደማይከፈት መወሰኛ "
+
#. DqCc6
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:99
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:109
msgctxt "hyperlinknewdocpage|file_label"
msgid "_File:"
msgstr "_ፋይል:"
#. PDNz4
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:114
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:124
msgctxt "hyperlinknewdocpage|create|tooltip_text"
msgid "Select Path"
msgstr "መንገድ ይምረጡ"
-#. NKd9R
+#. FPajM
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:129
+msgctxt "hyperlinknewdocpage|extended_tip|create"
+msgid "Opens the Select Path dialog, where you can select a path."
+msgstr "መክፈቻ የ መንገድ መምረጫ ንግግር: እርስዎ መንገድ የሚመርጡበት "
+
+#. NKd9R
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:144
msgctxt "hyperlinknewdocpage|types_label"
msgid "File _type:"
msgstr "የ ፋይል _አይነት:"
+#. TRstM
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:169
+msgctxt "hyperlinknewdocpage|extended_tip|path"
+msgid "Enter a URL for the file that you want to open when you click the hyperlink."
+msgstr "ማስገቢያ a URL መክፈት ለሚፈልጉት ፋይል በሚጫኑ ጊዜ hyperlink."
+
+#. Ee4g2
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:209
+msgctxt "hyperlinknewdocpage|extended_tip|types"
+msgid "Specifies the file type for the new document."
+msgstr "ለ አዲሱ ሰነድ የ ፋይል አይነት ይግለጹ "
+
#. 9TYuE
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:212
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:237
msgctxt "hyperlinknewdocpage|label2"
msgid "New Document"
msgstr "አዲስ ሰነድ"
#. uChAF
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:251
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:276
msgctxt "hyperlinknewdocpage|frame_label"
msgid "F_rame:"
msgstr "ክ_ፈፍ:"
#. NG5VC
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:266
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:291
msgctxt "hyperlinknewdocpage|indication_label"
msgid "Te_xt:"
msgstr "ጽሑ_ፍ:"
#. SVEq9
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:281
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:306
msgctxt "hyperlinknewdocpage|name_label"
msgid "N_ame:"
msgstr "ስ_ም:"
+#. J9DQE
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:323
+msgctxt "hyperlinknewdocpage|extended_tip|indication"
+msgid "Specifies the visible text or button caption for the hyperlink."
+msgstr "የሚታየውን ጽሁፍ ወይንም ቁልፍ መግለጫ ለ hyperlink. መወሰኛ "
+
+#. FExJ9
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:339
+msgctxt "hyperlinknewdocpage|extended_tip|name"
+msgid "Enter a name for the hyperlink."
+msgstr "ስም ያስገቡ ለ hyperlink."
+
#. cSknQ
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:324
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:359
msgctxt "hyperlinknewdocpage|form_label"
msgid "F_orm:"
msgstr "ፎ_ርም:"
+#. fARTX
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:375
+msgctxt "hyperlinknewdocpage|extended_tip|form"
+msgid "Specifies whether the hyperlink is inserted as text or as a button."
+msgstr "hyperlink እንደ ጽሁፍ ወይንም እንደ ቁልፍ ይገባ እንደሆን መወሰኛ "
+
#. 5xVHb
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:349
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:389
msgctxt "hyperlinknewdocpage|script|tooltip_text"
msgid "Events"
msgstr "ሁኔታዎች"
+#. MikBD
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:393
+msgctxt "hyperlinknewdocpage|extended_tip|script"
+msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
+msgstr ""
+
+#. rXaNm
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:416
+msgctxt "hyperlinknewdocpage|extended_tip|frame"
+msgid "Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window."
+msgstr "የ ክፈፍ ስም ያስገቡ እርስዎ እንዲገናኝ የሚፈልጉትን ፋይል ለ መክፈቻ ውስጥ: ወይንም ይምረጡ በቅድሚያ የ ተገለጸ ክፈፍ ከ ዝርዝር ውስጥ: እርስዎ ሳጥኑን ባዶ ከተዉት: የ ተገናኘው ፋይል ይከፈታል በ አሁኑ መቃኛ መስኮት ውስጥ "
+
#. MS2Cn
-#: cui/uiconfig/ui/hyperlinknewdocpage.ui:389
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:439
msgctxt "hyperlinknewdocpage|label1"
msgid "Further Settings"
msgstr "በበለጠ ማሰናጃዎች"
+#. ztAbs
+#: cui/uiconfig/ui/hyperlinknewdocpage.ui:454
+msgctxt "hyperlinknewdocpage|extended_tip|HyperlinkNewDocPage"
+msgid "Use the New Document tab from the Hyperlink dialog to set up a hyperlink to a new document and create the new document simultaneously."
+msgstr ""
+
#. XkDqc
#: cui/uiconfig/ui/hyphenate.ui:18
msgctxt "hyphenate|HyphenateDialog"
@@ -8705,29 +10922,71 @@ msgid "Hyphenation"
msgstr "ጭረት"
#. N4zDD
-#: cui/uiconfig/ui/hyphenate.ui:53
+#: cui/uiconfig/ui/hyphenate.ui:50
msgctxt "hyphenate|hyphall"
msgid "Hyphenate All"
msgstr "ሁሉንም ጭረት ማድረጊያ"
#. TraEA
-#: cui/uiconfig/ui/hyphenate.ui:103
+#: cui/uiconfig/ui/hyphenate.ui:100
msgctxt "hyphenate|ok"
msgid "Hyphenate"
msgstr "ጭረት"
+#. 843cx
+#: cui/uiconfig/ui/hyphenate.ui:108
+msgctxt "hyphenate|extended_tip|ok"
+msgid "Inserts the hyphen at the indicated position."
+msgstr "በ ተጠቆመው ቦታ ላይ ጭረት ማስገቢያ "
+
#. gEGtP
-#: cui/uiconfig/ui/hyphenate.ui:118
+#: cui/uiconfig/ui/hyphenate.ui:120
msgctxt "hyphenate|continue"
msgid "Skip"
msgstr "መዝለያ"
+#. JqhEE
+#: cui/uiconfig/ui/hyphenate.ui:126
+msgctxt "hyphenate|extended_tip|continue"
+msgid "Ignores the hyphenation suggestion and finds the next word to hyphenate."
+msgstr "የ ጭረት አስተያየት መተው እና የሚቀጥለውን ጭረት የሚደረግበትን ቃል መፈለጊያ "
+
+#. zXLRC
+#: cui/uiconfig/ui/hyphenate.ui:145
+msgctxt "hyphenate|extended_tip|delete"
+msgid "Removes the current hyphenation point from the displayed word."
+msgstr "የ አሁኑን ጭረት የ ተደረገበትን ነጥብ ከ ቃሉ ላይ ማስወገጃ "
+
#. dsjvf
-#: cui/uiconfig/ui/hyphenate.ui:153
+#: cui/uiconfig/ui/hyphenate.ui:165
msgctxt "hyphenate|label1"
msgid "Word:"
msgstr "ቃላት:"
+#. fvcRg
+#: cui/uiconfig/ui/hyphenate.ui:193
+msgctxt "hyphenate|extended_tip|worded"
+msgid "Displays the hyphenation suggestion(s) for the selected word."
+msgstr "ለ ተመረጠው ቃል የ ጭረት አስተያየት(ቶች) ማሳያ "
+
+#. HAF8G
+#: cui/uiconfig/ui/hyphenate.ui:212
+msgctxt "hyphenate|extended_tip|left"
+msgid "Set the position of the hyphen. This option is only available if more than one hyphenation suggestion is displayed."
+msgstr "የ ጭረት ቦታ ማሰናጃ: ይህ ምርጫ ዝግጁ የሚሆነው ከ አንድ በላይ ጭረት የሚታይ ከሆነ ነው "
+
+#. 5gKXt
+#: cui/uiconfig/ui/hyphenate.ui:230
+msgctxt "hyphenate|extended_tip|right"
+msgid "Set the position of the hyphen. This option is only available if more than one hyphenation suggestion is displayed."
+msgstr "የ ጭረት ቦታ ማሰናጃ: ይህ ምርጫ ዝግጁ የሚሆነው ከ አንድ በላይ ጭረት የሚታይ ከሆነ ነው "
+
+#. 8QHd8
+#: cui/uiconfig/ui/hyphenate.ui:268
+msgctxt "hyphenate|extended_tip|HyphenateDialog"
+msgid "Inserts hyphens in words that are too long to fit at the end of a line."
+msgstr "ቦታ ለሚያንሳቸው ቃላት መጨረሻ ላይ ጭረት ማስገቢያ"
+
#. HGCp4
#: cui/uiconfig/ui/iconchangedialog.ui:61
msgctxt "iconchangedialog|label1"
@@ -8745,25 +11004,37 @@ msgid "Change Icon"
msgstr "ምልክት መቀየሪያ"
#. qZXP7
-#: cui/uiconfig/ui/iconselectordialog.ui:148
+#: cui/uiconfig/ui/iconselectordialog.ui:145
msgctxt "iconselectordialog|label1"
msgid "_Icons"
msgstr "_ምልክቶች"
#. ZyFG4
-#: cui/uiconfig/ui/iconselectordialog.ui:171
+#: cui/uiconfig/ui/iconselectordialog.ui:168
msgctxt "iconselectordialog|importButton"
msgid "I_mport..."
msgstr "ማ_ምጫ..."
+#. rAyQo
+#: cui/uiconfig/ui/iconselectordialog.ui:175
+msgctxt "iconselectordialog|extended_tip|importButton"
+msgid "Adds new icons to the list of icons. You see a file open dialog that imports the selected icon or icons into the internal icon directory of %PRODUCTNAME."
+msgstr "አዲስ ምልክቶች መጨመሪያ ወደ ዝርዝር ምልክቶች: ለ እርስዎ ይታያል የ ፋይል መክፈቻ ንግግር የሚያመጣ የ ተመረጡ ምልክቶች ወይንም ምልክቶች ወደ ውስጣዊ ምልክት ዳይሬክቶሪ በ %PRODUCTNAME."
+
#. 46d7Z
-#: cui/uiconfig/ui/iconselectordialog.ui:185
+#: cui/uiconfig/ui/iconselectordialog.ui:187
msgctxt "iconselectordialog|deleteButton"
msgid "_Delete..."
msgstr "_ማጥፊያ..."
+#. MEMzu
+#: cui/uiconfig/ui/iconselectordialog.ui:194
+msgctxt "iconselectordialog|extended_tip|deleteButton"
+msgid "Click to remove the selected icon from the list. Only user-defined icons can be removed."
+msgstr "ይጫኑ ለማስወገድ የ ተመረጠውን ምልክት ከ ዝርዝር ውስጥ: በ ተጠቃሚ-የ ተገለጸ ምልክት ብቻ ነው መወገድ የሚችለው "
+
#. C4HU9
-#: cui/uiconfig/ui/iconselectordialog.ui:216
+#: cui/uiconfig/ui/iconselectordialog.ui:223
msgctxt "iconselectordialog|noteLabel"
msgid ""
"Note:\n"
@@ -8780,96 +11051,174 @@ msgctxt "insertfloatingframe|InsertFloatingFrameDialog"
msgid "Floating Frame Properties"
msgstr "የ ማንሳፈፊያ ጠርዝ ባህሪዎች"
+#. DckNs
+#: cui/uiconfig/ui/insertfloatingframe.ui:105
+msgctxt "insertfloatingframe|extended_tip|edname"
+msgid "Enter a name for the floating frame. The name cannot contain spaces, special characters, or begin with an underscore (_)."
+msgstr ""
+
+#. dxeqd
+#: cui/uiconfig/ui/insertfloatingframe.ui:125
+msgctxt "insertfloatingframe|extended_tip|edurl"
+msgid "Enter the path and the name of the file that you want to display in the floating frame. You can also click the Browse button and locate the file that you want to display."
+msgstr "ያስገቡ መንገድ እና የ ፋይል ስም እርስዎ ማሳየት የሚፈልጉትን በ ተንሳፋፊ ክፈፍ ውስጥ: እርስዎ እንዲሁም መጫን ይችላሉ የ መቃኛ ቁልፍ እና ፋይሉን ፈልገው ያግኙ እርስዎ ማሳየት የሚፈልጉትን "
+
#. 6Zg6E
-#: cui/uiconfig/ui/insertfloatingframe.ui:133
+#: cui/uiconfig/ui/insertfloatingframe.ui:140
msgctxt "insertfloatingframe|label6"
msgid "Name:"
msgstr "ስም:"
#. QFERc
-#: cui/uiconfig/ui/insertfloatingframe.ui:146
+#: cui/uiconfig/ui/insertfloatingframe.ui:153
msgctxt "insertfloatingframe|label7"
msgid "Contents:"
msgstr "ይዞታዎች:"
#. ExCGU
-#: cui/uiconfig/ui/insertfloatingframe.ui:155
+#: cui/uiconfig/ui/insertfloatingframe.ui:162
msgctxt "insertfloatingframe|buttonbrowse"
msgid "Browse..."
msgstr "መቃኛ..."
+#. EQDKW
+#: cui/uiconfig/ui/insertfloatingframe.ui:169
+msgctxt "insertfloatingframe|extended_tip|buttonbrowse"
+msgid "Locate the file that you want to display in the selected floating frame, and then click Open."
+msgstr "ፋይሉን ፈልገው ያግኙ ማሳየት የሚፈልጉትን በ ተመረጠው ተንሳፋፊ ክፈፍ ውስጥ: እና ከዛ ይጫኑ መክፈቻ ."
+
#. CFNgz
-#: cui/uiconfig/ui/insertfloatingframe.ui:198
+#: cui/uiconfig/ui/insertfloatingframe.ui:210
msgctxt "insertfloatingframe|scrollbaron"
msgid "On"
msgstr "ማብሪያ"
+#. qobGp
+#: cui/uiconfig/ui/insertfloatingframe.ui:220
+msgctxt "insertfloatingframe|extended_tip|scrollbaron"
+msgid "Displays the scrollbar for the floating frame."
+msgstr "ለ ተንሳፋፊ ክፈፍ መሸብለያ መደርደሪያ ማሳያ "
+
#. RTCXH
-#: cui/uiconfig/ui/insertfloatingframe.ui:215
+#: cui/uiconfig/ui/insertfloatingframe.ui:232
msgctxt "insertfloatingframe|scrollbaroff"
msgid "Off"
msgstr "ማጥፊያ"
+#. pdYYk
+#: cui/uiconfig/ui/insertfloatingframe.ui:242
+msgctxt "insertfloatingframe|extended_tip|scrollbaroff"
+msgid "Hides the scrollbar for the floating frame."
+msgstr "ለ ተንሳፋፊ ክፈፍ መሸብለያ መደርደሪያ መደበቂያ "
+
#. iucHE
-#: cui/uiconfig/ui/insertfloatingframe.ui:232
+#: cui/uiconfig/ui/insertfloatingframe.ui:254
msgctxt "insertfloatingframe|scrollbarauto"
msgid "Automatic"
msgstr "ራሱ በራሱ"
+#. xEruo
+#: cui/uiconfig/ui/insertfloatingframe.ui:264
+msgctxt "insertfloatingframe|extended_tip|scrollbarauto"
+msgid "Mark this option if the currently active floating frame can have a scrollbar when needed."
+msgstr "እዚህ ምልክት ያድርጉ አሁን ንቁ የሆነው ተንሳፋፊ ክፈፍ በሚፈለግ ጊዜ መሸብለያ መደርደሪያ እንዲኖረው "
+
#. NTDhm
-#: cui/uiconfig/ui/insertfloatingframe.ui:255
+#: cui/uiconfig/ui/insertfloatingframe.ui:282
msgctxt "insertfloatingframe|label1"
msgid "Scroll Bar"
msgstr "መሸብለያ መደርደሪያ"
#. 9DUFs
-#: cui/uiconfig/ui/insertfloatingframe.ui:288
+#: cui/uiconfig/ui/insertfloatingframe.ui:315
msgctxt "insertfloatingframe|borderon"
msgid "On"
msgstr "ማብሪያ"
+#. wE67j
+#: cui/uiconfig/ui/insertfloatingframe.ui:325
+msgctxt "insertfloatingframe|extended_tip|borderon"
+msgid "Displays the border of the floating frame."
+msgstr "ለ ተንሳፋፊ ክፈፍ ድንበር ማሳያ "
+
#. P9vwv
-#: cui/uiconfig/ui/insertfloatingframe.ui:305
+#: cui/uiconfig/ui/insertfloatingframe.ui:337
msgctxt "insertfloatingframe|borderoff"
msgid "Off"
msgstr "ማጥፊያ"
+#. hEBTb
+#: cui/uiconfig/ui/insertfloatingframe.ui:347
+msgctxt "insertfloatingframe|extended_tip|borderoff"
+msgid "Hides the border of the floating frame."
+msgstr "ለ ተንሳፋፊ ክፈፍ ድንበር መደበቂያ "
+
#. xBDSb
-#: cui/uiconfig/ui/insertfloatingframe.ui:331
+#: cui/uiconfig/ui/insertfloatingframe.ui:368
msgctxt "insertfloatingframe|label2"
msgid "Border"
msgstr "ድንበር"
#. RAz7e
-#: cui/uiconfig/ui/insertfloatingframe.ui:367
+#: cui/uiconfig/ui/insertfloatingframe.ui:404
msgctxt "insertfloatingframe|widthlabel"
msgid "Width:"
msgstr "ስፋት:"
#. DMLy9
-#: cui/uiconfig/ui/insertfloatingframe.ui:380
+#: cui/uiconfig/ui/insertfloatingframe.ui:417
msgctxt "insertfloatingframe|heightlabel"
msgid "Height:"
msgstr "እርዝመት:"
+#. ieZRs
+#: cui/uiconfig/ui/insertfloatingframe.ui:434
+msgctxt "insertfloatingframe|extended_tip|width"
+msgid "Enter the amount of horizontal space that you want to leave between the right and the left edges of the floating frame and the contents of the frame. Both documents inside and outside the floating frame must be HTML documents."
+msgstr "የ አግድም ክፍተት መጠን ያስገቡ እርስዎ መተው የሚፈልጉትን በ ግራ እና በ ቀኝ ጠርዞች መካከል ተንሳፋፊ ክፈፍ እና ክፈፎቹ ይዞታ መካከል: ሁለቱም የ ተሰጡት ሰነዶች ውስጥ እና ውጪ ተንሳፋፊ ክፈፍ የ HTML ሰነዶች መሆን አለባቸው "
+
+#. R35J9
+#: cui/uiconfig/ui/insertfloatingframe.ui:452
+msgctxt "insertfloatingframe|extended_tip|height"
+msgid "Enter the amount of vertical space that you want to leave between the top and bottom edges of the floating frame and the contents of the frame. Both documents inside and outside the floating frame must be HTML documents."
+msgstr "የ አግድም ክፍተት መጠን ያስገቡ እርስዎ መተው የሚፈልጉትን በ ግራ እና በ ቀኝ ጠርዞች መካከል ተንሳፋፊ ክፈፍ እና ክፈፎቹ ይዞታ መካከል: ሁለቱም የ ተሰጡት ሰነዶች ውስጥ እና ውጪ ተንሳፋፊ ክፈፍ የ HTML ሰነዶች መሆን አለባቸው "
+
#. EEPAq
-#: cui/uiconfig/ui/insertfloatingframe.ui:416
+#: cui/uiconfig/ui/insertfloatingframe.ui:463
msgctxt "insertfloatingframe|defaultwidth"
msgid "Default"
msgstr "ነባር"
+#. NSmeU
+#: cui/uiconfig/ui/insertfloatingframe.ui:472
+msgctxt "insertfloatingframe|extended_tip|defaultwidth"
+msgid "Applies the default horizontal spacing."
+msgstr "ነባር የ አግድም ክፍተት መፈጸሚያ "
+
#. dQ8BY
-#: cui/uiconfig/ui/insertfloatingframe.ui:431
+#: cui/uiconfig/ui/insertfloatingframe.ui:483
msgctxt "insertfloatingframe|defaultheight"
msgid "Default"
msgstr "ነባር"
+#. vjLip
+#: cui/uiconfig/ui/insertfloatingframe.ui:492
+msgctxt "insertfloatingframe|extended_tip|defaultheight"
+msgid "Applies the default vertical spacing."
+msgstr "ነባር የ ቁመት ክፍተት መፈጸሚያ "
+
#. YqkF7
-#: cui/uiconfig/ui/insertfloatingframe.ui:452
+#: cui/uiconfig/ui/insertfloatingframe.ui:509
msgctxt "insertfloatingframe|label3"
msgid "Padding"
msgstr "መጨመሪያ"
+#. Ehuh3
+#: cui/uiconfig/ui/insertfloatingframe.ui:549
+msgctxt "insertfloatingframe|extended_tip|InsertFloatingFrameDialog"
+msgid "Changes the properties of the selected floating frame. Floating frames work best when they contain an html document, and when they are inserted in another html document."
+msgstr "የ ተመረጠውን ተንሳፋፊ ክፈፍ ባህሪ መቀየሪያ: ተንሳፋፊ ክፈፎች ጥሩ የሚሰሩት የ html ሰነዶች ሲይዙ ነው: እና ወደ ሌላ የ html ሰነድ ውስጥ ሲጨመሩ ነው "
+
#. DHyVM
#: cui/uiconfig/ui/insertoleobject.ui:16
msgctxt "insertoleobject|InsertOLEObjectDialog"
@@ -8877,47 +11226,59 @@ msgid "Insert OLE Object"
msgstr "የ OLE እቃ ያስገቡ"
#. APCbM
-#: cui/uiconfig/ui/insertoleobject.ui:103
+#: cui/uiconfig/ui/insertoleobject.ui:100
msgctxt "insertoleobject|createnew"
msgid "Create new"
msgstr "አዲስ መፍጠሪያ"
#. g7yF2
-#: cui/uiconfig/ui/insertoleobject.ui:120
+#: cui/uiconfig/ui/insertoleobject.ui:117
msgctxt "insertoleobject|createfromfile"
msgid "Create from file"
msgstr "ከ ፋይል ውስጥ መፍጠሪያ"
#. JcNDd
-#: cui/uiconfig/ui/insertoleobject.ui:200
+#: cui/uiconfig/ui/insertoleobject.ui:197
msgctxt "insertoleobject|label1"
msgid "Object Type"
msgstr "የእቃው አይነት"
#. GYhtz
-#: cui/uiconfig/ui/insertoleobject.ui:246
+#: cui/uiconfig/ui/insertoleobject.ui:243
msgctxt "insertoleobject|urlbtn"
msgid "Search…"
msgstr "መገለጊያ…"
#. PL3Eq
-#: cui/uiconfig/ui/insertoleobject.ui:259
+#: cui/uiconfig/ui/insertoleobject.ui:256
msgctxt "insertoleobject|linktofile"
msgid "Link to file"
msgstr "ወደ ፋይል አገናኝ"
+#. FDCFK
+#: cui/uiconfig/ui/insertoleobject.ui:265
+msgctxt "insertoleobject|extended_tip|linktofile"
+msgid "Enable this checkbox to insert the OLE object as a link to the original file. If this checkbox is not enabled, the OLE object will be embedded into your document."
+msgstr "ይህን ምልክት ማድረጊያ ያስችሉ ለ ማስገባት የ OLE እቃ እንደ አገናኝ ወደ ዋናው ፋይል: ይህን ምልክት ማድረጊያ ካላስቻሉ የ OLE እቃ ይጣበቃል ወደ እርስዎ ሰነድ ውስጥ "
+
#. G8yfb
-#: cui/uiconfig/ui/insertoleobject.ui:274
+#: cui/uiconfig/ui/insertoleobject.ui:276
msgctxt "insertoleobject|asicon"
msgid "Display as icon"
msgstr "እንደ ምልክት ማሳያ"
#. ry68g
-#: cui/uiconfig/ui/insertoleobject.ui:296
+#: cui/uiconfig/ui/insertoleobject.ui:298
msgctxt "insertoleobject|label2"
msgid "File"
msgstr "ፋይል"
+#. wdBbV
+#: cui/uiconfig/ui/insertoleobject.ui:331
+msgctxt "insertoleobject|extended_tip|InsertOLEObjectDialog"
+msgid "Inserts an OLE object into the current document. The OLE object is inserted as a link or an embedded object."
+msgstr ""
+
#. BCgnf
#: cui/uiconfig/ui/insertrowcolumn.ui:15
msgctxt "insertrowcolumn|InsertRowColumnDialog"
@@ -8930,26 +11291,44 @@ msgctxt "insertrowcolumn|label3"
msgid "_Number:"
msgstr "_ቁጥር:"
+#. P5PWM
+#: cui/uiconfig/ui/insertrowcolumn.ui:128
+msgctxt "insertrowcolumn|extended_tip|insert_number"
+msgid "Enter the number of columns or rows that you want."
+msgstr "እርስዎ የሚፈልጉትን የ አምድ ወይንም የ ረድፍ ቁጥር ያስገቡ "
+
#. nEwTY
-#: cui/uiconfig/ui/insertrowcolumn.ui:140
+#: cui/uiconfig/ui/insertrowcolumn.ui:145
msgctxt "insertrowcolumn|label1"
msgid "Insert"
msgstr "ማስገቢያ"
#. xdCAE
-#: cui/uiconfig/ui/insertrowcolumn.ui:171
+#: cui/uiconfig/ui/insertrowcolumn.ui:176
msgctxt "insertrowcolumn|insert_before"
msgid "_Before"
msgstr "_በፊት"
+#. bX93d
+#: cui/uiconfig/ui/insertrowcolumn.ui:186
+msgctxt "insertrowcolumn|extended_tip|insert_before"
+msgid "Adds new columns to the left of the current column, or adds new rows above the current row."
+msgstr "ከ አሁኑ አምድ በስተ ግራ በኩል አዲስ አምድ መጨመሪያ: ወይንም አዲስ ረድፍ መጨመሪያ ከ አሁኑ ረድፍ በላይ በኩል "
+
#. ZmEKX
-#: cui/uiconfig/ui/insertrowcolumn.ui:188
+#: cui/uiconfig/ui/insertrowcolumn.ui:198
msgctxt "insertrowcolumn|insert_after"
msgid "A_fter"
msgstr "በ_ኋላ"
+#. Rqgws
+#: cui/uiconfig/ui/insertrowcolumn.ui:208
+msgctxt "insertrowcolumn|extended_tip|insert_after"
+msgid "Adds new columns to the right of the current column, or adds new rows below the current row."
+msgstr "ከ አሁኑ አምድ በስተ ቀኝ በኩል አዲስ አምድ መጨመሪያ: ወይንም አዲስ ረድፍ መጨመሪያ ከ አሁኑ ረድፍ ከታች በኩል "
+
#. mS7YV
-#: cui/uiconfig/ui/insertrowcolumn.ui:211
+#: cui/uiconfig/ui/insertrowcolumn.ui:226
msgctxt "insertrowcolumn|label2"
msgid "Position"
msgstr "ቦታ"
@@ -8966,24 +11345,54 @@ msgctxt "javaclasspathdialog|label1"
msgid "A_ssigned folders and archives"
msgstr "የ_ተመደቡ ፎልደሮች እና ማህደሮች"
+#. ERHh7
+#: cui/uiconfig/ui/javaclasspathdialog.ui:158
+msgctxt "extended_tip|paths"
+msgid "Specifies the location of Java classes or Java class libraries."
+msgstr "አካባቢውን ይወስኑ ለ Java classes ወይንም ለ Java class libraries."
+
#. 5cgAY
-#: cui/uiconfig/ui/javaclasspathdialog.ui:180
+#: cui/uiconfig/ui/javaclasspathdialog.ui:185
msgctxt "javaclasspathdialog|archive"
msgid "_Add Archive..."
msgstr "ማህደር _መጨመሪያ..."
+#. xV5SQ
+#: cui/uiconfig/ui/javaclasspathdialog.ui:192
+msgctxt "extended_tip|archive"
+msgid "Select an archive file in jar or zip format and add the file to the class path."
+msgstr "ይምረጡ የ ማህደር ፋይል በ jar ወይንም በ zip አቀራረብ እና ይጨምሩ ፋይል ወደ የ ክፍል መንገድ ውስጥ "
+
#. LBBVG
-#: cui/uiconfig/ui/javaclasspathdialog.ui:194
+#: cui/uiconfig/ui/javaclasspathdialog.ui:204
msgctxt "javaclasspathdialog|folder"
msgid "Add _Folder"
msgstr "_ፎልደር መጨመሪያ"
+#. WP9Eo
+#: cui/uiconfig/ui/javaclasspathdialog.ui:211
+msgctxt "extended_tip|folder"
+msgid "Select a folder and add the folder to the class path."
+msgstr "ይምረጡ ፎልደር እና ይጨምሩ ፎልደር ወደ የ ክፍል መንገድ ውስጥ "
+
#. YNHm3
-#: cui/uiconfig/ui/javaclasspathdialog.ui:208
+#: cui/uiconfig/ui/javaclasspathdialog.ui:223
msgctxt "javaclasspathdialog|remove"
msgid "_Remove"
msgstr "_ማስወገጃ"
+#. fGAwc
+#: cui/uiconfig/ui/javaclasspathdialog.ui:230
+msgctxt "extended_tip|remove"
+msgid "Select an archive or a folder in the list and click Remove to remove the object from the class path."
+msgstr "ይምረጡ ማህደር ወይንም ፎልደር ከ ዝርዝር ውስጥ እና ይጫኑ ማስወገጃ እቃውን ለማስወገድ ከ ክፍል መንገድ ውስጥ "
+
+#. De7GF
+#: cui/uiconfig/ui/javaclasspathdialog.ui:266
+msgctxt "extended_tip|JavaClassPath"
+msgid "Specifies the location of Java classes or Java class libraries."
+msgstr "አካባቢውን ይወስኑ ለ Java classes ወይንም ለ Java class libraries."
+
#. LU9ad
#: cui/uiconfig/ui/javastartparametersdialog.ui:16
msgctxt "javastartparametersdialog|JavaStartParameters"
@@ -8991,41 +11400,71 @@ msgid "Java Start Parameters"
msgstr "Java Start Parameters"
#. AkVB2
-#: cui/uiconfig/ui/javastartparametersdialog.ui:107
+#: cui/uiconfig/ui/javastartparametersdialog.ui:104
msgctxt "javastartparametersdialog|label4"
msgid "Java start _parameter"
msgstr "Java start _parameter"
+#. Btkis
+#: cui/uiconfig/ui/javastartparametersdialog.ui:122
+msgctxt "extended_tip|parameterfield"
+msgid "Enter a start parameter for a JRE as you would on a command line. Click Assign to add the parameter to the list of available start parameters."
+msgstr "ያስገቡ የ ማስጀመሪያ ደንብ ለ JRE እርስዎ የ ትእዛዝ መስመር እንደሚያስገቡት: ይጫኑ መመደቢያ ደንብ ለ መጨመር ወደ ዝርዝር ውስጥ: ዝግጁ የሆነ የ ማስጀመሪያ ደንብ "
+
#. bbrtf
-#: cui/uiconfig/ui/javastartparametersdialog.ui:133
+#: cui/uiconfig/ui/javastartparametersdialog.ui:135
msgctxt "javastartparametersdialog|label5"
msgid "Assig_ned start parameters"
msgstr "የ ተመ_ደቡ ማስጀመሪያ ደንቦች"
+#. xjKFh
+#: cui/uiconfig/ui/javastartparametersdialog.ui:177
+msgctxt "extended_tip|assignlist"
+msgid "Lists the assigned JRE start parameters. To remove a start parameter, select the parameter, and then click Remove."
+msgstr "የ ተመደበው ዝርዝር ለ JRE ደንቦች ማስጀመሪያ: የ ማስጀመሪያ ደንቦች ለማስወገድ: ይምረጡ ደንቡን እና ከዛ ይጫኑ ማስወገጃ "
+
#. 87Ysi
-#: cui/uiconfig/ui/javastartparametersdialog.ui:185
+#: cui/uiconfig/ui/javastartparametersdialog.ui:192
msgctxt "javastartparametersdialog|label6"
msgid "For example: -Dmyprop=c:\\\\program files\\\\java"
msgstr "ለምሳሌ: -Dmyprop=c:\\\\program files\\\\java"
#. F3A9L
-#: cui/uiconfig/ui/javastartparametersdialog.ui:195
+#: cui/uiconfig/ui/javastartparametersdialog.ui:202
msgctxt "javastartparametersdialog|assignbtn"
msgid "_Add"
msgstr "_መጨመሪያ"
+#. 5DJCP
+#: cui/uiconfig/ui/javastartparametersdialog.ui:211
+msgctxt "extended_tip|assignbtn"
+msgid "Adds the current JRE start parameter to the list."
+msgstr "የ አሁኑን የ JRE ማስጀመሪያ ደንብ ወደ ዝርዝር ውስጥ መጨመሪያ "
+
#. sNSWD
-#: cui/uiconfig/ui/javastartparametersdialog.ui:216
+#: cui/uiconfig/ui/javastartparametersdialog.ui:228
msgctxt "javastartparametersdialog|editbtn"
msgid "_Edit"
msgstr "_ማረሚያ"
+#. 5FP58
+#: cui/uiconfig/ui/javastartparametersdialog.ui:236
+msgctxt "extended_tip|editbtn"
+msgid "Opens a dialog where the selected JRE start parameter can be edited."
+msgstr "ንግግር መክፈቻ የ ተመረጠውን JRE ደንብ ማስጀመሪያ ማረም ይቻላል "
+
#. fUGmG
-#: cui/uiconfig/ui/javastartparametersdialog.ui:231
+#: cui/uiconfig/ui/javastartparametersdialog.ui:248
msgctxt "javastartparametersdialog|removebtn"
msgid "_Remove"
msgstr "_ማስወገጃ"
+#. PhsGH
+#: cui/uiconfig/ui/javastartparametersdialog.ui:256
+msgctxt "extended_tip|removebtn"
+msgid "Deletes the selected JRE start parameter."
+msgstr "የ ተመረጠውን የ JRE ማስጀመሪያ ደንብ ማጥፊያ "
+
#. RdoKs
#: cui/uiconfig/ui/linedialog.ui:8
msgctxt "linedialog|LineDialog"
@@ -9069,31 +11508,37 @@ msgid "Arrow _style:"
msgstr "የ ቀስት _ዘዴዎች:"
#. y6SSb
-#: cui/uiconfig/ui/lineendstabpage.ui:137
+#: cui/uiconfig/ui/lineendstabpage.ui:134
msgctxt "lineendstabpage|FI_TIP"
msgid "Add a selected object to create new arrow styles."
msgstr "አዲስ የ ቀስት ዘዴዎች ለ መፍጠር የ ተመረጠውን እቃ መጨመሪያ"
#. rgBEv
-#: cui/uiconfig/ui/lineendstabpage.ui:178
+#: cui/uiconfig/ui/lineendstabpage.ui:175
msgctxt "lineendstabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_ማሻሻያ"
+#. iQUys
+#: cui/uiconfig/ui/lineendstabpage.ui:196
+msgctxt "lineendstabpage|extended_tip|BTN_DELETE"
+msgid "Deletes the selected element or elements after confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ከ ማረጋገጫ በኋላ ማጥፊያ"
+
#. V4C5Z
-#: cui/uiconfig/ui/lineendstabpage.ui:216
+#: cui/uiconfig/ui/lineendstabpage.ui:218
msgctxt "lineendstabpage|BTN_LOAD|tooltip_text"
msgid "Load arrow styles"
msgstr "የ ቀስት ዘዴዎች መጫኛ"
#. CUTxx
-#: cui/uiconfig/ui/lineendstabpage.ui:230
+#: cui/uiconfig/ui/lineendstabpage.ui:232
msgctxt "lineendstabpage|BTN_SAVE|tooltip_text"
msgid "Save arrow styles"
msgstr "የ ቀስት ዘዴዎች ማስቀመጫ"
#. hEYzS
-#: cui/uiconfig/ui/lineendstabpage.ui:309
+#: cui/uiconfig/ui/lineendstabpage.ui:311
msgctxt "lineendstabpage|label1"
msgid "Organize Arrow Styles"
msgstr "የ ቀስት ዘዴዎች ማደራጃ"
@@ -9149,25 +11594,31 @@ msgid "Line _style:"
msgstr "የ መስመር _ዘዴዎች:"
#. MAsFg
-#: cui/uiconfig/ui/linestyletabpage.ui:350
+#: cui/uiconfig/ui/linestyletabpage.ui:347
msgctxt "linestyletabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_ማሻሻያ"
+#. wuhfR
+#: cui/uiconfig/ui/linestyletabpage.ui:368
+msgctxt "linestyletabpage|extended_tip|BTN_DELETE"
+msgid "Deletes the selected element or elements after confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ከ ማረጋገጫ በኋላ ማጥፊያ"
+
#. FmGAy
-#: cui/uiconfig/ui/linestyletabpage.ui:388
+#: cui/uiconfig/ui/linestyletabpage.ui:390
msgctxt "linestyletabpage|BTN_LOAD|tooltip_text"
msgid "Load Line Styles"
msgstr "የ መስመር ዘዴዎች መጫኛ"
#. JCDCi
-#: cui/uiconfig/ui/linestyletabpage.ui:402
+#: cui/uiconfig/ui/linestyletabpage.ui:404
msgctxt "linestyletabpage|BTN_SAVE|tooltip_text"
msgid "Save Line Styles"
msgstr "የ መስመር ዘዴዎች ማስቀመጫ"
#. VGiHW
-#: cui/uiconfig/ui/linestyletabpage.ui:467
+#: cui/uiconfig/ui/linestyletabpage.ui:469
msgctxt "linestyletabpage|label1"
msgid "Properties"
msgstr "ባህሪዎች"
@@ -9347,31 +11798,31 @@ msgid "Select..."
msgstr "ይምረጡ..."
#. LaBcU
-#: cui/uiconfig/ui/linetabpage.ui:794
+#: cui/uiconfig/ui/linetabpage.ui:795
msgctxt "linetabpage|FT_SYMBOL_WIDTH"
msgid "Widt_h:"
msgstr "ስፋ_ት:"
#. yhVmm
-#: cui/uiconfig/ui/linetabpage.ui:818
+#: cui/uiconfig/ui/linetabpage.ui:819
msgctxt "linetabpage|CB_SYMBOL_RATIO"
msgid "_Keep ratio"
msgstr "_መጠን መጠበቂያ"
#. oV6GJ
-#: cui/uiconfig/ui/linetabpage.ui:836
+#: cui/uiconfig/ui/linetabpage.ui:837
msgctxt "linetabpage|FT_SYMBOL_HEIGHT"
msgid "Hei_ght:"
msgstr "እርዝ_መት:"
#. 9eaQs
-#: cui/uiconfig/ui/linetabpage.ui:873
+#: cui/uiconfig/ui/linetabpage.ui:874
msgctxt "linetabpage|label4"
msgid "Icon"
msgstr "ምልክት"
#. vPJAG
-#: cui/uiconfig/ui/linetabpage.ui:915
+#: cui/uiconfig/ui/linetabpage.ui:916
msgctxt "linetabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
@@ -9382,6 +11833,12 @@ msgctxt "macroassigndialog|MacroAssignDialog"
msgid "Assign Action"
msgstr "የተመደበው ተግባር"
+#. 2UNZB
+#: cui/uiconfig/ui/macroassigndialog.ui:90
+msgctxt "macroassigndialog|extended_tip|MacroAssignDialog"
+msgid "Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs."
+msgstr "ወደ ፕሮግራም ሁኔታዎች ማክሮስ መመደቢያ: የ ተመደበው ማክሮስ ራሱ በራሱ ሁኔታው ሲሟላ ይሄዳል "
+
#. NGu7X
#: cui/uiconfig/ui/macroassignpage.ui:64
msgctxt "macroassignpage|eventft"
@@ -9394,36 +11851,60 @@ msgctxt "macroassignpage|assignft"
msgid "Assigned Action"
msgstr "የተመደበው ተግባር"
+#. PahfF
+#: cui/uiconfig/ui/macroassignpage.ui:99
+msgctxt "macroassignpage|extended_tip|assignments"
+msgid "The big list box lists the events and the assigned macros. After you selected the location in the Save In list box, select an event in the big list box. Then click Assign Macro."
+msgstr "የ ትልቅ ዝርዝር ሳጥን የያዛቸው ዝርዝሮች የ ሁኔታዎች እና የ ተመደበ ማክሮስ ነው: አካባቢውን ከ መረጡ በኋላ ከ ማስቀመጫ በ ዝርዝር ሳጥን ውስጥ: ይምረጡ ሁኔታ ከ ትልቁ ዝርዝር ሳጥን ውስጥ: እና ከዛ ይጫኑ መመደቢያ ማክሮስ "
+
#. jfate
-#: cui/uiconfig/ui/macroassignpage.ui:107
+#: cui/uiconfig/ui/macroassignpage.ui:112
msgctxt "macroassignpage|libraryft1"
msgid "Assignments"
msgstr "ስራዎች"
#. YG6nV
-#: cui/uiconfig/ui/macroassignpage.ui:140
+#: cui/uiconfig/ui/macroassignpage.ui:145
msgctxt "macroassignpage|assign"
msgid "M_acro..."
msgstr "ማ_ክሮስ..."
+#. ECTjc
+#: cui/uiconfig/ui/macroassignpage.ui:152
+msgctxt "macroassignpage|extended_tip|assign"
+msgid "Opens the Macro Selector to assign a macro to the selected event."
+msgstr "መክፈቻ የ ማክሮስ መምረጫ ለ መመደብ ማክሮስ ወደ ተመረጠው ሁኔታ "
+
#. nhxq7
-#: cui/uiconfig/ui/macroassignpage.ui:154
+#: cui/uiconfig/ui/macroassignpage.ui:164
msgctxt "macroassignpage|component"
msgid "Com_ponent..."
msgstr "አካ_ላት..."
#. UNHTV
-#: cui/uiconfig/ui/macroassignpage.ui:168
+#: cui/uiconfig/ui/macroassignpage.ui:178
msgctxt "macroassignpage|delete"
msgid "Remove"
msgstr "ማስወገጃ"
+#. pieEu
+#: cui/uiconfig/ui/macroassignpage.ui:185
+msgctxt "macroassignpage|extended_tip|delete"
+msgid "Deletes the macro or component assignment for the selected event."
+msgstr ""
+
#. CqT9E
-#: cui/uiconfig/ui/macroassignpage.ui:188
+#: cui/uiconfig/ui/macroassignpage.ui:203
msgctxt "macroassignpage|label1"
msgid "Assign"
msgstr "መመደቢያ"
+#. v49A4
+#: cui/uiconfig/ui/macroassignpage.ui:217
+msgctxt "macroassignpage|extended_tip|MacroAssignPage"
+msgid "Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs."
+msgstr "ወደ ፕሮግራም ሁኔታዎች ማክሮስ መመደቢያ: የ ተመደበው ማክሮስ ራሱ በራሱ ሁኔታው ሲሟላ ይሄዳል "
+
#. RVDTA
#: cui/uiconfig/ui/macroselectordialog.ui:26
msgctxt "macroselectordialog|MacroSelectorDialog"
@@ -9431,305 +11912,395 @@ msgid "Macro Selector"
msgstr "የ Macro መራጭ"
#. sgKzf
-#: cui/uiconfig/ui/macroselectordialog.ui:45
+#: cui/uiconfig/ui/macroselectordialog.ui:42
msgctxt "macroselectordialog|add"
msgid "Add"
msgstr "መጨመሪያ"
#. fpfnw
-#: cui/uiconfig/ui/macroselectordialog.ui:138
+#: cui/uiconfig/ui/macroselectordialog.ui:135
msgctxt "macroselectordialog|helpmacro"
msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
msgstr "የሚፈልጉትን macro የያዘውን መጻህፍት ቤት ይምረጡ:፡ ከዚያም macro ይምረጡ ከ ስሙ ስር 'የ Macro ስም'."
#. nVAE3
-#: cui/uiconfig/ui/macroselectordialog.ui:154
+#: cui/uiconfig/ui/macroselectordialog.ui:151
msgctxt "macroselectordialog|helptoolbar"
msgid "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog."
msgstr "ወደ እቃ መደርደሪያ ትእዛዝ ለ መጨመር: ምድብ ይምረጡ እና ትእዛዝ ክዚያም ትእዛዙን ይጎትቱ ወደ ትእዛዝ ዝርዝር ከ እቃ መደርደሪያ tab ገጽ ውስጥ ንግግር ማስተካከያ"
#. SuCLc
-#: cui/uiconfig/ui/macroselectordialog.ui:240
+#: cui/uiconfig/ui/macroselectordialog.ui:236
msgctxt "macroselectordialog|libraryft"
msgid "Library"
msgstr "መጻሕፍት ቤት"
#. ah4q5
-#: cui/uiconfig/ui/macroselectordialog.ui:255
+#: cui/uiconfig/ui/macroselectordialog.ui:251
msgctxt "macroselectordialog|categoryft"
msgid "Category"
msgstr "ምድብ"
#. QvKmS
-#: cui/uiconfig/ui/macroselectordialog.ui:334
+#: cui/uiconfig/ui/macroselectordialog.ui:330
msgctxt "macroselectordialog|macronameft"
msgid "Macro Name"
msgstr "የ Macro ስም"
#. 2pAF6
-#: cui/uiconfig/ui/macroselectordialog.ui:350
+#: cui/uiconfig/ui/macroselectordialog.ui:346
msgctxt "macroselectordialog|commandsft"
msgid "Commands"
msgstr "ትእዛዞች"
#. gsUCh
-#: cui/uiconfig/ui/macroselectordialog.ui:419
+#: cui/uiconfig/ui/macroselectordialog.ui:415
msgctxt "macroselectordialog|label1"
msgid "Description"
msgstr "መግለጫ"
#. YTX8B
-#: cui/uiconfig/ui/menuassignpage.ui:44
+#: cui/uiconfig/ui/menuassignpage.ui:46
msgctxt "menuassignpage|insertseparator"
msgid "Insert Separator"
msgstr "መለያያ ማስገቢያ"
#. RNPyo
-#: cui/uiconfig/ui/menuassignpage.ui:52
+#: cui/uiconfig/ui/menuassignpage.ui:54
msgctxt "menuassignpage|insertsubmenu"
msgid "Insert Submenu"
msgstr "ንዑስ ዝርዝር ማስገቢያ"
#. DXfmq
-#: cui/uiconfig/ui/menuassignpage.ui:102 cui/uiconfig/ui/menuassignpage.ui:174
+#: cui/uiconfig/ui/menuassignpage.ui:104 cui/uiconfig/ui/menuassignpage.ui:176
msgctxt "menuassignpage|gear_add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
#. ekuNo
-#: cui/uiconfig/ui/menuassignpage.ui:110 cui/uiconfig/ui/menuassignpage.ui:182
+#: cui/uiconfig/ui/menuassignpage.ui:112 cui/uiconfig/ui/menuassignpage.ui:184
msgctxt "menuassignpage|gear_delete"
msgid "_Delete"
msgstr "_ማጥፊያ"
#. iRLgG
-#: cui/uiconfig/ui/menuassignpage.ui:118 cui/uiconfig/ui/menuassignpage.ui:190
+#: cui/uiconfig/ui/menuassignpage.ui:120 cui/uiconfig/ui/menuassignpage.ui:192
msgctxt "menuassignpage|gear_rename"
msgid "_Rename..."
msgstr "_እንደገና መሰየሚያ..."
#. rE3BD
-#: cui/uiconfig/ui/menuassignpage.ui:126 cui/uiconfig/ui/menuassignpage.ui:198
+#: cui/uiconfig/ui/menuassignpage.ui:128 cui/uiconfig/ui/menuassignpage.ui:200
msgctxt "menuassignpage|gear_move"
msgid "_Move..."
msgstr "_ማንቀሳቀሻ..."
#. iNnSq
-#: cui/uiconfig/ui/menuassignpage.ui:138
+#: cui/uiconfig/ui/menuassignpage.ui:140
msgctxt "menuassignpage|renameItem"
msgid "Rename..."
msgstr "እንደገና መሰየሚያ..."
#. vtxfm
-#: cui/uiconfig/ui/menuassignpage.ui:146
+#: cui/uiconfig/ui/menuassignpage.ui:148
msgctxt "menuassignpage|changeIcon"
msgid "Change Icon..."
msgstr "ምልክት መቀየሪያ..."
#. pisMz
-#: cui/uiconfig/ui/menuassignpage.ui:154
+#: cui/uiconfig/ui/menuassignpage.ui:156
msgctxt "menuassignpage|resetIcon"
msgid "Reset Icon"
msgstr "ምልክት እንደ ነበር መመለሻ"
#. ooFCE
-#: cui/uiconfig/ui/menuassignpage.ui:162
+#: cui/uiconfig/ui/menuassignpage.ui:164
msgctxt "menuassignpage|restoreItem"
msgid "Restore Default Command"
msgstr "ነባር ትእዛዝ እንደ ነበር መመለሻ"
#. CkLgx
-#: cui/uiconfig/ui/menuassignpage.ui:212
+#: cui/uiconfig/ui/menuassignpage.ui:214
msgctxt "menuassignpage|gear_iconAndText"
msgid "_Icon and text"
msgstr "_ምልክት እና ጽሁፍ"
#. G3FuF
-#: cui/uiconfig/ui/menuassignpage.ui:222
+#: cui/uiconfig/ui/menuassignpage.ui:224
msgctxt "menuassignpage|gear_iconOnly"
msgid "Icon _only"
msgstr "ምልክት _ብቻ"
#. DCnZr
-#: cui/uiconfig/ui/menuassignpage.ui:232
+#: cui/uiconfig/ui/menuassignpage.ui:234
msgctxt "menuassignpage|gear_textOnly"
msgid "_Text only"
msgstr "_ጽሁፍ ብቻ"
#. vJPYK
-#: cui/uiconfig/ui/menuassignpage.ui:261
+#: cui/uiconfig/ui/menuassignpage.ui:263
msgctxt "menuassignpage|contentslabel"
msgid "_Search"
msgstr "_መፈለጊያ"
#. 6Vz2j
-#: cui/uiconfig/ui/menuassignpage.ui:278
+#: cui/uiconfig/ui/menuassignpage.ui:280
msgctxt "menuassignpage|desc"
msgid "Description of the currently selected function."
msgstr ""
+#. 8WPmN
+#: cui/uiconfig/ui/menuassignpage.ui:290
+msgctxt "menuassignpage|extended_tip|desc"
+msgid "The text box contains a short description of the selected command."
+msgstr "የ ጽሁፍ ሳጥን የያዘው አቋራጭ መግለጫ ለ ተመረጠው ትእዛዝ ነው"
+
#. qiiBX
-#: cui/uiconfig/ui/menuassignpage.ui:300
+#: cui/uiconfig/ui/menuassignpage.ui:307
msgctxt "menuassignpage|label33"
msgid "D_escription"
msgstr "መ_ግለጫ"
+#. KXCzA
+#: cui/uiconfig/ui/menuassignpage.ui:360
+msgctxt "menuassignpage|extended_tip|functions"
+msgid "Displays the results of the combination of the search string and category of the desired function."
+msgstr "የ መቀላቀያ መፈለጊያ ሀረግ ውጤት ማሳያ እና የሚፈለገው ተግባር ምድብ"
+
#. wYjEi
-#: cui/uiconfig/ui/menuassignpage.ui:367
+#: cui/uiconfig/ui/menuassignpage.ui:377
msgctxt "menuassignpage|contentslabel"
msgid "_Available Commands"
msgstr ""
-#. ZrMmi
+#. EY8HF
#: cui/uiconfig/ui/menuassignpage.ui:393
+msgctxt "menuassignpage|extended_tip|commandcategorylist"
+msgid "Select the menu command category in the drop-down list to restrict the search of commands or scroll the list below. Macros and styles commands are in the bottom of the list."
+msgstr "የ ዝርዝር ትእዛዝ ምድብ ይምረጡ ወደ ታች-ከሚዘረገፍ ዝርዝር ውስጥ የ መፈለጊያ ትእዛዝ ለ መወሰን ወይንም ከ ታች በኩል ያለውን ዝርዝር ይሸብልሉ: የ ማክሮስ እና ዘዴዎች ትእዛዝ ከ ዝርዝር በ ታች በኩል ናቸው"
+
+#. ZrMmi
+#: cui/uiconfig/ui/menuassignpage.ui:408
msgctxt "menuassignpage|contentslabel"
msgid "Categor_y"
msgstr "ምድ_ብ"
#. trbSd
-#: cui/uiconfig/ui/menuassignpage.ui:407
+#: cui/uiconfig/ui/menuassignpage.ui:422
msgctxt "menuassignpage|searchEntry"
msgid "Type to search"
msgstr "ለ መፈለግ ይጻፉ"
+#. GR5u8
+#: cui/uiconfig/ui/menuassignpage.ui:425
+msgctxt "menuassignpage|extended_tip|searchEntry"
+msgid "Enter a string in the text box to narrow the search of commands."
+msgstr "የ መፈለጊያ ትእዛዝ ለ ማጥበብ ወደ ጽሁፍ ሳጥን ውስጥ ሀረግ ያስገቡ"
+
+#. 7gtLC
+#: cui/uiconfig/ui/menuassignpage.ui:448
+msgctxt "menuassignpage|extended_tip|savein"
+msgid "Select the location where the menu is to be attached. If attached to a %PRODUCTNAME module, the menu is available for all files opened in that module. If attached to the file, the menu will be available only when that file is opened and active."
+msgstr "ዝርዝር የት እንደሚጣበቅ አካባቢ ይምረጡ: ከተያያዘ ከ %PRODUCTNAME ክፍል ጋር: ዝርዝር ዝግጁ ይሆናል ለ ሁሉም ለ ተከፈቱ ፋይሎች በ ክፍሉ ውስጥ: ከ ፋይል ጋር ከ ተያያዘ: ዝርዝር ዝግጁ ይሆናል ፋይሉ በሚከፈት እና ንቁ በሚሆን ጊዜ"
+
#. D35vJ
-#: cui/uiconfig/ui/menuassignpage.ui:434
+#: cui/uiconfig/ui/menuassignpage.ui:459
msgctxt "menuassignpage|functionbtn"
msgid "_Function"
msgstr "_ተግባር"
+#. 2HL6E
+#: cui/uiconfig/ui/menuassignpage.ui:490
+msgctxt "menuassignpage|extended_tip|toplevellist"
+msgid "Select the menu where the customization is to be applied. The current set of functions is displayed in the box below."
+msgstr "የ ዝርዝር ማስተካከያ የሚፈጸምበትን ይምረጡ: አሁን የ ተሰናዳው ተግባር ከ ታች በኩል ባለው ሳጥን ውስጥ ይታያል"
+
#. QN5Bd
-#: cui/uiconfig/ui/menuassignpage.ui:481
+#: cui/uiconfig/ui/menuassignpage.ui:511
msgctxt "menuassignpage|menugearbtn"
msgid "Gear Menu"
msgstr ""
#. rnmCf
-#: cui/uiconfig/ui/menuassignpage.ui:482
+#: cui/uiconfig/ui/menuassignpage.ui:512
msgctxt "menuassignpage|menugearbtn"
msgid "Contains commands to modify or delete the selected top level menu, and the command to add new top level menus."
msgstr "የ ተመረጠውን እቃ መደርደሪያ ወይንም ከ ላይ በኩል ያለውን ዝርዝር ማሻሻያ ወይንም ማጥፊያ ትእዛዝ ይዟል:"
#. 7PE7X
-#: cui/uiconfig/ui/menuassignpage.ui:503
+#: cui/uiconfig/ui/menuassignpage.ui:533
msgctxt "menuassignpage|toolbargearbtn"
msgid "Gear Menu"
msgstr ""
#. L7fQq
-#: cui/uiconfig/ui/menuassignpage.ui:504
+#: cui/uiconfig/ui/menuassignpage.ui:534
msgctxt "menuassignpage|toolbargearbtn"
msgid "Contains commands to modify or delete the selected toolbar, and the command to add new toolbars."
msgstr "የ ተመረጠውን እቃ መደርደሪያ ወይንም ከ ላይ በኩል ያለውን ዝርዝር ማሻሻያ ወይንም ማጥፊያ ትእዛዝ ይዟል"
#. w7EFX
-#: cui/uiconfig/ui/menuassignpage.ui:671
+#: cui/uiconfig/ui/menuassignpage.ui:687
msgctxt "menuassignpage|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. Q69cQ
-#: cui/uiconfig/ui/menuassignpage.ui:695
+#: cui/uiconfig/ui/menuassignpage.ui:711
msgctxt "menuassignpage|modify"
msgid "_Modify"
msgstr "_ማሻሻያ"
#. Cwu32
-#: cui/uiconfig/ui/menuassignpage.ui:719
+#: cui/uiconfig/ui/menuassignpage.ui:735
msgctxt "menuassignpage|defaultsbtn"
msgid "_Defaults"
msgstr "_ነባር"
#. taFyJ
-#: cui/uiconfig/ui/menuassignpage.ui:730
+#: cui/uiconfig/ui/menuassignpage.ui:746
msgctxt "menuassignpage|defaultsbtn"
msgid "Resets the selected toolbar, menu, or context menu to its default state."
msgstr "የ ተመረጠውን እቃ መደርደሪያ እንደ ነበር መመለሻ: ወይንም የ አገባብ ዝርዝር ወደ ነባር ሁኔታው መመለሻ"
#. B32nz
-#: cui/uiconfig/ui/menuassignpage.ui:764
+#: cui/uiconfig/ui/menuassignpage.ui:780
msgctxt "menuassignpage|add"
msgid "Add item"
msgstr "እቃ መጨመሪያ"
+#. JrYMp
+#: cui/uiconfig/ui/menuassignpage.ui:790
+msgctxt "menuassignpage|extended_tip|add"
+msgid "Click on the right arrow button to select a function on the left display box and copy to the right display box. This will add the function to the selected menu."
+msgstr "ይጫኑ በ ግራ ቀስት ቁልፍ ላይ ተግባር ለ መምረጥ በ ግራ በኩል ከሚታየው ሳጥን ውስጥ: እና ኮፒ ያድርጉ ወደ ቀኝ በኩል የሚታየው ሳጥን ውስጥ: ይህ ለ ተመረጠው ዝርዝር ተግባር ይጨምራል "
+
#. iree8
-#: cui/uiconfig/ui/menuassignpage.ui:794
+#: cui/uiconfig/ui/menuassignpage.ui:815
msgctxt "menuassignpage|remove"
msgid "Remove item"
msgstr "እቃ ማስወገጃ"
+#. AsenA
+#: cui/uiconfig/ui/menuassignpage.ui:825
+msgctxt "menuassignpage|extended_tip|remove"
+msgid "Click on the left arrow button to remove the selected command from the current menu."
+msgstr "ይጫኑ በ ግራ ቀስት ቁልፍ ላይ የ ተመረጠውን ትእዛዝ ለ ማስወገድ ከ አሁኑ ዝርዝር ውስጥ "
+
#. t7BYP
-#: cui/uiconfig/ui/menuassignpage.ui:831
+#: cui/uiconfig/ui/menuassignpage.ui:857
msgctxt "menuassignpage|moveupbtn"
msgid "Move up"
msgstr "ወደ ላይ ማንቀሳቀሻ"
+#. BH9fq
+#: cui/uiconfig/ui/menuassignpage.ui:861
+msgctxt "menuassignpage|extended_tip|up"
+msgid "Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed menu commands."
+msgstr "ይጫኑ ቀስት ወደ ላይ ወይንም ወደ ታች በ ቀኝ በኩል የ ተመረጠውን ትእዛዝ ወደ ላይ ወይንም ወደ ታች ለ ማንቀሳቀስ: በ ዝርዝር ውስጥ የሚታየውን ዝርዝር ትእዛዝ"
+
#. S6K2N
-#: cui/uiconfig/ui/menuassignpage.ui:844
+#: cui/uiconfig/ui/menuassignpage.ui:875
msgctxt "menuassignpage|movedownbtn"
msgid "Move down"
msgstr "ወደ ታች ማንቀሳቀሻ"
+#. RCKEK
+#: cui/uiconfig/ui/menuassignpage.ui:879
+msgctxt "menuassignpage|extended_tip|down"
+msgid "Click on the Up or Down arrows on the right to move the selected command upward or downward in the list of displayed menu commands."
+msgstr "ይጫኑ ቀስት ወደ ላይ ወይንም ወደ ታች በ ቀኝ በኩል የ ተመረጠውን ትእዛዝ ወደ ላይ ወይንም ወደ ታች ለ ማንቀሳቀስ: በ ዝርዝር ውስጥ የሚታየውን ዝርዝር ትእዛዝ"
+
#. fto8m
-#: cui/uiconfig/ui/menuassignpage.ui:863
+#: cui/uiconfig/ui/menuassignpage.ui:899
msgctxt "menuassignpage|scopelabel"
msgid "S_cope"
msgstr "ክ_ልል"
#. SLinm
-#: cui/uiconfig/ui/menuassignpage.ui:876
+#: cui/uiconfig/ui/menuassignpage.ui:912
msgctxt "menuassignpage|targetlabel"
msgid "_Target"
msgstr "_ኢላማ"
#. cZEBZ
-#: cui/uiconfig/ui/menuassignpage.ui:889
+#: cui/uiconfig/ui/menuassignpage.ui:925
msgctxt "menuassignpage|functionlabel"
msgid "Assi_gned Commands"
msgstr ""
#. AZQ8V
-#: cui/uiconfig/ui/menuassignpage.ui:902
+#: cui/uiconfig/ui/menuassignpage.ui:938
msgctxt "menuassignpage|customizelabel"
msgid "_Customize"
msgstr "_ማስተካከያ"
+#. yFQHn
+#: cui/uiconfig/ui/menuassignpage.ui:997
+msgctxt "menuassignpage|extended_tip|MenuAssignPage"
+msgid "Lets you customize %PRODUCTNAME menus for all modules."
+msgstr "እርስዎን ማስተካከል ያስችሎታል %PRODUCTNAME ዝርዝር ለ ሁሉም ክፍሎች "
+
#. Mcir5
#: cui/uiconfig/ui/mosaicdialog.ui:21
msgctxt "mosaicdialog|MosaicDialog"
msgid "Mosaic"
msgstr "ማስጌጫ"
+#. aW8Fh
+#: cui/uiconfig/ui/mosaicdialog.ui:160
+msgctxt "mosaicdialog|extended_tip|width"
+msgid "Defines the width of the individual tiles."
+msgstr "የ እያንዳንዱ አርእስት ስፋት መወሰኛ"
+
#. yVvs9
-#: cui/uiconfig/ui/mosaicdialog.ui:171
+#: cui/uiconfig/ui/mosaicdialog.ui:173
msgctxt "mosaicdialog|label2"
msgid "_Width:"
msgstr "_ስፋት:"
#. TsqoC
-#: cui/uiconfig/ui/mosaicdialog.ui:196
+#: cui/uiconfig/ui/mosaicdialog.ui:198
msgctxt "mosaicdialog|height"
msgid "2"
msgstr "2"
+#. zq4c3
+#: cui/uiconfig/ui/mosaicdialog.ui:203
+msgctxt "mosaicdialog|extended_tip|height"
+msgid "Defines the height of the individual tiles."
+msgstr "የ እያንዳንዱ አርእስት እርዝመት መወሰኛ"
+
#. Ca8nA
-#: cui/uiconfig/ui/mosaicdialog.ui:209
+#: cui/uiconfig/ui/mosaicdialog.ui:216
msgctxt "mosaicdialog|label3"
msgid "_Height:"
msgstr "_እርዝመት:"
#. HPBw2
-#: cui/uiconfig/ui/mosaicdialog.ui:227
+#: cui/uiconfig/ui/mosaicdialog.ui:234
msgctxt "mosaicdialog|edges"
msgid "E_nhance edges"
msgstr "ጠርዞች ማ_ሻሻያ"
+#. mEUiS
+#: cui/uiconfig/ui/mosaicdialog.ui:243
+msgctxt "mosaicdialog|extended_tip|edges"
+msgid "Enhances, or sharpens, the edges of the object."
+msgstr "የ እቃ ጠርዞች ማጉሊያ ወይንም ማጥሪያ "
+
#. LKQEa
-#: cui/uiconfig/ui/mosaicdialog.ui:254
+#: cui/uiconfig/ui/mosaicdialog.ui:266
msgctxt "mosaicdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
+#. LGB8f
+#: cui/uiconfig/ui/mosaicdialog.ui:291
+msgctxt "mosaicdialog|extended_tip|MosaicDialog"
+msgid "Joins small groups of pixels into rectangular areas of the same color."
+msgstr ""
+
#. NcNCG
#: cui/uiconfig/ui/movemenu.ui:26
msgctxt "movemenu|MoveMenuDialog"
@@ -9737,49 +12308,91 @@ msgid "New Menu"
msgstr "አዲስ ዝርዝር"
#. kJERC
-#: cui/uiconfig/ui/movemenu.ui:113
+#: cui/uiconfig/ui/movemenu.ui:110
msgctxt "movemenu|menunameft"
msgid "Menu name:"
msgstr "የ ዝርዝሩ ስም:"
+#. Dzrz4
+#: cui/uiconfig/ui/movemenu.ui:129
+msgctxt "movemenu|extended_tip|menuname"
+msgid "Enter a name for the menu. To specify a letter in the name as an accelerator key, enter a tilde (~) before the letter."
+msgstr "ለ ዝርዝር ስም ያስገቡ: ለ መወሰን ፊደል በ ስም ውስጥ እንደ ማፍጠኛ ቁልፍ: ያስገቡ ቲልዴ (~) ከ ፊደሉ በፊት "
+
#. YV2LE
-#: cui/uiconfig/ui/movemenu.ui:156
+#: cui/uiconfig/ui/movemenu.ui:158
msgctxt "movemenu|label1"
msgid "Menu _position:"
msgstr "የ ዝርዝር _ቦታ:"
#. HZFF5
-#: cui/uiconfig/ui/movemenu.ui:229
+#: cui/uiconfig/ui/movemenu.ui:231
msgctxt "movemenu|up-atkobject"
msgid "Up"
msgstr "ወደ ላይ"
#. nRLog
-#: cui/uiconfig/ui/movemenu.ui:248
+#: cui/uiconfig/ui/movemenu.ui:250
msgctxt "movemenu|down-atkobject"
msgid "Down"
msgstr "ወደ ታች"
+#. xFV7x
+#: cui/uiconfig/ui/movemenu.ui:300
+msgctxt "movemenu|extended_tip|MoveMenuDialog"
+msgid "Moves the selected menu entry up one position or down one position in the menu when you click an arrow button."
+msgstr "የ ተመረጠውን ዝርዝር ማስገቢያ አንድ ደረጃ ወደ ላይ ወይንም ወደ ታች ማንቀሳቀሻ በ ዝርዝር ውስጥ እርስዎ የ ቀስት ቁልፍ በሚጫኑ ጊዜ "
+
#. qoE4K
#: cui/uiconfig/ui/multipathdialog.ui:22
msgctxt "multipathdialog|MultiPathDialog"
msgid "Select Paths"
msgstr "መንገድ ይምረጡ"
+#. xFCHr
+#: cui/uiconfig/ui/multipathdialog.ui:45
+msgctxt "multipathdialog|extended_tip|ok"
+msgid "Saves all changes and closes dialog."
+msgstr "ለውጦቹን ማስቀመጫ እና ንግግሩን መዝጊያ "
+
+#. LCieM
+#: cui/uiconfig/ui/multipathdialog.ui:64
+msgctxt "multipathdialog|extended_tip|cancel"
+msgid "Closes dialog and discards all changes."
+msgstr "ንግግሩን መዝጊያ እና ለውጦቹን ማስወገጃ "
+
#. yfGYp
-#: cui/uiconfig/ui/multipathdialog.ui:123
+#: cui/uiconfig/ui/multipathdialog.ui:130
msgctxt "multipathdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
+#. yfofV
+#: cui/uiconfig/ui/multipathdialog.ui:137
+msgctxt "cui/ui/multipathdialog/add"
+msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
+msgstr ""
+
+#. e3JxQ
+#: cui/uiconfig/ui/multipathdialog.ui:156
+msgctxt "multipathdialog|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
#. b9DFN
-#: cui/uiconfig/ui/multipathdialog.ui:200
+#: cui/uiconfig/ui/multipathdialog.ui:201
msgctxt "multipathdialog|pathlist"
msgid "Path list"
msgstr "የ መንገድ ዝርዝር"
+#. EPpjr
+#: cui/uiconfig/ui/multipathdialog.ui:221
+msgctxt "cui/ui/multipathdialog/paths"
+msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
+msgstr ""
+
#. AsnM3
-#: cui/uiconfig/ui/multipathdialog.ui:231
+#: cui/uiconfig/ui/multipathdialog.ui:246
msgctxt "multipathdialog|label1"
msgid "Mark the Default Path for New Files"
msgstr "ለአዲሶቹ ፋይሎች ነባር መንገድችን ምልክት ማድረጊያ"
@@ -9862,108 +12475,210 @@ msgctxt "newtoolbardialog|label2"
msgid "_Save in:"
msgstr "_ማስቀመጫ በ:"
+#. BGmuQ
+#: cui/uiconfig/ui/numberingformatpage.ui:88
+msgctxt "numberingformatpage|extended_tip|formatted"
+msgid "Displays the number format code for the selected format. You can also enter a custom format."
+msgstr "የ ቁጥር አቀራረብ ኮድ ለ ተመረጠው አቀራረብ ማሳያ: እርስዎ እንዲሁም ማስገባት ይችላሉ የ አቀራረብ ማስተካከያ "
+
#. 5ATKM
-#: cui/uiconfig/ui/numberingformatpage.ui:97
+#: cui/uiconfig/ui/numberingformatpage.ui:102
msgctxt "numberingformatpage|add|tooltip_text"
msgid "Add"
msgstr "መጨመሪያ"
+#. 29z6z
+#: cui/uiconfig/ui/numberingformatpage.ui:107
+msgctxt "numberingformatpage|extended_tip|add"
+msgid "Adds the number format code that you entered to the user-defined category."
+msgstr "የ ቁጥር አቀራረብ ኮድ መጨመሪያ እርስዎ ያስገቡትን በተጠቃሚ-ለሚገለጽ ምድብ ውስጥ "
+
#. Sjx7f
-#: cui/uiconfig/ui/numberingformatpage.ui:111
+#: cui/uiconfig/ui/numberingformatpage.ui:121
msgctxt "numberingformatpage|edit|tooltip_text"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
+#. DGYGu
+#: cui/uiconfig/ui/numberingformatpage.ui:126
+msgctxt "numberingformatpage|extended_tip|edit"
+msgid "Enter a comment for the selected number format, and then click outside this box."
+msgstr "ወደ ተመረጠው የ ቁጥር አቀራረብ አስተያየት ማስገቢያ እና ከዛ ይጫኑ ከዚህ ሳጥን ውጪ"
+
#. YidmA
-#: cui/uiconfig/ui/numberingformatpage.ui:125
+#: cui/uiconfig/ui/numberingformatpage.ui:140
msgctxt "numberingformatpage|delete|tooltip_text"
msgid "Remove"
msgstr "ማስወገጃ"
+#. gyLL4
+#: cui/uiconfig/ui/numberingformatpage.ui:145
+msgctxt "numberingformatpage|extended_tip|delete"
+msgid "Deletes the selected number format."
+msgstr "የ ተመረጠውን የ ቁጥር አቀራረብ ማጥፊያ"
+
#. BFF82
-#: cui/uiconfig/ui/numberingformatpage.ui:150
+#: cui/uiconfig/ui/numberingformatpage.ui:170
msgctxt "numberingformatpage|commented|tooltip_text"
msgid "Comment"
msgstr "አስተያየት"
-#. uz2qX
-#: cui/uiconfig/ui/numberingformatpage.ui:166
+#. EF7pt
+#: cui/uiconfig/ui/numberingformatpage.ui:173
+msgctxt "numberingformatpage|extended_tip|commented"
+msgid "Adds a comment to the selected number format."
+msgstr "ወደ ተመረጠው የ ቁጥር አቀራረብ አስተያየት መጨመሪያ"
+
+#. XNdu6
+#: cui/uiconfig/ui/numberingformatpage.ui:191
msgctxt "numberingformatpage|formatf"
-msgid "_Format code"
-msgstr "የ ኮድ _አቀራረብ"
+msgid "_Format Code"
+msgstr ""
-#. jQQZk
-#: cui/uiconfig/ui/numberingformatpage.ui:257
-msgctxt "numberingformatpage|denominatorft"
-msgid "Den_ominator places:"
-msgstr "የ ተካ_ፋይ ቦታዎች:"
+#. 5GA9p
+#: cui/uiconfig/ui/numberingformatpage.ui:237
+msgctxt "numberingformatpage|extended_tip|decimalsed"
+msgid "Enter the number of decimal places that you want to display."
+msgstr "እርስዎ ማሳየት የሚፈልጉትን የ ዴሲማል ቦታዎች ያስገቡ"
+
+#. VnduH
+#: cui/uiconfig/ui/numberingformatpage.ui:254
+msgctxt "numberingformatpage|extended_tip|denominatored"
+msgid "With fraction format, enter the number of places for the denominator that you want to display."
+msgstr "በ ክፍልፋይ አቀራረብ: ያስገቡ የ ቦታዎች ቁጥር ለሚካፈለው እርስዎ ማሳየት ለሚፈልጉት "
+
+#. zG6sE
+#: cui/uiconfig/ui/numberingformatpage.ui:277
+msgctxt "numberingformatpage|extended_tip|leadzerosed"
+msgid "Enter the maximum number of zeroes to display in front of the decimal point."
+msgstr "ከ ዴሲማል ነጥብ በፊት ማሳየት የሚፈልጉትን ከፍተኛ የ ዜሮ ቁጥር ያስገቡ"
#. ZiPyf
-#: cui/uiconfig/ui/numberingformatpage.ui:272
+#: cui/uiconfig/ui/numberingformatpage.ui:298
msgctxt "numberingformatpage|decimalsft"
msgid "_Decimal places:"
msgstr "_የዴሲማል ቦታዎች:"
+#. jQQZk
+#: cui/uiconfig/ui/numberingformatpage.ui:312
+msgctxt "numberingformatpage|denominatorft"
+msgid "Den_ominator places:"
+msgstr "የ ተካ_ፋይ ቦታዎች:"
+
#. EXEbk
-#: cui/uiconfig/ui/numberingformatpage.ui:293
+#: cui/uiconfig/ui/numberingformatpage.ui:333
msgctxt "numberingformatpage|leadzerosft"
msgid "Leading _zeroes:"
msgstr "ቀዳሚ _ዜሮዎች:"
#. BRPVs
-#: cui/uiconfig/ui/numberingformatpage.ui:305
+#: cui/uiconfig/ui/numberingformatpage.ui:345
msgctxt "numberingformatpage|negnumred"
msgid "_Negative numbers red"
msgstr "_አሉታዊ ቁጥሮች በ ቀይ"
+#. 8SFwc
+#: cui/uiconfig/ui/numberingformatpage.ui:354
+msgctxt "numberingformatpage|extended_tip|negnumred"
+msgid "Changes the font color of negative numbers to red."
+msgstr ""
+
#. 9DhkC
-#: cui/uiconfig/ui/numberingformatpage.ui:327
+#: cui/uiconfig/ui/numberingformatpage.ui:372
msgctxt "numberingformatpage|engineering"
msgid "_Engineering notation"
msgstr "የ _ኤንጂኔር ምልክት"
+#. Fg7BD
+#: cui/uiconfig/ui/numberingformatpage.ui:380
+msgctxt "numberingformatpage|extended_tip|engineering"
+msgid "With scientific format, Engineering notation ensures that exponent is a multiple of 3."
+msgstr ""
+
#. rrDFo
-#: cui/uiconfig/ui/numberingformatpage.ui:342
+#: cui/uiconfig/ui/numberingformatpage.ui:392
msgctxt "numberingformatpage|thousands"
msgid "_Thousands separator"
msgstr "_ሺዎች መለያ"
+#. XRqXQ
+#: cui/uiconfig/ui/numberingformatpage.ui:401
+msgctxt "numberingformatpage|extended_tip|thousands"
+msgid "Inserts a separator between thousands. The type of separator that is used depends on your language settings."
+msgstr "የ ሺዎች መለያያ ማስገቢያ: የ ሺዎች መለያያ እንደ ቋንቋ ማሰናጃዎች አይነት ይለያያል "
+
#. rsmBU
-#: cui/uiconfig/ui/numberingformatpage.ui:370
+#: cui/uiconfig/ui/numberingformatpage.ui:425
msgctxt "numberingformatpage|optionsft"
msgid "Options"
msgstr "ምርጫዎች"
+#. qv95K
+#: cui/uiconfig/ui/numberingformatpage.ui:490
+msgctxt "numberingformatpage|extended_tip|categorylb"
+msgid "Select a category from the list, and then select a formatting style in the Format box."
+msgstr ""
+
#. NTAb6
-#: cui/uiconfig/ui/numberingformatpage.ui:443
+#: cui/uiconfig/ui/numberingformatpage.ui:503
msgctxt "numberingformatpage|categoryft"
msgid "C_ategory"
msgstr "ም_ድብ"
#. zCSmH
-#: cui/uiconfig/ui/numberingformatpage.ui:487
+#: cui/uiconfig/ui/numberingformatpage.ui:547
msgctxt "numberingformatpage|liststore2"
msgid "Automatically"
msgstr "ራሱ በራሱ"
+#. gPTsF
+#: cui/uiconfig/ui/numberingformatpage.ui:551
+msgctxt "numberingformatpage|extended_tip|currencylb"
+msgid "Select a currency, and then scroll to the top of the Format list to view the formatting options for the currency."
+msgstr "ገንዘብ ይምረጡ እና ከዛ ይሽብልሉ ወደ ላይ በ አቀራረብ ዝርዝር ውስጥ የ ገንዘብ አቀራረብ ምርጫ ለማየት "
+
+#. TBLU5
+#: cui/uiconfig/ui/numberingformatpage.ui:592
+msgctxt "numberingformatpage|extended_tip|formatlb"
+msgid "Select how you want the contents of the selected field to be displayed."
+msgstr ""
+
#. Wxkzd
-#: cui/uiconfig/ui/numberingformatpage.ui:541
+#: cui/uiconfig/ui/numberingformatpage.ui:611
msgctxt "numberingformatpage|formatft"
msgid "Fo_rmat"
msgstr "አቀ_ራረብ"
+#. h3kCx
+#: cui/uiconfig/ui/numberingformatpage.ui:651
+msgctxt "numberingformatpage|extended_tip|languagelb"
+msgid "Specifies the language setting for the selected field."
+msgstr ""
+
#. hx9FX
-#: cui/uiconfig/ui/numberingformatpage.ui:587
+#: cui/uiconfig/ui/numberingformatpage.ui:662
msgctxt "numberingformatpage|sourceformat"
msgid "So_urce format"
msgstr "የም_ንጩ አቀራረብ"
+#. Pugh9
+#: cui/uiconfig/ui/numberingformatpage.ui:671
+msgctxt "numberingformatpage|extended_tip|sourceformat"
+msgid "Uses the same number format as the cells containing the data for the chart."
+msgstr "ተመሳሳይ የ ቁጥር አቀራረብ ይጠቀማል እንደ ክፍሎች በ ቻርትስ ውስጥ ዳታ የያዘው "
+
#. iCX4U
-#: cui/uiconfig/ui/numberingformatpage.ui:634
+#: cui/uiconfig/ui/numberingformatpage.ui:714
msgctxt "numberingformatpage|languageft"
msgid "_Language"
msgstr "_ቋንቋ"
+#. cmmFq
+#: cui/uiconfig/ui/numberingformatpage.ui:736
+msgctxt "numberingformatpage|extended_tip|NumberingFormatPage"
+msgid "Specify the formatting options for the selected cell(s)."
+msgstr ""
+
#. XxX2T
#: cui/uiconfig/ui/numberingoptionspage.ui:42
msgctxt "numberingoptionspage|fromfile"
@@ -9976,188 +12691,284 @@ msgctxt "numberingoptionspage|gallery"
msgid "Gallery"
msgstr "አዳራሽ"
+#. KJC7w
+#: cui/uiconfig/ui/numberingoptionspage.ui:116
+msgctxt "numberingoptionspage|extended_tip|levellb"
+msgid "Select the level(s) that you want to define the formatting options for."
+msgstr "ይምረጡ ደረጃ(ዎች) እርስዎ መግለጽ የሚፈልጉትን ለ አቀራረብ ምርጫ: የ "
+
#. iHsAJ
-#: cui/uiconfig/ui/numberingoptionspage.ui:124
+#: cui/uiconfig/ui/numberingoptionspage.ui:129
msgctxt "numberingoptionspage|label1"
msgid "Level"
msgstr "ደረጃ"
#. AxmSa
-#: cui/uiconfig/ui/numberingoptionspage.ui:171
+#: cui/uiconfig/ui/numberingoptionspage.ui:176
msgctxt "numberingoptionspage|label4"
msgid "Number:"
msgstr "ቁጥር:"
+#. CJfZf
+#: cui/uiconfig/ui/numberingoptionspage.ui:192
+msgctxt "numberingoptionspage|extended_tip|charstyle"
+msgid "Select the Character Style that you want to use in the numbered list."
+msgstr ""
+
+#. UaFF9
+#: cui/uiconfig/ui/numberingoptionspage.ui:210
+msgctxt "numberingoptionspage|extended_tip|sublevels"
+msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr "ቁጥር ያስገቡ ላለፈው ደረጃዎች ለ ማካተት በ ቁጥር መስጫ ዘዴ ውስጥ: ለምሳሌ: እርስዎ ካስገቡ \"2\" እና ያለፈው ደረጃ የ ተጠቀመው የ \"A, B, C...\" ቁጥር መስጫ ዘዴ ከሆነ: የ ቁጥር መስጫ ዘዴ ገጽታ ለ አሁኑ ደረጃ ይህ ይሆናል: \"A.1\"."
+
+#. ST2Co
+#: cui/uiconfig/ui/numberingoptionspage.ui:227
+msgctxt "numberingoptionspage|extended_tip|startat"
+msgid "Enter a new starting number for the current level."
+msgstr "ለ አሁኑ ደረጃ አዲስ የ ቁጥር ማስጀመሪያ ያስገቡ "
+
#. xWX3x
-#: cui/uiconfig/ui/numberingoptionspage.ui:220
+#: cui/uiconfig/ui/numberingoptionspage.ui:240
msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "መጀመሪያ በ:"
+#. QxbQe
+#: cui/uiconfig/ui/numberingoptionspage.ui:256
+msgctxt "numberingoptionspage|extended_tip|numfmtlb"
+msgid "Select a numbering style for the selected levels."
+msgstr "የ ቁጥር መስጫ ዘዴ ይምረጡ ለ ተመረጡት ደረጃዎች"
+
#. EDSiA
-#: cui/uiconfig/ui/numberingoptionspage.ui:244
+#: cui/uiconfig/ui/numberingoptionspage.ui:269
msgctxt "numberingoptionspage|bitmapft"
msgid "Graphics:"
msgstr "ንድፎች:"
#. Hooqo
-#: cui/uiconfig/ui/numberingoptionspage.ui:258
+#: cui/uiconfig/ui/numberingoptionspage.ui:283
msgctxt "numberingoptionspage|widthft"
msgid "Width:"
msgstr "ስፋት:"
+#. EetAa
+#: cui/uiconfig/ui/numberingoptionspage.ui:302
+msgctxt "numberingoptionspage|extended_tip|widthmf"
+msgid "Enter a width for the graphic."
+msgstr "ለ ንድፍ ስፋት ማስገቢያ"
+
#. PBvy6
-#: cui/uiconfig/ui/numberingoptionspage.ui:285
+#: cui/uiconfig/ui/numberingoptionspage.ui:315
msgctxt "numberingoptionspage|heightft"
msgid "Height:"
msgstr "እርዝመት:"
+#. prqMN
+#: cui/uiconfig/ui/numberingoptionspage.ui:335
+msgctxt "numberingoptionspage|extended_tip|heightmf"
+msgid "Enter a height for the graphic."
+msgstr "ለ ንድፍ እርዝመት ማስገቢያ"
+
#. bRHQn
-#: cui/uiconfig/ui/numberingoptionspage.ui:311
+#: cui/uiconfig/ui/numberingoptionspage.ui:346
msgctxt "numberingoptionspage|keepratio"
msgid "Keep ratio"
msgstr "መጠን መጠበቂያ"
+#. aeFQE
+#: cui/uiconfig/ui/numberingoptionspage.ui:355
+msgctxt "numberingoptionspage|extended_tip|keepratio"
+msgid "Maintains the size proportions of the graphic."
+msgstr "የ ንድፉን መጠን ተመጣጣኝነት ይጠብቃል "
+
#. 7Wuu8
-#: cui/uiconfig/ui/numberingoptionspage.ui:328
+#: cui/uiconfig/ui/numberingoptionspage.ui:368
msgctxt "numberingoptionspage|orientft"
msgid "Alignment:"
msgstr "ማሰለፊያ:"
#. BJjDU
-#: cui/uiconfig/ui/numberingoptionspage.ui:344
+#: cui/uiconfig/ui/numberingoptionspage.ui:384
msgctxt "numberingoptionspage|orientlb"
msgid "Top of baseline"
msgstr "ከ መሰረታዊ መሰመር በላይ"
#. YgzFa
-#: cui/uiconfig/ui/numberingoptionspage.ui:345
+#: cui/uiconfig/ui/numberingoptionspage.ui:385
msgctxt "numberingoptionspage|orientlb"
msgid "Center of baseline"
msgstr "ከ መሰረታዊ መስመሩ መሀከል"
#. rRWyY
-#: cui/uiconfig/ui/numberingoptionspage.ui:346
+#: cui/uiconfig/ui/numberingoptionspage.ui:386
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of baseline"
msgstr "ከ መሰረታዊ መስመሩ በ ታች"
#. GRqAC
-#: cui/uiconfig/ui/numberingoptionspage.ui:347
+#: cui/uiconfig/ui/numberingoptionspage.ui:387
msgctxt "numberingoptionspage|orientlb"
msgid "Top of character"
msgstr "ከ ባህሪው በላይ"
#. 5z7jX
-#: cui/uiconfig/ui/numberingoptionspage.ui:348
+#: cui/uiconfig/ui/numberingoptionspage.ui:388
msgctxt "numberingoptionspage|orientlb"
msgid "Center of character"
msgstr "ከባህሪው መሀከል"
#. MsKwk
-#: cui/uiconfig/ui/numberingoptionspage.ui:349
+#: cui/uiconfig/ui/numberingoptionspage.ui:389
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of character"
msgstr "ከ ባህሪው በ ታች"
#. JJEdP
-#: cui/uiconfig/ui/numberingoptionspage.ui:350
+#: cui/uiconfig/ui/numberingoptionspage.ui:390
msgctxt "numberingoptionspage|orientlb"
msgid "Top of line"
msgstr "ከ መስመሩ በላይ"
#. UoEug
-#: cui/uiconfig/ui/numberingoptionspage.ui:351
+#: cui/uiconfig/ui/numberingoptionspage.ui:391
msgctxt "numberingoptionspage|orientlb"
msgid "Center of line"
msgstr "ከመስመሩ መሀከል"
#. 7dPkC
-#: cui/uiconfig/ui/numberingoptionspage.ui:352
+#: cui/uiconfig/ui/numberingoptionspage.ui:392
msgctxt "numberingoptionspage|orientlb"
msgid "Bottom of line"
msgstr "ከ መስመሩ በ ታች"
+#. Quwne
+#: cui/uiconfig/ui/numberingoptionspage.ui:396
+msgctxt "numberingoptionspage|extended_tip|orientlb"
+msgid "Select the alignment option for the graphic."
+msgstr "ለ ንድፍ የ ማሰለፊያ ምርጫ ይምረጡ"
+
#. CoAAt
-#: cui/uiconfig/ui/numberingoptionspage.ui:362
+#: cui/uiconfig/ui/numberingoptionspage.ui:407
msgctxt "numberingoptionspage|bitmap"
msgid "Select..."
msgstr "ይምረጡ..."
+#. Eqa4C
+#: cui/uiconfig/ui/numberingoptionspage.ui:419
+msgctxt "numberingoptionspage|extended_tip|bitmap"
+msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
+msgstr "ይምረጡ ንድፍ ወይንም የ ንድፍ ፋይል ፈልገው ያግኙ እንደ ነጥብ እርስዎ መጠቀም የሚፈልጉትን "
+
+#. NCamZ
+#: cui/uiconfig/ui/numberingoptionspage.ui:441
+msgctxt "numberingoptionspage|extended_tip|color"
+msgid "Select a color for the current numbering style."
+msgstr "ለ አሁኑ ቁጥር መስጫ ዘዴ ቀለም ይምረጡ "
+
+#. hJgCL
+#: cui/uiconfig/ui/numberingoptionspage.ui:458
+msgctxt "numberingoptionspage|extended_tip|relsize"
+msgid "Enter the amount by which you want to resize the bullet character with respect to the font height of the current paragraph."
+msgstr "እርስዎ ከ አሁኑ አንቀጽ ፊደል አንፃር በምን ያህል መጠን የ ነጥብ ባህሪ እንደገና እንደሚመጠን ያስገቡ "
+
#. M4aPS
-#: cui/uiconfig/ui/numberingoptionspage.ui:408
+#: cui/uiconfig/ui/numberingoptionspage.ui:469
msgctxt "numberingoptionspage|bullet"
msgid "Select..."
msgstr "ይምረጡ..."
+#. vfKmd
+#: cui/uiconfig/ui/numberingoptionspage.ui:475
+msgctxt "numberingoptionspage|extended_tip|bullet"
+msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
+msgstr "ይምረጡ ንድፍ ወይንም የ ንድፍ ፋይል ፈልገው ያግኙ እንደ ነጥብ እርስዎ መጠቀም የሚፈልጉትን "
+
#. RJa39
-#: cui/uiconfig/ui/numberingoptionspage.ui:427
+#: cui/uiconfig/ui/numberingoptionspage.ui:493
msgctxt "numberingoptionspage|prefixft"
msgid "Before:"
msgstr "በፊት:"
#. EzDC5
-#: cui/uiconfig/ui/numberingoptionspage.ui:448
+#: cui/uiconfig/ui/numberingoptionspage.ui:514
msgctxt "numberingoptionspage|separator"
msgid "Separator"
msgstr "መለያያ"
+#. AEaYR
+#: cui/uiconfig/ui/numberingoptionspage.ui:531
+msgctxt "numberingoptionspage|extended_tip|suffix"
+msgid "Enter a character or the text to display behind the number in the list. If you want to create a numbered list that uses the style \"1.)\", enter \".)\" in this box."
+msgstr "ባህሪ ወይንም ጽሁፍ ያስገቡ ለማሳየት ከ ቁጥር በኋላ በ ዝርዝር ውስጥ: እርስዎ ቁጥር የ ተሰጠው ዝርዝር መፍጠር ከፈለጉ የሚጠቀም ዘዴ \"1.)\": ያስገቡ \")\" በዚህ ሳጥን ውስጥ "
+
+#. wVrAN
+#: cui/uiconfig/ui/numberingoptionspage.ui:547
+msgctxt "numberingoptionspage|extended_tip|prefix"
+msgid "Enter a character or the text to display in front of the number in the list."
+msgstr "ባህሪ ወይንም ጽሁፍ ያስገቡ ለማሳየት ከ ቁጥር ፊት በ ዝርዝር ውስጥ "
+
#. FLJWG
-#: cui/uiconfig/ui/numberingoptionspage.ui:484
+#: cui/uiconfig/ui/numberingoptionspage.ui:560
msgctxt "numberingoptionspage|suffixft"
msgid "After:"
msgstr "በኋላ:"
#. TZVTJ
-#: cui/uiconfig/ui/numberingoptionspage.ui:498
+#: cui/uiconfig/ui/numberingoptionspage.ui:574
msgctxt "numberingoptionspage|sublevelsft"
msgid "Show sublevels:"
msgstr "ንዑስ ደረጃዎች ማሳያ:"
#. FaDZX
-#: cui/uiconfig/ui/numberingoptionspage.ui:513
+#: cui/uiconfig/ui/numberingoptionspage.ui:589
msgctxt "numberingoptionspage|bulletft"
msgid "Character:"
msgstr "ባህሪዎች:"
#. 6jTGa
-#: cui/uiconfig/ui/numberingoptionspage.ui:527
+#: cui/uiconfig/ui/numberingoptionspage.ui:603
msgctxt "numberingoptionspage|relsizeft"
msgid "_Relative size:"
msgstr "_አንፃራዊ መጠን:"
#. 6r484
-#: cui/uiconfig/ui/numberingoptionspage.ui:541
+#: cui/uiconfig/ui/numberingoptionspage.ui:617
msgctxt "numberingoptionspage|colorft"
msgid "Color:"
msgstr "ቀለም:"
#. ksG2M
-#: cui/uiconfig/ui/numberingoptionspage.ui:555
+#: cui/uiconfig/ui/numberingoptionspage.ui:631
msgctxt "numberingoptionspage|charstyleft"
msgid "Character style:"
msgstr "የ ባህሪ ዘዴዎች:"
#. S9jNu
-#: cui/uiconfig/ui/numberingoptionspage.ui:592
+#: cui/uiconfig/ui/numberingoptionspage.ui:668
msgctxt "numberingoptionspage|label2"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
#. kcgWM
-#: cui/uiconfig/ui/numberingoptionspage.ui:619
+#: cui/uiconfig/ui/numberingoptionspage.ui:695
msgctxt "numberingoptionspage|allsame"
msgid "_Consecutive numbering"
msgstr "_ተከታታይ ቁጥር መስጫ"
+#. 48AhR
+#: cui/uiconfig/ui/numberingoptionspage.ui:705
+msgctxt "numberingoptionspage|extended_tip|allsame"
+msgid "Increases the numbering by one as you go down each level in the list hierarchy."
+msgstr "ቁጥር መስጫው በ አንድ ይጨምራል እርስዎ በ ዝርዝር ቅደም ተከተል መሰረት ወደ ታች ሲወርዱ "
+
#. 9VSpp
-#: cui/uiconfig/ui/numberingoptionspage.ui:635
+#: cui/uiconfig/ui/numberingoptionspage.ui:716
msgctxt "numberingoptionspage|label3"
msgid "All Levels"
msgstr "ሁሉንም ደረጃዎች"
#. DJptx
-#: cui/uiconfig/ui/numberingoptionspage.ui:696
+#: cui/uiconfig/ui/numberingoptionspage.ui:777
msgctxt "numberingoptionspage|previewlabel"
msgid "Preview"
msgstr ""
@@ -10186,50 +12997,98 @@ msgctxt "numberingpositionpage|indentat"
msgid "Indent at:"
msgstr "ማስረጊያ በ:"
+#. PEgTA
+#: cui/uiconfig/ui/numberingpositionpage.ui:149
+msgctxt "numberingpositionpage|extended_tip|indentatmf"
+msgid "Enter the distance from the left page margin to the start of all lines in the numbered paragraph that follow the first line."
+msgstr "ከ ግራ ገጽ መስመር እስከ ሁሉም መስመሮች ውስጥ እርቀት ያስገቡ የ ቁጥር መስጫ አንቀጽ የ መጀመሪያውን መስመር የሚከተልበት "
+
#. FW9wv
-#: cui/uiconfig/ui/numberingpositionpage.ui:157
+#: cui/uiconfig/ui/numberingpositionpage.ui:162
msgctxt "numberingpositionpage|at"
msgid "Tab stop at:"
msgstr "Tab ማስቆሚያ በ:"
+#. DvSCa
+#: cui/uiconfig/ui/numberingpositionpage.ui:181
+msgctxt "numberingpositionpage|extended_tip|atmf"
+msgid "If you select a tab stop to follow the numbering, you can enter a non-negative value as the tab stop position."
+msgstr "እርስዎ ከ መረጡ የ tab ማስቆሚያ ቁጥር መስጫን የሚከተል: እርስዎ ማስገባት ይችላሉ ምንም-አሉታዊ ያልሆነ ዋጋ እንደ tab ማስቆሚያ ቦታ "
+
+#. dA4DF
+#: cui/uiconfig/ui/numberingpositionpage.ui:199
+msgctxt "numberingpositionpage|extended_tip|alignedatmf"
+msgid "Enter the distance from the left page margin at which the numbering symbol will be aligned."
+msgstr "ከ ግራ ገጽ መስመር በኩል እርቀት ያስገቡ የ ቁጥር መስጫ ምልክት የሚሰለፍበት "
+
#. tsTNP
-#: cui/uiconfig/ui/numberingpositionpage.ui:198
+#: cui/uiconfig/ui/numberingpositionpage.ui:213
msgctxt "numberingpositionpage|liststore2"
msgid "Tab stop"
msgstr "ማስረጊያ ማስቆሚያ"
#. 3EFaG
-#: cui/uiconfig/ui/numberingpositionpage.ui:199
+#: cui/uiconfig/ui/numberingpositionpage.ui:214
msgctxt "numberingpositionpage|liststore2"
msgid "Space"
msgstr "ክፍተት"
#. GviqT
-#: cui/uiconfig/ui/numberingpositionpage.ui:200
+#: cui/uiconfig/ui/numberingpositionpage.ui:215
msgctxt "numberingpositionpage|liststore2"
msgid "Nothing"
msgstr "ምንም"
+#. UWJoe
+#: cui/uiconfig/ui/numberingpositionpage.ui:219
+msgctxt "numberingpositionpage|extended_tip|numfollowedbylb"
+msgid "Enter the distance from the left page margin at which the numbering symbol will be aligned."
+msgstr "ከ ግራ ገጽ መስመር በኩል እርቀት ያስገቡ የ ቁጥር መስጫ ምልክት የሚሰለፍበት "
+
#. fXRT2
-#: cui/uiconfig/ui/numberingpositionpage.ui:212
+#: cui/uiconfig/ui/numberingpositionpage.ui:232
msgctxt "numberingpositionpage|indent"
msgid "Indent:"
msgstr "ማስረጊያ:"
+#. DEBG2
+#: cui/uiconfig/ui/numberingpositionpage.ui:251
+msgctxt "numberingpositionpage|extended_tip|indentmf"
+msgid "Enter the amount of space to leave between the left page margin (or the left edge of the text object) and the left edge of the numbering area. If the current paragraph style uses an indent, the amount you enter here is added to the indent."
+msgstr ""
+
#. YCZDg
-#: cui/uiconfig/ui/numberingpositionpage.ui:237
+#: cui/uiconfig/ui/numberingpositionpage.ui:262
msgctxt "numberingpositionpage|relative"
msgid "Relati_ve"
msgstr "ዝምድ_ናው"
+#. CCTdA
+#: cui/uiconfig/ui/numberingpositionpage.ui:272
+msgctxt "numberingpositionpage|extended_tip|relative"
+msgid "Indents the current level relative to the previous level in the list hierarchy."
+msgstr ""
+
#. bt7Fj
-#: cui/uiconfig/ui/numberingpositionpage.ui:256
+#: cui/uiconfig/ui/numberingpositionpage.ui:286
msgctxt "numberingpositionpage|numberingwidth"
msgid "Width of numbering:"
msgstr "የ ቁጥር መስጫ ስፋት:"
+#. V6FF5
+#: cui/uiconfig/ui/numberingpositionpage.ui:305
+msgctxt "numberingpositionpage|extended_tip|numberingwidthmf"
+msgid "Enter the width of the numbering area. The numbering symbol can be left, center or right in this area."
+msgstr ""
+
+#. zuD8v
+#: cui/uiconfig/ui/numberingpositionpage.ui:323
+msgctxt "numberingpositionpage|extended_tip|numdistmf"
+msgid "The alignment of the numbering symbol is adjusted to get the desired minimum space. If it is not possible because the numbering area is not wide enough, then the start of the text is adjusted."
+msgstr ""
+
#. EJUm3
-#: cui/uiconfig/ui/numberingpositionpage.ui:296
+#: cui/uiconfig/ui/numberingpositionpage.ui:336
msgctxt "numberingpositionpage|numdist"
msgid ""
"Minimum space between\n"
@@ -10239,49 +13098,73 @@ msgstr ""
"በ ቁጥር መስጫ እና በ ጽሑፍ መካከል:"
#. 8FbxK
-#: cui/uiconfig/ui/numberingpositionpage.ui:312
+#: cui/uiconfig/ui/numberingpositionpage.ui:352
msgctxt "numberingpositionpage|numalign"
msgid "N_umbering alignment:"
msgstr "የ _ቁጥር አሰጣጥ አሰላለፍ:"
#. Bu2uC
-#: cui/uiconfig/ui/numberingpositionpage.ui:327
+#: cui/uiconfig/ui/numberingpositionpage.ui:367
msgctxt "numberingpositionpage|liststore1"
msgid "Left"
msgstr "በ ግራ"
#. FzFuR
-#: cui/uiconfig/ui/numberingpositionpage.ui:328
+#: cui/uiconfig/ui/numberingpositionpage.ui:368
msgctxt "numberingpositionpage|liststore1"
msgid "Centered"
msgstr "መሀከል"
#. BF5Nt
-#: cui/uiconfig/ui/numberingpositionpage.ui:329
+#: cui/uiconfig/ui/numberingpositionpage.ui:369
msgctxt "numberingpositionpage|liststore1"
msgid "Right"
msgstr "በ ቀኝ"
+#. 2cBQp
+#: cui/uiconfig/ui/numberingpositionpage.ui:373
+msgctxt "numberingpositionpage|extended_tip|numalignlb"
+msgid "Set the alignment of the numbering symbols. Select \"Left\" to align the numbering symbol to start directly at the \"Aligned at\" position. Select \"Right\" to align the symbol to end directly before the \"Aligned at\" position. Select \"Centered\" to center the symbol around the \"Aligned at\" position."
+msgstr "ለ ቁጥር መስጫ ምልክቶች ማሰለፊያ ማሰናጃ: ይምረጡ \"በ ግራ\" ለማሰለፍ የ ቁጥር መስጫ ምልክቶች በ ቀጥታ ለማስጀመር በ \"ማሰለፊያ በ\" ቦታ ውስጥ: ይምረጡ \"በ ቀኝ\" ለማሰለፍ ምልክቶች ለ መጨረስ የ \"ማሰለፊያ በ\" ቦታ ውስጥ: ይምረጡ \"መሀከል\" ምልክት በ መሀከል ዙሪያ \"ማሰለፊያ በ\" ቦታ ውስጥ "
+
+#. mLBFy
+#: cui/uiconfig/ui/numberingpositionpage.ui:388
+msgctxt "numberingpositionpage|extended_tip|num2alignlb"
+msgid "Set the alignment of the numbering symbols. Select \"Left\" to align the numbering symbol to start directly at the \"Aligned at\" position. Select \"Right\" to align the symbol to end directly before the \"Aligned at\" position. Select \"Centered\" to center the symbol around the \"Aligned at\" position."
+msgstr "ለ ቁጥር መስጫ ምልክቶች ማሰለፊያ ማሰናጃ: ይምረጡ \"በ ግራ\" ለማሰለፍ የ ቁጥር መስጫ ምልክቶች በ ቀጥታ ለማስጀመር በ \"ማሰለፊያ በ\" ቦታ ውስጥ: ይምረጡ \"በ ቀኝ\" ለማሰለፍ ምልክቶች ለ መጨረስ የ \"ማሰለፊያ በ\" ቦታ ውስጥ: ይምረጡ \"መሀከል\" ምልክት በ መሀከል ዙሪያ \"ማሰለፊያ በ\" ቦታ ውስጥ "
+
#. 6DLtp
-#: cui/uiconfig/ui/numberingpositionpage.ui:355
+#: cui/uiconfig/ui/numberingpositionpage.ui:405
msgctxt "numberingpositionpage|label10"
msgid "Position and Spacing"
msgstr "ቦታ እና ክፍተት"
#. x2AGL
-#: cui/uiconfig/ui/numberingpositionpage.ui:389
+#: cui/uiconfig/ui/numberingpositionpage.ui:439
msgctxt "numberingpositionpage|standard"
msgid "Default"
msgstr "ነባር"
+#. 4phf2
+#: cui/uiconfig/ui/numberingpositionpage.ui:446
+msgctxt "numberingpositionpage|extended_tip|standard"
+msgid "Resets the indent and the spacing values to the default values."
+msgstr "የ ማስረጊያ እና ክፍተት ዋጋዎችን ወደ ነባር ዋጋቸው እንደነበር መመለሻ"
+
#. eLFGG
-#: cui/uiconfig/ui/numberingpositionpage.ui:439
+#: cui/uiconfig/ui/numberingpositionpage.ui:494
msgctxt "numberingpositionpage|previewframe"
msgid "Preview"
msgstr ""
+#. oBArM
+#: cui/uiconfig/ui/numberingpositionpage.ui:555
+msgctxt "numberingpositionpage|extended_tip|levellb"
+msgid "Select the level(s) that you want to modify."
+msgstr ""
+
#. jRE6s
-#: cui/uiconfig/ui/numberingpositionpage.ui:508
+#: cui/uiconfig/ui/numberingpositionpage.ui:568
msgctxt "numberingpositionpage|1"
msgid "Level"
msgstr "ደረጃ"
@@ -10298,6 +13181,12 @@ msgctxt "objectnamedialog|object_name_label"
msgid "_Name:"
msgstr "_ስም:"
+#. uFBRJ
+#: cui/uiconfig/ui/objectnamedialog.ui:128
+msgctxt "objectnamedialog|extended_tip|ObjectNameDialog"
+msgid "Enter a name for the selected object. The name will be visible in the Navigator."
+msgstr ""
+
#. 4TRWw
#: cui/uiconfig/ui/objecttitledescdialog.ui:15
msgctxt "objecttitledescdialog|ObjectTitleDescDialog"
@@ -10310,260 +13199,464 @@ msgctxt "objecttitledescdialog|object_title_label"
msgid "_Title:"
msgstr "_አርእስት:"
+#. mMZoM
+#: cui/uiconfig/ui/objecttitledescdialog.ui:111
+msgctxt "objecttitledescdialog|extended_tip|object_title_entry"
+msgid "Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text."
+msgstr "የ እርእስት ጽሁፍ ያስገቡ: ይህ አጭር ስም ይታያል እንደ አማራጭ tag በ HTML አቀራረብ ውስጥ: የ መድረሻ መሳሪያዎች ይህን ጽሁፍ ማንበብ ይችላሉ "
+
#. kDbQ9
-#: cui/uiconfig/ui/objecttitledescdialog.ui:120
+#: cui/uiconfig/ui/objecttitledescdialog.ui:125
msgctxt "objecttitledescdialog|desc_label"
msgid "_Description:"
msgstr "_መግለጫ:"
+#. vT3u9
+#: cui/uiconfig/ui/objecttitledescdialog.ui:148
+msgctxt "objecttitledescdialog|extended_tip|desc_entry"
+msgid "Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools."
+msgstr "የ መግለጫ ጽሁፍ ያስገቡ: ረጅም የ መግለጫ ጽሁፍ ማስገብት ይቻላል ለ ውስብስብ እቃዎች ለ መግለጽ ወይንም ለ እቃዎች ቡድን ለ ተጠቃሚዎች በ መመልከቻ አንባቢ ሶፍትዌር: መግለጫው ይታያል እንደ አማራጭ ግን tag ተደርጓል ለ መሳሪያ መድረሻዎች"
+
+#. 8BCe3
+#: cui/uiconfig/ui/objecttitledescdialog.ui:179
+msgctxt "objecttitledescdialog|extended_tip|ObjectTitleDescDialog"
+msgid "Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document."
+msgstr "ለ ተመረጠው እቃ አርእስት እና መግለጫ መመደቢያ: እነዚህ ጋር መድረስ የሚቻለው ለ መድረሻ መሳሪያዎች ነው እና እንደ አማራጭ tags ሰነድ በሚልኩ ጊዜ "
+
#. s8E7z
#: cui/uiconfig/ui/optaccessibilitypage.ui:31
msgctxt "optaccessibilitypage|acctool"
msgid "Support _assistive technology tools (program restart required)"
msgstr "Support _assistive technology tools (program restart required)"
+#. DYfLF
+#: cui/uiconfig/ui/optaccessibilitypage.ui:40
+msgctxt "extended_tip|acctool"
+msgid "Allows you to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices. The Java Runtime Environment must be installed on your computer before you can enable assistive support."
+msgstr "ይህ እርስዎን የ እርዳታ መሳሪያዎች እንደ የ ውጪ መመልከቻ አንባቢ: ለ አይነ ስውራን የ ብሬይል አካሎችን ወይንም ንግግር አዋቂ ማስገቢያ አካሎችን መጠቀም ያስችሎታል: የ Java Runtime Environment መገጠም አለበት በ እርስዎ ኮምፒዩተር ላይ ይህን የ እርዳታ መሳሪያ ከ ማስቻልዎት በፊት "
+
#. EZqPM
-#: cui/uiconfig/ui/optaccessibilitypage.ui:47
+#: cui/uiconfig/ui/optaccessibilitypage.ui:52
msgctxt "optaccessibilitypage|textselinreadonly"
msgid "Use te_xt selection cursor in read-only text documents"
msgstr "ይጠቀሙ የ ጽሁ_ፍ ምርጫ መጠቆሚያ ለ ንባብ-ብቻ ለ ጽሁፍ ሰነዶች"
+#. KWSKn
+#: cui/uiconfig/ui/optaccessibilitypage.ui:61
+msgctxt "extended_tip|textselinreadonly"
+msgid "Displays cursor in read-only documents."
+msgstr "መጠቆሚያ ለ ንባብ-ብቻ ሰነዶች ማሳያ"
+
#. APEfF
-#: cui/uiconfig/ui/optaccessibilitypage.ui:63
+#: cui/uiconfig/ui/optaccessibilitypage.ui:73
msgctxt "optaccessibilitypage|animatedgraphics"
msgid "Allow animated _images"
msgstr "የሚንቀሳቀሱ _ንድፎችን መፍቀጃ"
+#. vvmf3
+#: cui/uiconfig/ui/optaccessibilitypage.ui:82
+msgctxt "extended_tip|animatedgraphics"
+msgid "Previews animated graphics, such as GIF images, in %PRODUCTNAME."
+msgstr "ቅድመ እይታ የሚንቀሳቀሱ ንድፎችን እንደ GIF ምስሎች ያሉ በ %PRODUCTNAME."
+
#. 3Q66x
-#: cui/uiconfig/ui/optaccessibilitypage.ui:79
+#: cui/uiconfig/ui/optaccessibilitypage.ui:94
msgctxt "optaccessibilitypage|animatedtext"
msgid "Allow animated _text"
msgstr "ተንቀሳቃሽ _ጽሁፍ መፍቀጃ"
+#. dcCgH
+#: cui/uiconfig/ui/optaccessibilitypage.ui:103
+msgctxt "extended_tip|animatedtext"
+msgid "Previews animated text, such as blinking and scrolling, in %PRODUCTNAME."
+msgstr "ቅድመ እይታ የሚንቀሳቀሱ ንድፎችን እንደ ብልጭ ድርግም የሚሉ እና የሚንሽራተቱ ያሉ በ %PRODUCTNAME."
+
#. 2A83C
-#: cui/uiconfig/ui/optaccessibilitypage.ui:101
+#: cui/uiconfig/ui/optaccessibilitypage.ui:121
msgctxt "optaccessibilitypage|label1"
msgid "Miscellaneous Options"
msgstr "የተለያዩ ምርጫዎች"
#. pLAWF
-#: cui/uiconfig/ui/optaccessibilitypage.ui:134
+#: cui/uiconfig/ui/optaccessibilitypage.ui:154
msgctxt "optaccessibilitypage|autodetecthc"
msgid "Automatically _detect high contrast mode of operating system"
msgstr "ራሱ በራሱ _ፈልጎ ማግኛ ከፍተኛ ንፅፅር ዘዴ ያላቸውን ከመስሪያ ስርአቱ"
+#. S8FrL
+#: cui/uiconfig/ui/optaccessibilitypage.ui:163
+msgctxt "extended_tip|autodetecthc"
+msgid "Switches %PRODUCTNAME into high contrast mode when the system background color is very dark."
+msgstr "መቀየሪያ %PRODUCTNAME ወደ ከፍተኛ ማነጻጸሪያ ዘዴ የ ስርአቱ መደብ በጣም ጥቁር በሚሆንበት ጊዜ"
+
#. Sc8Cq
-#: cui/uiconfig/ui/optaccessibilitypage.ui:150
+#: cui/uiconfig/ui/optaccessibilitypage.ui:175
msgctxt "optaccessibilitypage|autofontcolor"
msgid "Use automatic font _color for screen display"
msgstr "ራሱ በራሱ የ ፊደል _ቀለም ለ መመልከቻ ማሳያ ይጠቀሙ"
+#. DP3mg
+#: cui/uiconfig/ui/optaccessibilitypage.ui:184
+msgctxt "extended_tip|autofontcolor"
+msgid "Displays fonts in %PRODUCTNAME using the system color settings. This option only affects the screen display."
+msgstr "ፊደል ማሳያ በ %PRODUCTNAME የ ስርአቱን ቀለም ማሰናጃ በ መጠቀም: ይህ ምርጫ በ መመልከቻው ላይ ትፅእኖ ይፈጥራል "
+
#. n24Cd
-#: cui/uiconfig/ui/optaccessibilitypage.ui:166
+#: cui/uiconfig/ui/optaccessibilitypage.ui:196
msgctxt "optaccessibilitypage|systempagepreviewcolor"
msgid "_Use system colors for page previews"
msgstr "የስርአቱን ቀለሞች ለ ቅድመ እይታ ገጽ _መጠቀሚያ"
+#. DRkNv
+#: cui/uiconfig/ui/optaccessibilitypage.ui:205
+msgctxt "extended_tip|systempagepreviewcolor"
+msgid "Applies the high contrast settings of the operating system to page previews."
+msgstr "ከፍተኛ የ ማነፃፀሪያ ማሰናጃ ለ መስሪያ ስርአት በ ገጽ ቅድመ እይታ መፈጸሚያ "
+
#. hGpaw
-#: cui/uiconfig/ui/optaccessibilitypage.ui:188
+#: cui/uiconfig/ui/optaccessibilitypage.ui:223
msgctxt "optaccessibilitypage|label2"
msgid "Options for High Contrast Appearance"
msgstr "አማራጮች ለ ከፍተኛ ንፅፅር አቀራረብ"
+#. yuSqB
+#: cui/uiconfig/ui/optaccessibilitypage.ui:238
+msgctxt "extended_tip|OptAccessibilityPage"
+msgid "Sets options that make %PRODUCTNAME programs more accessible for users with reduced sight, limited dexterity or other disabilities."
+msgstr "ለ መስሪያ ምርጫ ማሰናጃ %PRODUCTNAME ፕሮግራም ለ ተጠቃሚዎች በ ቀላሉ እንዲደርሱበት በ ደንብ ለማያዩ: በ ከፊል ደካማ ለሆኑ ወይንም ሌላ የ አካል ጉዳተኞች "
+
#. kishx
-#: cui/uiconfig/ui/optadvancedpage.ui:55
+#: cui/uiconfig/ui/optadvancedpage.ui:61
msgctxt "optadvancedpage|javaenabled"
msgid "_Use a Java runtime environment"
msgstr "_Use a Java runtime environment"
+#. xBxzA
+#: cui/uiconfig/ui/optadvancedpage.ui:70
+msgctxt "extended_tip|javaenabled"
+msgid "Allows you to run Java applications in %PRODUCTNAME."
+msgstr "እርስዎን ማስኬድ ያስችሎታል የ Java መተግበሪያዎች በ %PRODUCTNAME."
+
#. DFVFw
-#: cui/uiconfig/ui/optadvancedpage.ui:89
+#: cui/uiconfig/ui/optadvancedpage.ui:101
msgctxt "optadvancedpage|label2"
msgid "_Java runtime environments (JRE) already installed:"
msgstr "_Java runtime environments (JRE) already installed:"
#. mBYfC
-#: cui/uiconfig/ui/optadvancedpage.ui:114
+#: cui/uiconfig/ui/optadvancedpage.ui:126
msgctxt "optadvancedpage|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
+#. kbEGR
+#: cui/uiconfig/ui/optadvancedpage.ui:133
+msgctxt "extended_tip|add"
+msgid "Add a path to the root folder of a JRE on your computer."
+msgstr "መንገድ መጨመሪያ ወደ root ፎልደር ለ JRE በ እርስዎ ኮምፒዩተር ውስጥ"
+
#. YtgBL
-#: cui/uiconfig/ui/optadvancedpage.ui:128
+#: cui/uiconfig/ui/optadvancedpage.ui:145
msgctxt "optadvancedpage|parameters"
msgid "_Parameters..."
msgstr "_ደንቦች..."
+#. DJxvJ
+#: cui/uiconfig/ui/optadvancedpage.ui:152
+msgctxt "extended_tip|parameters"
+msgid "Opens the Java Start Parameters dialog."
+msgstr "መክፈቻ የ Java Start ደንብ ንግግር "
+
#. dhf5G
-#: cui/uiconfig/ui/optadvancedpage.ui:142
+#: cui/uiconfig/ui/optadvancedpage.ui:164
msgctxt "optadvancedpage|classpath"
msgid "_Class Path..."
msgstr "የ _ክፍል መንገድ..."
+#. qDrtT
+#: cui/uiconfig/ui/optadvancedpage.ui:171
+msgctxt "extended_tip|classpath"
+msgid "Opens the Class Path dialog."
+msgstr "መክፈቻ የ ክፍል መንገድ ንግግር "
+
#. MxHGu
-#: cui/uiconfig/ui/optadvancedpage.ui:207
+#: cui/uiconfig/ui/optadvancedpage.ui:243
msgctxt "optadvancedpage|vendor"
msgid "Vendor"
msgstr "ሻጭ"
#. e6xHG
-#: cui/uiconfig/ui/optadvancedpage.ui:220
+#: cui/uiconfig/ui/optadvancedpage.ui:256
msgctxt "optadvancedpage|version"
msgid "Version"
msgstr "እትም"
+#. kwgDj
+#: cui/uiconfig/ui/optadvancedpage.ui:267
+msgctxt "extended_tip|javas"
+msgid "Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart %PRODUCTNAME to use your changed setting."
+msgstr "እርስዎ መጠቀም የሚፈልጉትን የ JRE ይምረጡ: በ አንዳንድ ስርአቶች ውስጥ: እርስዎ ጥቂት ደቂቃዎች መጠበቅ አለብዎት እስከሚሰራ ድረስ: በ አንዳንድ ስርአቶች ውስጥ: እርስዎ ማስጀመር አለብዎት %PRODUCTNAME እርስዎ የ ተቀየረውን ማሰናጃ ለ መጠቀም "
+
#. erNBk
-#: cui/uiconfig/ui/optadvancedpage.ui:254
+#: cui/uiconfig/ui/optadvancedpage.ui:295
msgctxt "optadvancedpage|javapath"
msgid "Location: "
msgstr "አካባቢ: "
#. GkBzK
-#: cui/uiconfig/ui/optadvancedpage.ui:271
+#: cui/uiconfig/ui/optadvancedpage.ui:312
msgctxt "optadvancedpage|selectruntime"
msgid "Select a Java Runtime Environment"
msgstr "Select a Java Runtime Environment"
#. 7QUQp
-#: cui/uiconfig/ui/optadvancedpage.ui:301
+#: cui/uiconfig/ui/optadvancedpage.ui:345
msgctxt "optadvancedpage|label1"
msgid "Java Options"
msgstr "Java options"
#. rEtsc
-#: cui/uiconfig/ui/optadvancedpage.ui:336
+#: cui/uiconfig/ui/optadvancedpage.ui:380
msgctxt "optadvancedpage|experimental"
msgid "Enable experimental features (may be unstable)"
msgstr "የ ሙከራ ገጽታዎችን ማስቻያ (ያልተረጋጋ)"
+#. CyDsa
+#: cui/uiconfig/ui/optadvancedpage.ui:389
+msgctxt "extended_tip|experimental"
+msgid "Enable experimental features"
+msgstr "የ ሙከራ ገጽታዎችን ማስቻያ "
+
#. rMVcA
-#: cui/uiconfig/ui/optadvancedpage.ui:351
+#: cui/uiconfig/ui/optadvancedpage.ui:400
msgctxt "optadvancedpage|macrorecording"
msgid "Enable macro recording (may be limited)"
msgstr "የ macro መቅረጫ ማስቻያ (ምናልባት የተወሰነ ነው)"
+#. 8Gjtp
+#: cui/uiconfig/ui/optadvancedpage.ui:409
+msgctxt "extended_tip|macrorecording"
+msgid "Enable macro recording"
+msgstr "የ ማክሮስ መቅረጫ ማስቻያ "
+
#. NgRXw
-#: cui/uiconfig/ui/optadvancedpage.ui:366
+#: cui/uiconfig/ui/optadvancedpage.ui:420
msgctxt "optadvancedpage|expertconfig"
msgid "Open Expert Configuration"
msgstr "የ ባለሞያ ማዋቀሪያዎች"
+#. rAnYG
+#: cui/uiconfig/ui/optadvancedpage.ui:428
+msgctxt "extended_tip|expertconfig"
+msgid "Opens the Expert Configuration dialog for advanced settings and configuration of %PRODUCTNAME."
+msgstr "መክፈቻ የ ባለሞያ ማዋቀሪያ ንግግር ለ ረቀቀ ማሰናጃ እና ማዋቀሪያ ለ %PRODUCTNAME."
+
#. ZLtrh
-#: cui/uiconfig/ui/optadvancedpage.ui:386
+#: cui/uiconfig/ui/optadvancedpage.ui:445
msgctxt "optadvancedpage|label12"
msgid "Optional Features"
msgstr "በምርጫ ገጽታዎች"
+#. wJx8x
+#: cui/uiconfig/ui/optadvancedpage.ui:461
+msgctxt "extended_tip|OptAdvancedPage"
+msgid "Allows you to run Java applications in %PRODUCTNAME."
+msgstr "እርስዎን ማስኬድ ያስችሎታል የ Java መተግበሪያዎች በ %PRODUCTNAME."
+
#. dmvLE
#: cui/uiconfig/ui/optappearancepage.ui:37
msgctxt "optappearancepage|label3"
msgid "_Scheme:"
msgstr "_እቅድ:"
+#. k8ACj
+#: cui/uiconfig/ui/optappearancepage.ui:55
+msgctxt "extended_tip|save"
+msgid "Saves the current settings as a color scheme that you can reload later."
+msgstr "የ አሁኑን ማሰናጃ እንደ ገጽታ ማስቀመጫ እና በኋላ መጫኛ "
+
+#. 4YuTW
+#: cui/uiconfig/ui/optappearancepage.ui:73
+msgctxt "extended_tip|delete"
+msgid "Deletes the color scheme shown in the Scheme box. You cannot delete the Default scheme."
+msgstr "የሚታየውን የ ቀለም ገጽታ ማጥፊያ ከ ገጽታ ሳጥን ውስጥ: እርስዎ ነባር ገጽታ ማጥፋት አይችሉም"
+
+#. Gii2p
+#: cui/uiconfig/ui/optappearancepage.ui:89
+msgctxt "extended_tip|colorschemelb"
+msgid "Selects the color scheme you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ ገጽታ ቀለም ይምረጡ"
+
#. jzELX
-#: cui/uiconfig/ui/optappearancepage.ui:91
+#: cui/uiconfig/ui/optappearancepage.ui:106
msgctxt "optappearancepage|label1"
msgid "Color Scheme"
msgstr "የ ቀለም እቅድ"
+#. RAEbU
+#: cui/uiconfig/ui/optappearancepage.ui:199
+msgctxt "extended_tip|colorconfig"
+msgid "Select the colors for the user interface elements."
+msgstr "ለ ተጠቃሚ ገጽታ አካሎች ቀለም ይምረጡ "
+
#. BtFUJ
-#: cui/uiconfig/ui/optappearancepage.ui:211
+#: cui/uiconfig/ui/optappearancepage.ui:231
msgctxt "optappearancepage|uielements"
msgid "User interface elements"
msgstr "የ ተጠቃሚው መገናኛ አካላቶች"
#. nrHHF
-#: cui/uiconfig/ui/optappearancepage.ui:226
+#: cui/uiconfig/ui/optappearancepage.ui:246
msgctxt "optappearancepage|colorsetting"
msgid "Color setting"
msgstr "ቀለም ማሰናጃ"
#. Jms9Q
-#: cui/uiconfig/ui/optappearancepage.ui:239
+#: cui/uiconfig/ui/optappearancepage.ui:259
msgctxt "optappearancepage|on"
msgid "On"
msgstr "ማብሪያ"
#. HFLPF
-#: cui/uiconfig/ui/optappearancepage.ui:260
+#: cui/uiconfig/ui/optappearancepage.ui:280
msgctxt "optappearancepage|label2"
msgid "Custom Colors"
msgstr "ቀለሞች ማስተካከያ"
+#. vxBRc
+#: cui/uiconfig/ui/optappearancepage.ui:295
+msgctxt "extended_tip|OptAppearancePage"
+msgid "Sets the colors for the %PRODUCTNAME user interface."
+msgstr "ቀለሞች ማሰናጃ ለ %PRODUCTNAME ተጠቃሚ ገጽታ"
+
#. nRFne
#: cui/uiconfig/ui/optasianpage.ui:30
msgctxt "optasianpage|charkerning"
msgid "_Western text only"
msgstr "የ _ምእራባውያን ጽሁፍ ብቻ"
+#. QCvQv
+#: cui/uiconfig/ui/optasianpage.ui:40
+msgctxt "extended_tip|charkerning"
+msgid "Specifies that kerning is only applied to western text."
+msgstr "ፊደል ማጠጋጊያ የሚፈጸመው ለ ምእራባውያን ጽሁፍ ብቻ ነው "
+
#. WEFrz
-#: cui/uiconfig/ui/optasianpage.ui:47
+#: cui/uiconfig/ui/optasianpage.ui:52
msgctxt "optasianpage|charpunctkerning"
msgid "Western _text and Asian punctuation"
msgstr "የ ምእራባውያን _ጽሁፍ እና የ እስያ ስርአተ ነጥብ"
+#. PCrHe
+#: cui/uiconfig/ui/optasianpage.ui:62
+msgctxt "extended_tip|charpunctkerning"
+msgid "Specifies that kerning is applied to both western text and Asian punctuation."
+msgstr "ፊደል ማጠጋጊያ የሚፈጸመው ለ ሁለቱም ለ ምእራባውያን ጽሁፍ ለ እስያ ስርአተ ነጥብ ነው "
+
#. 4wTpB
-#: cui/uiconfig/ui/optasianpage.ui:70
+#: cui/uiconfig/ui/optasianpage.ui:80
msgctxt "optasianpage|label1"
msgid "Kerning"
msgstr "ፊደል ማጠጋጊያ"
#. mboKG
-#: cui/uiconfig/ui/optasianpage.ui:102
+#: cui/uiconfig/ui/optasianpage.ui:112
msgctxt "optasianpage|nocompression"
msgid "_No compression"
msgstr "ማመቂያ _የለም"
+#. DGBhs
+#: cui/uiconfig/ui/optasianpage.ui:122
+msgctxt "extended_tip|nocompression"
+msgid "Specifies that no compression at all will occur."
+msgstr "ምንም ማመቂያ እንደማይፈጸም መወሰኛ "
+
#. GvJuV
-#: cui/uiconfig/ui/optasianpage.ui:119
+#: cui/uiconfig/ui/optasianpage.ui:134
msgctxt "optasianpage|punctcompression"
msgid "_Compress punctuation only"
msgstr "ስርአተ ነጥብ ብቻ _ማመቀያ"
+#. 8FYbX
+#: cui/uiconfig/ui/optasianpage.ui:144
+msgctxt "extended_tip|punctcompression"
+msgid "Specifies that only the punctuation is compressed."
+msgstr "ስርአተ ነጥብ ብቻ እንደሚታመቅ መወሰኛ "
+
#. aGY7H
-#: cui/uiconfig/ui/optasianpage.ui:136
+#: cui/uiconfig/ui/optasianpage.ui:156
msgctxt "optasianpage|punctkanacompression"
msgid "Compress punctuation and Japanese Kana"
msgstr "የ Japanese Kana እና ስርአተ ነጥብ ብቻ _ማመቀያ"
+#. k2K9z
+#: cui/uiconfig/ui/optasianpage.ui:166
+msgctxt "extended_tip|punctkanacompression"
+msgid "Specifies that punctuation and Japanese Kana are compressed."
+msgstr "የ Japanese Kana እና ስርአተ ነጥብ ብቻ እንደሚታመቅ መወሰኛ "
+
#. DAgwH
-#: cui/uiconfig/ui/optasianpage.ui:159
+#: cui/uiconfig/ui/optasianpage.ui:184
msgctxt "optasianpage|label2"
msgid "Character Spacing"
msgstr "የባህሪ ክፍተት"
+#. LbEDU
+#: cui/uiconfig/ui/optasianpage.ui:238
+msgctxt "extended_tip|language"
+msgid "Specifies the language for which you want to define first and last characters."
+msgstr "እርስዎ መግለጽ ለሚፈልጉት የ መጀመሪያ እና የ መጨረሻ ባህሪዎች ቋንቋ መወሰኛ "
+
#. CeSy8
-#: cui/uiconfig/ui/optasianpage.ui:220
+#: cui/uiconfig/ui/optasianpage.ui:250
msgctxt "optasianpage|standard"
msgid "_Default"
msgstr "_ነባር"
+#. bEKYg
+#: cui/uiconfig/ui/optasianpage.ui:259
+msgctxt "extended_tip|standard"
+msgid "When you mark Default, the following two text boxes are filled with the default characters for the selected language:"
+msgstr "እርስዎ ምልክት ሲያደርጉ በ ነባር ውስጥ: የሚቀጥሉት ሁለት ጽሁፍ ሳጥኖች ይሞላሉ በ ነባር ባህሪዎች ለ ተመረጠው ቋንቋ:"
+
#. WmjE9
-#: cui/uiconfig/ui/optasianpage.ui:244
+#: cui/uiconfig/ui/optasianpage.ui:279
msgctxt "optasianpage|languageft"
msgid "_Language:"
msgstr "_ቋንቋ:"
#. 3Airv
-#: cui/uiconfig/ui/optasianpage.ui:258
+#: cui/uiconfig/ui/optasianpage.ui:293
msgctxt "optasianpage|startft"
msgid "Not _at start of line:"
msgstr "በ መስመሩ መጀመሪያ _ላይ አይደለም:"
#. TiFfn
-#: cui/uiconfig/ui/optasianpage.ui:272
+#: cui/uiconfig/ui/optasianpage.ui:307
msgctxt "optasianpage|endft"
msgid "Not at _end of line:"
msgstr "በ መስመሩ _መጨረሻ ላይ አይደለም:"
+#. ebuCA
+#: cui/uiconfig/ui/optasianpage.ui:325
+msgctxt "extended_tip|start"
+msgid "Specifies the characters that should not appear alone at the beginning of a line."
+msgstr "በ መስመር መጀመሪያ ላይ እንዳይታይ የሚፈልጉትን ባህሪዎች መወሰኛ "
+
+#. 6EoPs
+#: cui/uiconfig/ui/optasianpage.ui:342
+msgctxt "extended_tip|end"
+msgid "Specifies the characters that should not appear alone at the end of a line."
+msgstr "በ መስመር መጨረሻ ላይ እንዳይታይ የሚፈልጉትን ባህሪዎች መወሰኛ "
+
#. dSvmP
-#: cui/uiconfig/ui/optasianpage.ui:317
+#: cui/uiconfig/ui/optasianpage.ui:362
msgctxt "optasianpage|hintft"
msgid "Without user-defined line break symbols"
msgstr "ያለ ተጠቃሚ-መግለጫ የ መስመር መጨረሻ ምልክቶች"
#. BCwCp
-#: cui/uiconfig/ui/optasianpage.ui:334
+#: cui/uiconfig/ui/optasianpage.ui:379
msgctxt "optasianpage|label3"
msgid "First and Last Characters"
msgstr "የ መጀመሪያ እና የ መጨረሻ ባህሪዎች"
@@ -10574,322 +13667,514 @@ msgctxt "optbasicidepage|codecomplete_enable"
msgid "Enable code completion"
msgstr "ቃላት መጨረሻ ማስቻያ"
+#. oQJh3
+#: cui/uiconfig/ui/optbasicidepage.ui:38
+msgctxt "extended_tip|codecomplete_enable"
+msgid "Display methods of a Basic object."
+msgstr "ለ Basic እቃ ማሳያ ዘዴ "
+
#. B8fvE
-#: cui/uiconfig/ui/optbasicidepage.ui:50
+#: cui/uiconfig/ui/optbasicidepage.ui:55
msgctxt "optbasicidepage|label1"
msgid "Code Completion"
msgstr "ኮድ መጨረሻ"
#. kaYLZ
-#: cui/uiconfig/ui/optbasicidepage.ui:82
+#: cui/uiconfig/ui/optbasicidepage.ui:87
msgctxt "optbasicidepage|autoclose_proc"
msgid "Autoclose procedures"
msgstr "በራሱ ሂደቶች መዝጊያ"
+#. hjYfe
+#: cui/uiconfig/ui/optbasicidepage.ui:96
+msgctxt "extended_tip|autoclose_proc"
+msgid "Automatically insert closing statements for procedures."
+msgstr "ራሱ በራሱ ለ አሰራሩ የ መጨረሻ አረፍተ ነገር ማስገቢያ "
+
#. qKTPa
-#: cui/uiconfig/ui/optbasicidepage.ui:97
+#: cui/uiconfig/ui/optbasicidepage.ui:107
msgctxt "optbasicidepage|autoclose_paren"
msgid "Autoclose parenthesis"
msgstr "ቅንፎች በራሱ መዝጊያ"
+#. UmekG
+#: cui/uiconfig/ui/optbasicidepage.ui:116
+msgctxt "extended_tip|autoclose_paren"
+msgid "Automatically close open parenthesis."
+msgstr "ራሱ በራሱ መዝጊያ የ ተከፈቱ ቅንፎች "
+
#. EExBY
-#: cui/uiconfig/ui/optbasicidepage.ui:112
+#: cui/uiconfig/ui/optbasicidepage.ui:127
msgctxt "optbasicidepage|autoclose_quotes"
msgid "Autoclose quotes"
msgstr "ጥቅሶች በራሱ መዝጊያ"
+#. GKCkD
+#: cui/uiconfig/ui/optbasicidepage.ui:136
+msgctxt "extended_tip|autoclose_quotes"
+msgid "Automatically close open quotes."
+msgstr "ራሱ በራሱ ጥቅሶች መዝጊያ "
+
#. CCtUM
-#: cui/uiconfig/ui/optbasicidepage.ui:127
+#: cui/uiconfig/ui/optbasicidepage.ui:147
msgctxt "optbasicidepage|autocorrect"
msgid "Autocorrection"
msgstr "በራሱ አራሚ"
+#. czdha
+#: cui/uiconfig/ui/optbasicidepage.ui:157
+msgctxt "extended_tip|autocorrect"
+msgid "Correct cases of Basic variables and keywords while typing."
+msgstr "ጉዳዮች ማረሚያ ለ Basic ተለዋዋጭ እና ቁልፍ ቃሎች በሚጽፉ ጊዜ "
+
#. dJWhM
-#: cui/uiconfig/ui/optbasicidepage.ui:149
+#: cui/uiconfig/ui/optbasicidepage.ui:174
msgctxt "optbasicidepage|label2"
msgid "Code Suggestion"
msgstr "የ ኮድ ማሳሰቢያ"
#. iUBCy
-#: cui/uiconfig/ui/optbasicidepage.ui:181
+#: cui/uiconfig/ui/optbasicidepage.ui:206
msgctxt "optbasicidepage|extendedtypes_enable"
msgid "Use extended types"
msgstr "የ ተስፋፉ አይነቶችን ይጠቀሙ"
+#. zYY9B
+#: cui/uiconfig/ui/optbasicidepage.ui:215
+msgctxt "extended_tip|extendedtypes_enable"
+msgid "Allow UNO object types as valid Basic types."
+msgstr "ማስቻያ የ UNO እቃ አይነቶች ዋጋ እንዳላቸው በ Basic አይነቶች ውስጥ "
+
#. rG8Fi
-#: cui/uiconfig/ui/optbasicidepage.ui:202
+#: cui/uiconfig/ui/optbasicidepage.ui:232
msgctxt "optbasicidepage|label3"
msgid "Language Features"
msgstr "የቋንቋ ገጽታዎች"
+#. VXGYT
+#: cui/uiconfig/ui/optchartcolorspage.ui:80
+msgctxt "extended_tip|colors"
+msgid "Displays all the colors available for the data series."
+msgstr "ለ ተከታታይ ዳታ ዝግጁ የሆኑ ሁሉንም ቀለሞች ማሳያ "
+
#. vTZjC
-#: cui/uiconfig/ui/optchartcolorspage.ui:91
+#: cui/uiconfig/ui/optchartcolorspage.ui:93
msgctxt "optchartcolorspage|label20"
msgid "Chart Colors"
msgstr "የ ቻርት ቀለሞች"
#. WA57y
-#: cui/uiconfig/ui/optchartcolorspage.ui:163
+#: cui/uiconfig/ui/optchartcolorspage.ui:165
msgctxt "optchartcolorspage|default"
msgid "_Default"
msgstr "_ነባር"
+#. mpSKB
+#: cui/uiconfig/ui/optchartcolorspage.ui:172
+msgctxt "extended_tip|default"
+msgid "Restores the color settings that were defined when the program was installed."
+msgstr "ፕሮግራሙ ሲገጠም የ ቀለም ማሰናጃው እንደ ነበረ መመለሻ"
+
#. KoHHw
-#: cui/uiconfig/ui/optchartcolorspage.ui:233
+#: cui/uiconfig/ui/optchartcolorspage.ui:240
msgctxt "optchartcolorspage|label1"
msgid "Color Table"
msgstr "የ ቀለም ሰንጠረዥ"
+#. xxtZE
+#: cui/uiconfig/ui/optchartcolorspage.ui:255
+msgctxt "extended_tip|OptChartColorsPage"
+msgid "Displays all the colors available for the data series."
+msgstr "ለ ተከታታይ ዳታ ዝግጁ የሆኑ ሁሉንም ቀለሞች ማሳያ "
+
#. fVDQp
#: cui/uiconfig/ui/optctlpage.ui:31
msgctxt "optctlpage|sequencechecking"
msgid "Use se_quence checking"
msgstr "ቅደም_ተከተል መመርመሪያ መጠቀሚያ"
+#. 47pP9
+#: cui/uiconfig/ui/optctlpage.ui:40
+msgctxt "extended_tip|sequencechecking"
+msgid "Enables sequence input checking for languages such as Thai."
+msgstr "የ ቅደም ተከተል ማስገቢያ ማስቻያ ቋንቋ ለ መመርመሪያ እንደ Thai አይነት ላሉ"
+
#. DTWHd
-#: cui/uiconfig/ui/optctlpage.ui:56
+#: cui/uiconfig/ui/optctlpage.ui:61
msgctxt "optctlpage|restricted"
msgid "Restricted"
msgstr "የተከለከለ"
+#. HtGj9
+#: cui/uiconfig/ui/optctlpage.ui:70
+msgctxt "extended_tip|restricted"
+msgid "Prevents the use as well as the printing of illegal character combinations."
+msgstr "ሕጋዊ ያልሆነ ባህሪዎች መቀላቀያ ለ መጠቀም ወይንም ለማተም መከልከያ "
+
#. wkSPW
-#: cui/uiconfig/ui/optctlpage.ui:71
+#: cui/uiconfig/ui/optctlpage.ui:81
msgctxt "optctlpage|typeandreplace"
msgid "_Type and replace"
msgstr "_መጻፊያ እና መቀየሪያ"
#. 4fM2r
-#: cui/uiconfig/ui/optctlpage.ui:100
+#: cui/uiconfig/ui/optctlpage.ui:110
msgctxt "optctlpage|label1"
msgid "Sequence Checking"
msgstr "በ ቅደም ተከተል መመርመሪያ"
#. oBBi6
-#: cui/uiconfig/ui/optctlpage.ui:135
+#: cui/uiconfig/ui/optctlpage.ui:145
msgctxt "optctlpage|label3"
msgid "Movement:"
msgstr "እንቅስቃሴ:"
#. R7YUB
-#: cui/uiconfig/ui/optctlpage.ui:145
+#: cui/uiconfig/ui/optctlpage.ui:155
msgctxt "optctlpage|movementlogical"
msgid "Lo_gical"
msgstr "ሎጂ_ካል"
+#. W9NrD
+#: cui/uiconfig/ui/optctlpage.ui:165
+msgctxt "extended_tip|movementlogical"
+msgid "Pressing the Right Arrow key moves the text cursor toward the end of the current text. Pressing the Left Arrow key moves the text cursor toward the beginning of the current text."
+msgstr "የ ቀኝ ቀስት ቁልፍ መጫን የ ጽሁፍ መጠቆሚያውን ወደ አሁኑ ሰነድ መጨረሻ አቅጣጫ ያንቀሳቅሰዋል: የ ግራ ቀስት ቁልፍ መጫን የ ጽሁፍ መጠቆሚያውን ወደ አሁኑ ሰነድ መጀመሪያ አቅጣጫ ያንቀሳቅሰዋል"
+
#. aEwYW
-#: cui/uiconfig/ui/optctlpage.ui:161
+#: cui/uiconfig/ui/optctlpage.ui:176
msgctxt "optctlpage|movementvisual"
msgid "_Visual"
msgstr "_የሚታይ"
-#. 78DkF
+#. wpUXS
#: cui/uiconfig/ui/optctlpage.ui:186
+msgctxt "extended_tip|movementvisual"
+msgid "Pressing the Right Arrow key moves the text cursor in the right-hand direction. Pressing the Left Arrow key moves the text cursor in the left-hand direction."
+msgstr "የ ቀኝ ቀስት ቁልፍ መጫን የ ጽሁፍ መጠቆሚያውን ወደ ቀኝ-እጅ አቅጣጫ ያንቀሳቅሰዋል: የ ግራ ቀስት ቁልፍ መጫን የ ጽሁፍ መጠቆሚያውን ወደ ግራ-እጅ አቅጣጫ ያንቀሳቅሰዋል"
+
+#. 78DkF
+#: cui/uiconfig/ui/optctlpage.ui:206
msgctxt "optctlpage|label2"
msgid "Cursor Control"
msgstr "የ መጠቆሚያ መቆጣጠሪያ"
#. LcTwD
-#: cui/uiconfig/ui/optctlpage.ui:220
+#: cui/uiconfig/ui/optctlpage.ui:240
msgctxt "optctlpage|label5"
msgid "_Numerals:"
msgstr "_ቁጥሮች:"
#. BdfCk
-#: cui/uiconfig/ui/optctlpage.ui:235
+#: cui/uiconfig/ui/optctlpage.ui:255
msgctxt "optctlpage|numerals"
msgid "Arabic (1, 2, 3…)"
msgstr "አረብኛ (1 2 3…)"
#. 2n6dr
-#: cui/uiconfig/ui/optctlpage.ui:236
+#: cui/uiconfig/ui/optctlpage.ui:256
msgctxt "optctlpage|numerals"
msgid "Eastern Arabic (٣ ,٢ ,١…)"
msgstr "አረብኛ (٣ ,٢ ,١…)"
#. uFBEA
-#: cui/uiconfig/ui/optctlpage.ui:237
+#: cui/uiconfig/ui/optctlpage.ui:257
msgctxt "optctlpage|numerals"
msgid "System"
msgstr "ስርአት"
#. 93jgb
-#: cui/uiconfig/ui/optctlpage.ui:238
+#: cui/uiconfig/ui/optctlpage.ui:258
msgctxt "optctlpage|numerals"
msgid "Context"
msgstr "አገባብ"
+#. jDGEt
+#: cui/uiconfig/ui/optctlpage.ui:262
+msgctxt "extended_tip|numerals"
+msgid "Selects the type of numerals used within text, text in objects, fields, and controls, in all %PRODUCTNAME modules. Only cell contents of %PRODUCTNAME Calc are not affected."
+msgstr "በ ጽሁፍ ውስጥ የ ተጠቀሙትን አይነት ቁጥሮች መምረጫ: ጽሁፍ በ እቃዎች ውስጥ: ሜዳዎች: እና መቆጣጠሪያዎች: በ ሁሉም %PRODUCTNAME ክፍሎች ውስጥ: የ ክፍል ይዞታዎች ብቻ የ %PRODUCTNAME ሰንጠረዥ ተፅእኖ አይፈጥርም"
+
#. kWczF
-#: cui/uiconfig/ui/optctlpage.ui:254
+#: cui/uiconfig/ui/optctlpage.ui:279
msgctxt "optctlpage|label4"
msgid "General Options"
msgstr "ባጠቃላይ ምርጫዎች"
+#. WSTDt
+#: cui/uiconfig/ui/optctlpage.ui:294
+msgctxt "extended_tip|OptCTLPage"
+msgid "Defines the options for documents with complex text layouts."
+msgstr "የ ውስብስብ ጽሁፍ እቅድ ላላቸው ሰነዶች ምርጫ መግለጫ "
+
#. G5EDD
#: cui/uiconfig/ui/optemailpage.ui:34
msgctxt "optemailpage|label2"
msgid "_Email program:"
msgstr "_ኢሜይል ፕሮግራም:"
+#. bEyeK
+#: cui/uiconfig/ui/optemailpage.ui:53
+msgctxt "extended_tip|url"
+msgid "Enter the email program path and name."
+msgstr ""
+
#. ACQCM
-#: cui/uiconfig/ui/optemailpage.ui:59
+#: cui/uiconfig/ui/optemailpage.ui:64
msgctxt "optemailpage|browse"
msgid "Browse..."
msgstr "መቃኛ..."
+#. Vs69j
+#: cui/uiconfig/ui/optemailpage.ui:71
+msgctxt "extended_tip|browse"
+msgid "Opens a file dialog to select the email program."
+msgstr ""
+
#. EHBa5
-#: cui/uiconfig/ui/optemailpage.ui:87
+#: cui/uiconfig/ui/optemailpage.ui:97
msgctxt "optemailpage|browsetitle"
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
#. scEyS
-#: cui/uiconfig/ui/optemailpage.ui:112
+#: cui/uiconfig/ui/optemailpage.ui:122
msgctxt "optemailpage|suppress"
msgid "Suppress hidden elements of documents"
msgstr "በ ሰነድ ውስጥ የ ተደበቁ አካሎች ማፈኛ"
#. vbcqb
-#: cui/uiconfig/ui/optemailpage.ui:181
+#: cui/uiconfig/ui/optemailpage.ui:191
msgctxt "optemailpage|label1"
msgid "Sending Documents as Email Attachments"
msgstr "ሰነዶችን እንደ ኢሜይል ማያያዣዎች መላኪያ"
+#. DoGA3
+#: cui/uiconfig/ui/optemailpage.ui:199
+msgctxt "extended_tip|OptEmailPage"
+msgid "Enter the email program path and name."
+msgstr ""
+
#. CnnM7
#. A column title, short for Load. This string is repeated as a prefix to an explanatory note under the widget
-#: cui/uiconfig/ui/optfltrembedpage.ui:82
+#: cui/uiconfig/ui/optfltrembedpage.ui:88
msgctxt "optfltrembedpage|column1"
msgid "[L]"
msgstr ""
#. 66D6D
#. A column title, short for Save. This string is repeated as a prefix to an explanatory note under the widget
-#: cui/uiconfig/ui/optfltrembedpage.ui:97
+#: cui/uiconfig/ui/optfltrembedpage.ui:110
msgctxt "optfltrembedpage|column2"
msgid "[S]"
msgstr ""
+#. xrKRQ
+#: cui/uiconfig/ui/optfltrembedpage.ui:135
+msgctxt "extended_tip|checklbcontainer"
+msgid "The [L] and [S] checkbox displays the entries for the pair of OLE objects that can be converted when loading into %PRODUCTNAME [L] and/or when saving into a Microsoft format [S]. "
+msgstr ""
+
#. x5kfq
#. The [L] here is repeated as the column title for the "Load" column of this options page
-#: cui/uiconfig/ui/optfltrembedpage.ui:138
+#: cui/uiconfig/ui/optfltrembedpage.ui:156
msgctxt "optfltrembedpage|label2"
msgid "[L]: Load and convert the object"
msgstr "[L]: እቃውን መጫኛ እና መቀየሪያ"
#. PiDB7
#. The [S] here is repeated as the column title for the "Save" column of this options page
-#: cui/uiconfig/ui/optfltrembedpage.ui:151
+#: cui/uiconfig/ui/optfltrembedpage.ui:169
msgctxt "optfltrembedpage|label3"
msgid "[S]: Convert and save the object"
msgstr "[S]: እቃውን መቀየሪያ እና ማስቀመጫ"
#. f2hGQ
-#: cui/uiconfig/ui/optfltrembedpage.ui:175
+#: cui/uiconfig/ui/optfltrembedpage.ui:193
msgctxt "optfltrembedpage|label1"
msgid "Embedded Objects"
msgstr "የ ተጣበቁ እቃዎች"
#. nvE89
-#: cui/uiconfig/ui/optfltrembedpage.ui:209
+#: cui/uiconfig/ui/optfltrembedpage.ui:227
msgctxt "optfltrembedpage|label5"
msgid "Export as:"
msgstr "መላኪያ እንደ:"
#. FEeH6
-#: cui/uiconfig/ui/optfltrembedpage.ui:224
+#: cui/uiconfig/ui/optfltrembedpage.ui:242
msgctxt "optfltrembedpage|highlighting"
msgid "Highlighting"
msgstr "ማድመቂያ"
+#. mCeit
+#: cui/uiconfig/ui/optfltrembedpage.ui:252
+msgctxt "extended_tip|highlighting"
+msgid "Microsoft Office has two character attributes similar to %PRODUCTNAME character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats."
+msgstr "Microsoft Office ሁለት የ ባህሪ መለያዎች አሉት ለ %PRODUCTNAME ባህሪ መደብ: ይምረጡ ተገቢውን መለያ (ማድመቂያ ወይንም ጥላ) እርስዎ መጠቀም የሚፈልጉትን በሚልኩ ጊዜ ወደ Microsoft Office ፋይል አቀራረብ "
+
#. Dnrx7
-#: cui/uiconfig/ui/optfltrembedpage.ui:241
+#: cui/uiconfig/ui/optfltrembedpage.ui:264
msgctxt "optfltrembedpage|shading"
msgid "Shading"
msgstr "ጥላ"
+#. 5b274
+#: cui/uiconfig/ui/optfltrembedpage.ui:274
+msgctxt "extended_tip|shading"
+msgid "Microsoft Office has two character attributes similar to %PRODUCTNAME character background. Select the appropriate attribute (highlighting or shading) which you would like to use during export to Microsoft Office file formats."
+msgstr "Microsoft Office ሁለት የ ባህሪ መለያዎች አሉት ለ %PRODUCTNAME ባህሪ መደብ: ይምረጡ ተገቢውን መለያ (ማድመቂያ ወይንም ጥላ) እርስዎ መጠቀም የሚፈልጉትን በሚልኩ ጊዜ ወደ Microsoft Office ፋይል አቀራረብ "
+
#. gKwdG
-#: cui/uiconfig/ui/optfltrembedpage.ui:271
+#: cui/uiconfig/ui/optfltrembedpage.ui:299
msgctxt "optfltrembedpage|label4"
msgid "Character Highlighting"
msgstr "ባህሪ ማድመቂያ"
#. tyACF
-#: cui/uiconfig/ui/optfltrembedpage.ui:302
+#: cui/uiconfig/ui/optfltrembedpage.ui:330
msgctxt "optfltrembedpage|mso_lockfile"
msgid "Create MSO lock file"
msgstr "የ MSO ፋይል መቆለፊያ መፍጠሪያ"
-#. WkpLv
-#: cui/uiconfig/ui/optfltrembedpage.ui:325
+#. NDG4H
+#: cui/uiconfig/ui/optfltrembedpage.ui:340
+msgctxt "extended_tip|mso_lockfile"
+msgid "Mark this checkbox to generate a Microsoft Office lock file in addition to %PRODUCTNAME own lock file."
+msgstr ""
+
+#. Sg5Bw
+#: cui/uiconfig/ui/optfltrembedpage.ui:358
msgctxt "optfltrembedpage|label5"
-msgid "Lock files"
-msgstr "ፋይሎች መቆለፊያ"
+msgid "Lock Files"
+msgstr ""
+
+#. EUBnP
+#: cui/uiconfig/ui/optfltrembedpage.ui:372
+msgctxt "extended_tip|OptFilterPage"
+msgid "Specifies the settings for importing and exporting Microsoft Office and other documents."
+msgstr ""
#. ttAk5
-#: cui/uiconfig/ui/optfltrpage.ui:29
+#: cui/uiconfig/ui/optfltrpage.ui:30
msgctxt "optfltrpage|wo_basic"
msgid "Load Basic _code"
msgstr "መሰረታዊ _ኮድ መጫኛ"
+#. q4wdN
+#: cui/uiconfig/ui/optfltrpage.ui:39
+msgctxt "extended_tip|wo_basic"
+msgid "Loads and saves the Basic code from a Microsoft document as a special %PRODUCTNAME Basic module with the document. The disabled Microsoft Basic code is visible in the %PRODUCTNAME Basic IDE between Sub and End Sub."
+msgstr "መጫኛ እና ማስቀመጫ የ Basic code ከ Microsoft ሰነድ ውስጥ እንደ የ ተለየ %PRODUCTNAME Basic ክፍል በ ሰነድ ውስጥ: የ ተሰናከለው የ Microsoft Basic code ይታያል በ %PRODUCTNAME Basic IDE መካከል ንዑስ እና ንዑስ መጨረሻ "
+
#. AChYC
-#: cui/uiconfig/ui/optfltrpage.ui:46
+#: cui/uiconfig/ui/optfltrpage.ui:50
msgctxt "optfltrpage|wo_exec"
msgid "E_xecutable code"
msgstr "E_xecutable code"
+#. DrWP3
+#: cui/uiconfig/ui/optfltrpage.ui:60
+msgctxt "extended_tip|wo_exec"
+msgid "The VBA (Visual Basic for Applications) code will be loaded ready to be executed. If this checkbox is not checked, the VBA code will be commented out so it can be inspected, but will not run."
+msgstr "የ VBA (Visual Basic for Applications) ኮድ ይጫናል እና ዝግጁ ይሆናል ለ መፈጸም: እዚህ ምልክት ማድረጊያ ውስጥ ምልክት ካልተደረገ የ VBA ኮድ አስተያየት ይሰጥበታል እና ይመረመራል ነገር ግን አይፈጸምም "
+
#. avyQV
-#: cui/uiconfig/ui/optfltrpage.ui:64
+#: cui/uiconfig/ui/optfltrpage.ui:71
msgctxt "optfltrpage|wo_saveorig"
msgid "Save _original Basic code"
msgstr "ማስቀመጫ _ዋናውን መሰረታዊ ኮድ"
+#. 4pGYB
+#: cui/uiconfig/ui/optfltrpage.ui:80
+msgctxt "extended_tip|wo_saveorig"
+msgid "Specifies that the original Microsoft Basic code contained in the document is held in a special internal memory for as long as the document remains loaded in %PRODUCTNAME. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form."
+msgstr "መወሰኛ ዋናው የ Microsoft Basic code በ ሰነድ ውስጥ መያዙን በ ተለየ የ ውስጥ ማስታወሻ ሰነዱ እስከሚዘጋ ድረስ እንደ ተጫኑ ይቆያል %PRODUCTNAME. ሰነድ በሚያስቀምጡ ጊዜ በ Microsoft አቀራረብ የ Microsoft Basic እንደገና ይቀመጣል በ ኮድ ባልተቀየረ ፎርም ውስጥ "
+
#. W6nED
-#: cui/uiconfig/ui/optfltrpage.ui:87
+#: cui/uiconfig/ui/optfltrpage.ui:97
msgctxt "optfltrpage|label1"
msgid "Microsoft Word"
msgstr ""
#. Z88Ms
-#: cui/uiconfig/ui/optfltrpage.ui:119
+#: cui/uiconfig/ui/optfltrpage.ui:129
msgctxt "optfltrpage|ex_basic"
msgid "Lo_ad Basic code"
msgstr "መሰረታዊ ኮድ መ_ጫኛ"
+#. QcFGD
+#: cui/uiconfig/ui/optfltrpage.ui:138
+msgctxt "extended_tip|ex_basic"
+msgid "Loads and saves the Basic code from a Microsoft document as a special %PRODUCTNAME Basic module with the document. The disabled Microsoft Basic code is visible in the %PRODUCTNAME Basic IDE between Sub and End Sub."
+msgstr "መጫኛ እና ማስቀመጫ የ Basic code ከ Microsoft ሰነድ ውስጥ እንደ የ ተለየ %PRODUCTNAME Basic ክፍል በ ሰነድ ውስጥ: የ ተሰናከለው የ Microsoft Basic code ይታያል በ %PRODUCTNAME Basic IDE መካከል ንዑስ እና ንዑስ መጨረሻ "
+
#. S6ozV
-#: cui/uiconfig/ui/optfltrpage.ui:136
+#: cui/uiconfig/ui/optfltrpage.ui:149
msgctxt "optfltrpage|ex_exec"
msgid "E_xecutable code"
msgstr "E_xecutable code"
+#. qvcsz
+#: cui/uiconfig/ui/optfltrpage.ui:159
+msgctxt "extended_tip|ex_exec"
+msgid "The VBA (Visual Basic for Applications) code will be loaded ready to be executed. If this checkbox is not checked, the VBA code will be commented out so it can be inspected, but will not run."
+msgstr "የ VBA (Visual Basic for Applications) ኮድ ይጫናል እና ዝግጁ ይሆናል ለ መፈጸም: እዚህ ምልክት ማድረጊያ ውስጥ ምልክት ካልተደረገ የ VBA ኮድ አስተያየት ይሰጥበታል እና ይመረመራል ነገር ግን አይፈጸምም "
+
#. K6YYX
-#: cui/uiconfig/ui/optfltrpage.ui:154
+#: cui/uiconfig/ui/optfltrpage.ui:170
msgctxt "optfltrpage|ex_saveorig"
msgid "Sa_ve original Basic code"
msgstr "ዋናውን መሰረታዊ ኮድ ማስ_ቀመጫ"
+#. QzDgZ
+#: cui/uiconfig/ui/optfltrpage.ui:179
+msgctxt "extended_tip|ex_saveorig"
+msgid "Specifies that the original Microsoft Basic code contained in the document is held in a special internal memory for as long as the document remains loaded in %PRODUCTNAME. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form."
+msgstr "መወሰኛ ዋናው የ Microsoft Basic code በ ሰነድ ውስጥ መያዙን በ ተለየ የ ውስጥ ማስታወሻ ሰነዱ እስከሚዘጋ ድረስ እንደ ተጫኑ ይቆያል %PRODUCTNAME. ሰነድ በሚያስቀምጡ ጊዜ በ Microsoft አቀራረብ የ Microsoft Basic እንደገና ይቀመጣል በ ኮድ ባልተቀየረ ፎርም ውስጥ "
+
#. a5EkB
-#: cui/uiconfig/ui/optfltrpage.ui:177
+#: cui/uiconfig/ui/optfltrpage.ui:196
msgctxt "optfltrpage|label2"
msgid "Microsoft Excel"
msgstr ""
#. z9TKA
-#: cui/uiconfig/ui/optfltrpage.ui:209
+#: cui/uiconfig/ui/optfltrpage.ui:228
msgctxt "optfltrpage|pp_basic"
msgid "Load Ba_sic code"
msgstr "መሰ_ረታዊ ኮድ መጫኛ"
+#. VR4v5
+#: cui/uiconfig/ui/optfltrpage.ui:237
+msgctxt "extended_tip|pp_basic"
+msgid "Loads and saves the Basic code from a Microsoft document as a special %PRODUCTNAME Basic module with the document. The disabled Microsoft Basic code is visible in the %PRODUCTNAME Basic IDE between Sub and End Sub."
+msgstr "መጫኛ እና ማስቀመጫ የ Basic code ከ Microsoft ሰነድ ውስጥ እንደ የ ተለየ %PRODUCTNAME Basic ክፍል በ ሰነድ ውስጥ: የ ተሰናከለው የ Microsoft Basic code ይታያል በ %PRODUCTNAME Basic IDE መካከል ንዑስ እና ንዑስ መጨረሻ "
+
#. VSdyY
-#: cui/uiconfig/ui/optfltrpage.ui:226
+#: cui/uiconfig/ui/optfltrpage.ui:248
msgctxt "optfltrpage|pp_saveorig"
msgid "Sav_e original Basic code"
msgstr "ዋናውን መሰረታዊ ኮድ ማስ_ቀመጫ"
+#. tTQXM
+#: cui/uiconfig/ui/optfltrpage.ui:257
+msgctxt "extended_tip|pp_saveorig"
+msgid "Specifies that the original Microsoft Basic code contained in the document is held in a special internal memory for as long as the document remains loaded in %PRODUCTNAME. When saving the document in Microsoft format the Microsoft Basic is saved again with the code in an unchanged form."
+msgstr "መወሰኛ ዋናው የ Microsoft Basic code በ ሰነድ ውስጥ መያዙን በ ተለየ የ ውስጥ ማስታወሻ ሰነዱ እስከሚዘጋ ድረስ እንደ ተጫኑ ይቆያል %PRODUCTNAME. ሰነድ በሚያስቀምጡ ጊዜ በ Microsoft አቀራረብ የ Microsoft Basic እንደገና ይቀመጣል በ ኮድ ባልተቀየረ ፎርም ውስጥ "
+
#. sazZt
-#: cui/uiconfig/ui/optfltrpage.ui:249
+#: cui/uiconfig/ui/optfltrpage.ui:274
msgctxt "optfltrpage|label3"
msgid "Microsoft PowerPoint"
msgstr ""
+#. yV3zh
+#: cui/uiconfig/ui/optfltrpage.ui:289
+msgctxt "extended_tip|OptFltrPage"
+msgid "Specifies the general properties for loading and saving Microsoft Office documents with VBA (Visual Basic for Applications) code."
+msgstr "ባጠቃላይ ባህሪዎች ለ መጫኛ እና ለ ማስቀመጫ መወሰኛ ለ Microsoft Office ሰነዶች በ VBA (Visual Basic for Applications) code."
+
#. Q8yvt
#: cui/uiconfig/ui/optfontspage.ui:86
msgctxt "optfontspage|label2"
@@ -10903,67 +14188,127 @@ msgid "Re_place with:"
msgstr "መቀ_የሪያ በ:"
#. ctZBz
-#: cui/uiconfig/ui/optfontspage.ui:153
+#: cui/uiconfig/ui/optfontspage.ui:140
msgctxt "optfontspage|always"
msgid "Always"
msgstr "ሁልጊዜ"
#. pyVz3
-#: cui/uiconfig/ui/optfontspage.ui:167
+#: cui/uiconfig/ui/optfontspage.ui:161
msgctxt "optfontspage|screenonly"
msgid "Screen only"
msgstr "መመልከቻ ብቻ"
#. bMguF
-#: cui/uiconfig/ui/optfontspage.ui:181
+#: cui/uiconfig/ui/optfontspage.ui:175
msgctxt "optfontspage|font"
msgid "Font"
msgstr "ፊደል"
#. FELgv
-#: cui/uiconfig/ui/optfontspage.ui:195
+#: cui/uiconfig/ui/optfontspage.ui:189
msgctxt "optfontspage|replacewith"
msgid "Replace with"
msgstr "መቀየሪያ በ"
+#. MN8PJ
+#: cui/uiconfig/ui/optfontspage.ui:201
+msgctxt "extended_tip | checklb"
+msgid "Lists the original font and the font that will replace it. Select Always to replace the font, even if the original font is installed on your system. Select Screen only to replace the screen font only and never replace the font for printing."
+msgstr "የ ፊደል ዋናው ዝርዝሮች እና የሚቀየረው ፊደል: ይምረጡ ሁልጊዜ ፊደል ለ መቀየር: በ እርስዎ ስርአት ውስጥ ዋናው ፊደል ቢገጠምም እንኳን: ይምረጡ መመልከቻ ብቻ የ መመልከቻውን ፊደል ብቻ ለ መቀየር እና የ ማተሚያውን ፊደል እንደ ነበር ለ መተው"
+
+#. BGoZq
+#: cui/uiconfig/ui/optfontspage.ui:230
+msgctxt "extended_tip | apply"
+msgid "Applies the selected font replacement."
+msgstr "የ ተመረጠውን ፊደል መቀየሪያ መፈጸሚያ"
+
+#. sYmaA
+#: cui/uiconfig/ui/optfontspage.ui:249
+msgctxt "extended_tip | delete"
+msgid "Deletes the selected font replacement."
+msgstr "የተመረጠውን ፊደል መቀየሪያ ማጥፊያ"
+
+#. gtiJp
+#: cui/uiconfig/ui/optfontspage.ui:272
+msgctxt "extended_tip | font2"
+msgid "Enter or select the name of the replacement font."
+msgstr "ያስገቡ ወይንም ይምረጡ የ መቀየሪያውን ፊደል ስም"
+
+#. SABse
+#: cui/uiconfig/ui/optfontspage.ui:295
+msgctxt "extended_tip | font1"
+msgid "Enter or select the name of the font that you want to replace."
+msgstr "ያስገቡ ወይንም ይምረጡ መቀየር የሚፈልጉትን የ ፊደል ስም "
+
+#. k4PCs
+#: cui/uiconfig/ui/optfontspage.ui:306
+msgctxt "extended_tip | replacements"
+msgid "Substitutes a font with a font of your choice. The substitution replaces a font only when it is displayed on screen, or on screen and when printing. The replacement does not change the font settings that are saved in the document."
+msgstr "በ እርስዎ ምርጫ ፊደል በ ፊደል መቀየሪያ: መቀየሪያው ፊደል የሚቀይረው በ መመልከቻው ላይ በሚታይ ጊዜ ነው: ወይንም በ መመልከቻው ላይ እና በሚታተም ጊዜ ነው: መቀየሪያው በ እርስዎ ሰነድ ውስጥ የ ተቀመጠውን የ ፊደል ማሰናጃ አይቀይርም "
+
#. 7ECDC
-#: cui/uiconfig/ui/optfontspage.ui:294
+#: cui/uiconfig/ui/optfontspage.ui:318
msgctxt "optfontspage|usetable"
msgid "_Apply replacement table"
msgstr "ሰንጠረዥ መቀየሪያ _መፈጸሚያ"
+#. AVB5d
+#: cui/uiconfig/ui/optfontspage.ui:327
+msgctxt "extended_tip | usetable"
+msgid "Enables the font replacement settings that you define."
+msgstr "እርስዎ የ ገለጹትን የ ፊደል መቀየሪያ ማሰናጃ ማስቻያ "
+
#. wDa4A
-#: cui/uiconfig/ui/optfontspage.ui:316
+#: cui/uiconfig/ui/optfontspage.ui:345
msgctxt "optfontspage|label4"
msgid "Replacement Table"
msgstr "ሰንጠረዥ መቀየሪያ"
#. z93yC
-#: cui/uiconfig/ui/optfontspage.ui:354
+#: cui/uiconfig/ui/optfontspage.ui:383
msgctxt "optfontspage|label8"
msgid "Fon_ts:"
msgstr "ፊደ_ሎች:"
#. L9aT3
-#: cui/uiconfig/ui/optfontspage.ui:369
+#: cui/uiconfig/ui/optfontspage.ui:398
msgctxt "optfontspage|label9"
msgid "_Size:"
msgstr "_መጠን:"
#. KXCQg
-#: cui/uiconfig/ui/optfontspage.ui:384
+#: cui/uiconfig/ui/optfontspage.ui:413
msgctxt "optfontspage|fontname"
msgid "Automatic"
msgstr "ራሱ በራሱ"
+#. LKiV2
+#: cui/uiconfig/ui/optfontspage.ui:417
+msgctxt "extended_tip | fontname"
+msgid "Select the font for the display of HTML and Basic source code."
+msgstr "ይምረጡ ፊደል ለ HTML እና Basic source code ማሳያ"
+
#. Cc5tn
-#: cui/uiconfig/ui/optfontspage.ui:394
+#: cui/uiconfig/ui/optfontspage.ui:428
msgctxt "optfontspage|nonpropfontonly"
msgid "_Non-proportional fonts only"
msgstr "_ተመጣጣኝ-ላልሆኑ ፊደሎች ብቻ"
+#. aUYNh
+#: cui/uiconfig/ui/optfontspage.ui:437
+msgctxt "extended_tip | nonpropfontonly"
+msgid "Check to display only non-proportional fonts in the Fonts list box."
+msgstr "ይመርምሩ ለማሳየት ምንም-ተመጣጣኝ ያልሆነ ፊደል በ ፊደሎች ዝርዝር ሳጥን ውስጥ"
+
+#. GAiec
+#: cui/uiconfig/ui/optfontspage.ui:454
+msgctxt "extended_tip | fontheight"
+msgid "Select a font size for the display of HTML and Basic source code."
+msgstr "ይምረጡ የ ፊደል መጠን ለ HTML እና Basic source code ማሳያ"
+
#. AafuA
-#: cui/uiconfig/ui/optfontspage.ui:430
+#: cui/uiconfig/ui/optfontspage.ui:474
msgctxt "optfontspage|label1"
msgid "Font Settings for HTML, Basic and SQL Sources"
msgstr "ፊደል ማሰናጃ ለ HTML, መሰረታዊ እና ለ SQL ምንጮች"
@@ -10974,362 +14319,620 @@ msgctxt "optgeneralpage|exthelp"
msgid "_Extended tips"
msgstr "የ _ተስፋፉ ምክሮች"
+#. ypuz2
+#: cui/uiconfig/ui/optgeneralpage.ui:44
+msgctxt "extended_tip | exthelp"
+msgid "Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog."
+msgstr "መጠቆሚያውን በ ምልክት ላይ ሲያደርጉ የ እርዳታ ጽሁፍ: ዝርዝር ትእዛዝ ወይንም የ ንግግር መቆጣጠሪያ ማሳያ"
+
#. Cbeuc
-#: cui/uiconfig/ui/optgeneralpage.ui:50
+#: cui/uiconfig/ui/optgeneralpage.ui:55
msgctxt "optgeneralpage|popupnohelp"
msgid "Show \"No offline help installed\" popup"
msgstr "ማሳያ \"ከ መስመር ውጪ እርዳታ አልተገጠመም\" ብቅባይ"
#. YUaEz
-#: cui/uiconfig/ui/optgeneralpage.ui:64
+#: cui/uiconfig/ui/optgeneralpage.ui:69
msgctxt "optgeneralpage|TipOfTheDayCheckbox"
msgid "Show \"Tip of the Day\" dialog on start-up"
msgstr ""
#. BR6gf
-#: cui/uiconfig/ui/optgeneralpage.ui:85
+#: cui/uiconfig/ui/optgeneralpage.ui:90
msgctxt "optgeneralpage|label1"
msgid "Help"
msgstr "እርዳታ"
#. aqdMJ
-#: cui/uiconfig/ui/optgeneralpage.ui:116
+#: cui/uiconfig/ui/optgeneralpage.ui:121
msgctxt "optgeneralpage|filedlg"
msgid "_Use %PRODUCTNAME dialogs"
msgstr "_መጠቀሚያ %PRODUCTNAME ንግግሮች"
#. ySSsA
-#: cui/uiconfig/ui/optgeneralpage.ui:150
+#: cui/uiconfig/ui/optgeneralpage.ui:155
msgctxt "optgeneralpage|label2"
msgid "Open/Save Dialogs"
msgstr "መክፈቻ/ማስቀመጫ ንግግሮች"
#. JAW5C
-#: cui/uiconfig/ui/optgeneralpage.ui:176
+#: cui/uiconfig/ui/optgeneralpage.ui:181
msgctxt "optgeneralpage|printdlg"
msgid "Use %PRODUCTNAME _dialogs"
msgstr "መጠቀሚያ %PRODUCTNAME _ንግግሮች"
#. F6nzA
-#: cui/uiconfig/ui/optgeneralpage.ui:191
+#: cui/uiconfig/ui/optgeneralpage.ui:196
msgctxt "optgeneralpage|label3"
msgid "Print Dialogs"
msgstr "የ ማተሚያ ንግግሮች"
#. SFLLC
-#: cui/uiconfig/ui/optgeneralpage.ui:217
+#: cui/uiconfig/ui/optgeneralpage.ui:222
msgctxt "optgeneralpage|docstatus"
msgid "_Printing sets \"document modified\" status"
msgstr "_ማተሚያ ማሰናጃ ለ \"ሰነድ ማሻሻያ\" ሁኔታ"
+#. kPEpF
+#: cui/uiconfig/ui/optgeneralpage.ui:231
+msgctxt "extended_tip | docstatus"
+msgid "Specifies whether the printing of the document counts as a modification."
+msgstr "ሰነድ በሚታተም ጊዜ እንደ ማሻሻያ ይቆጠር እንደሆን መወሰኛ: "
+
#. 4yo9c
-#: cui/uiconfig/ui/optgeneralpage.ui:232
+#: cui/uiconfig/ui/optgeneralpage.ui:242
msgctxt "optgeneralpage|label4"
msgid "Document Status"
msgstr "የሰነድ ሁኔታዎች"
#. zEUCi
-#: cui/uiconfig/ui/optgeneralpage.ui:265
+#: cui/uiconfig/ui/optgeneralpage.ui:275
msgctxt "optgeneralpage|label6"
msgid "_Interpret as years between "
msgstr "_መተርጓሚያ እንደ በ አመቶች መካከል "
+#. huNG6
+#: cui/uiconfig/ui/optgeneralpage.ui:293
+msgctxt "extended_tip | year"
+msgid "Defines a date range, within which the system recognizes a two-digit year."
+msgstr "የ ቀን መጠን መግለጫ: ስርአቱ በሚያውቀው በ ሁለት-አሀዝ አመት "
+
#. AhF6m
-#: cui/uiconfig/ui/optgeneralpage.ui:291
+#: cui/uiconfig/ui/optgeneralpage.ui:306
msgctxt "optgeneralpage|toyear"
msgid "and "
msgstr "እና "
#. 7r6RF
-#: cui/uiconfig/ui/optgeneralpage.ui:306
+#: cui/uiconfig/ui/optgeneralpage.ui:321
msgctxt "optgeneralpage|label5"
msgid "Year (Two Digits)"
msgstr "አመት (ሁለት አሀዝ)"
#. FqdXe
-#: cui/uiconfig/ui/optgeneralpage.ui:336
+#: cui/uiconfig/ui/optgeneralpage.ui:351
msgctxt "optgeneralpage|collectusageinfo"
msgid "Collect usage data and send it to The Document Foundation"
msgstr "የ አጠቃቀም ዳታ መስብሰቢያ እና ለ ሰነድ አዘጋጆቹ መላኪያ"
+#. xkgEo
+#: cui/uiconfig/ui/optgeneralpage.ui:361
+msgctxt "extended_tip | collectusageinfo"
+msgid "Send usage data to help The Document Foundation improve the software usability."
+msgstr "የ አጠቃቀም ዳታ ለ እርዳታ ለ ሰነድ አዘጋጆቹ የ ሶፍትዌር አጠቃቀሙን ለማሻሻል እንዲችሉ ይላኩ: "
+
#. pRnqG
-#: cui/uiconfig/ui/optgeneralpage.ui:352
+#: cui/uiconfig/ui/optgeneralpage.ui:372
msgctxt "optgeneralpage|crashreport"
msgid "Sen_d crash reports to The Document Foundation"
msgstr ""
#. rS3dG
-#: cui/uiconfig/ui/optgeneralpage.ui:374
+#: cui/uiconfig/ui/optgeneralpage.ui:394
msgctxt "optgeneralpage|label7"
msgid "Help Improve %PRODUCTNAME"
msgstr "እንድናሻሻል ይርዱን %PRODUCTNAME"
#. 2MFwd
-#: cui/uiconfig/ui/optgeneralpage.ui:405
+#: cui/uiconfig/ui/optgeneralpage.ui:425
msgctxt "optgeneralpage|quicklaunch"
msgid "Load %PRODUCTNAME during system start-up"
msgstr "መጫኛ %PRODUCTNAME ስርአቱ በሚጀምር-ጊዜ"
#. MKruH
-#: cui/uiconfig/ui/optgeneralpage.ui:420
+#: cui/uiconfig/ui/optgeneralpage.ui:440
msgctxt "optgeneralpage|systray"
msgid "Enable systray Quickstarter"
msgstr "በ ስርአቱ ትሪ ላይ በፍጥነት ማስጀመሪያ ማስቻያ"
#. 8vGvu
-#: cui/uiconfig/ui/optgeneralpage.ui:441
+#: cui/uiconfig/ui/optgeneralpage.ui:461
msgctxt "optgeneralpage|label8"
msgid "%PRODUCTNAME Quickstarter"
msgstr "%PRODUCTNAME በፍጥነት ማስጀመሪያ"
#. FvigS
-#: cui/uiconfig/ui/optgeneralpage.ui:472
+#: cui/uiconfig/ui/optgeneralpage.ui:491
msgctxt "optgeneralpage|fileassoc"
msgid "Windows Default apps"
msgstr ""
#. fXjVB
-#: cui/uiconfig/ui/optgeneralpage.ui:491
+#: cui/uiconfig/ui/optgeneralpage.ui:511
msgctxt "optgeneralpage|fileassoc"
msgid "%PRODUCTNAME File Associations"
msgstr ""
+#. coFbL
+#: cui/uiconfig/ui/optgeneralpage.ui:525
+msgctxt "extended_tip | OptGeneralPage"
+msgid "Specifies the general settings for %PRODUCTNAME."
+msgstr "ባጠቃላይ ማሰናጃዎች መወሰኛ ለ %PRODUCTNAME."
+
#. FsiDE
#: cui/uiconfig/ui/opthtmlpage.ui:89
msgctxt "opthtmlpage|size7FT"
msgid "Size _7:"
msgstr "መጠን _7:"
+#. eSVmw
+#: cui/uiconfig/ui/opthtmlpage.ui:105
+msgctxt "extended_tip|size7"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. SfHVG
-#: cui/uiconfig/ui/opthtmlpage.ui:113
+#: cui/uiconfig/ui/opthtmlpage.ui:118
msgctxt "opthtmlpage|size6FT"
msgid "Size _6:"
msgstr "መጠን _6:"
+#. wWFqw
+#: cui/uiconfig/ui/opthtmlpage.ui:134
+msgctxt "extended_tip|size6"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. mbGGc
-#: cui/uiconfig/ui/opthtmlpage.ui:137
+#: cui/uiconfig/ui/opthtmlpage.ui:147
msgctxt "opthtmlpage|size5FT"
msgid "Size _5:"
msgstr "መጠን _5:"
+#. GAy87
+#: cui/uiconfig/ui/opthtmlpage.ui:163
+msgctxt "extended_tip|size5"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. PwaSa
-#: cui/uiconfig/ui/opthtmlpage.ui:161
+#: cui/uiconfig/ui/opthtmlpage.ui:176
msgctxt "opthtmlpage|size4FT"
msgid "Size _4:"
msgstr "መጠን _4:"
+#. QEA47
+#: cui/uiconfig/ui/opthtmlpage.ui:192
+msgctxt "extended_tip|size4"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. FSRpm
-#: cui/uiconfig/ui/opthtmlpage.ui:185
+#: cui/uiconfig/ui/opthtmlpage.ui:205
msgctxt "opthtmlpage|size3FT"
msgid "Size _3:"
msgstr "መጠን _3:"
+#. drCYA
+#: cui/uiconfig/ui/opthtmlpage.ui:221
+msgctxt "extended_tip|size3"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. unrKj
-#: cui/uiconfig/ui/opthtmlpage.ui:209
+#: cui/uiconfig/ui/opthtmlpage.ui:234
msgctxt "opthtmlpage|size2FT"
msgid "Size _2:"
msgstr "መጠን _2:"
+#. tvwUA
+#: cui/uiconfig/ui/opthtmlpage.ui:250
+msgctxt "extended_tip|size2"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. aiSoE
-#: cui/uiconfig/ui/opthtmlpage.ui:233
+#: cui/uiconfig/ui/opthtmlpage.ui:263
msgctxt "opthtmlpage|size1FT"
msgid "Size _1:"
msgstr "መጠን _1:"
+#. 99HCd
+#: cui/uiconfig/ui/opthtmlpage.ui:279
+msgctxt "extended_tip|size1"
+msgid "Use the spin buttons Size 1 to Size 7 to define the respective font sizes for the HTML <font size=1> to <font size=7> tags."
+msgstr ""
+
#. rRkQd
-#: cui/uiconfig/ui/opthtmlpage.ui:261
+#: cui/uiconfig/ui/opthtmlpage.ui:296
msgctxt "opthtmlpage|label1"
msgid "Font Sizes"
msgstr "የፊደል መጠኖች"
#. JRQrk
-#: cui/uiconfig/ui/opthtmlpage.ui:310
+#: cui/uiconfig/ui/opthtmlpage.ui:345
msgctxt "opthtmlpage|ignorefontnames"
msgid "Ignore _font settings"
msgstr "_የፊደል ማሰናጃዎችን መተው"
+#. kD39h
+#: cui/uiconfig/ui/opthtmlpage.ui:355
+msgctxt "extended_tip|ignorefontnames"
+msgid "Mark this check box to ignore all font settings when importing. The fonts that were defined in the HTML Page Style will be the fonts that will be used. "
+msgstr "እዚህ ሳጥን ውስጥ ምልክት ያድርጉ ሁሉንም የ ፊደሎች ማሰናጃ ለ መተው በሚያመጡ ጊዜ: በ HTML ገጽ ዘዴ ውስጥ የ ተገለጹ ፊደሎች ይሆናሉ የሚጠቀሙት ፊደሎች "
+
#. 7bZSP
-#: cui/uiconfig/ui/opthtmlpage.ui:326
+#: cui/uiconfig/ui/opthtmlpage.ui:366
msgctxt "opthtmlpage|unknowntag"
msgid "_Import unknown HTML tags as fields"
msgstr "_ማምጫ ያልታወቀ የ HTML tags እንደ ሜዳ"
+#. QvehA
+#: cui/uiconfig/ui/opthtmlpage.ui:376
+msgctxt "extended_tip|unknowntag"
+msgid "Mark this check box if you want tags that are not recognized by %PRODUCTNAME to be imported as fields."
+msgstr "እርስዎ ከ ፈለጉ እዚህ ሳጥን ውስጥ ምልክት ያድርጉ tags በማይታወቁ በ %PRODUCTNAME እንደ ሜዳዎች ለሚመጡ "
+
#. VFTrU
-#: cui/uiconfig/ui/opthtmlpage.ui:342
+#: cui/uiconfig/ui/opthtmlpage.ui:387
msgctxt "opthtmlpage|numbersenglishus"
msgid "_Use '%ENGLISHUSLOCALE' locale for numbers"
msgstr "_ይጠቀሙ '%ENGLISHUSLOCALE' ቋንቋ ለ ቁጥሮች"
+#. c4j5A
+#: cui/uiconfig/ui/opthtmlpage.ui:397
+msgctxt "extended_tip|numbersenglishus"
+msgid "If not checked, numbers will be interpreted according to the setting in Language Settings - Language of - Locale setting in the Options dialog box. If checked, numbers will be interpreted as 'English (USA)' locale."
+msgstr "ምልክት ካልተደረገበት: ቁጥሮች የሚተረጎሙት እንደ ማሰናጃው ነው በ ቋንቋ ማሰናጃዎች - ቋንቋዎች ለ - ቋንቋ ማሰናጃዎች በ ምርጫ ንግግር ሳጥን ውስጥ: ምልክት ከ ተደረገበት: ቁጥሮች የሚተረጎሙት እንደ 'እንግሊዝኛ (USA)' ቋንቋ"
+
#. Fnsdh
-#: cui/uiconfig/ui/opthtmlpage.ui:364
+#: cui/uiconfig/ui/opthtmlpage.ui:414
msgctxt "opthtmlpage|label2"
msgid "Import"
msgstr "ማምጫ"
#. UajLE
-#: cui/uiconfig/ui/opthtmlpage.ui:408
+#: cui/uiconfig/ui/opthtmlpage.ui:458
msgctxt "opthtmlpage|charsetFT"
msgid "Character _set:"
msgstr "ባህሪ _ማሰናጃ:"
+#. bTGc4
+#: cui/uiconfig/ui/opthtmlpage.ui:476
+msgctxt "extended_tip|charset"
+msgid "Select the appropriate character set for the export"
+msgstr "ይምረጡ ተገቢውን ባህሪ ማሰናጃ ለ መላኪያ"
+
#. nJtoS
-#: cui/uiconfig/ui/opthtmlpage.ui:438
+#: cui/uiconfig/ui/opthtmlpage.ui:493
msgctxt "opthtmlpage|savegrflocal"
msgid "_Copy local images to Internet"
msgstr "የ አካባቢ ምስሎችን ወደ ኢንተርኔት _ኮፒ ማድረጊያ"
+#. fPAEu
+#: cui/uiconfig/ui/opthtmlpage.ui:503
+msgctxt "extended_tip|savegrflocal"
+msgid "Mark this check box to automatically upload the embedded pictures to the Internet server when uploading using FTP. Use the Save As dialog to save the document and enter a complete FTP URL as the file name in the Internet."
+msgstr "እዚህ ሳጥን ውስጥ ምልክት ያድርጉ ራሱ በራሱ እንዲጭን የ ተጣበቁ ስእሎች ወደ ኢንተርኔት ሰርቨር በሚጭኑ ጊዜ በ መጠቀም የ FTP. ይጠቀሙ የ ማስቀመጫ እንደ ንግግር ለ ማስቀመጥ ሰነድ እና ለማስገባት ሙሉ የ FTP URL እንደ ፋይል ስም በ ኢንተርኔት ውስጥ "
+
#. Xc4iM
-#: cui/uiconfig/ui/opthtmlpage.ui:454
+#: cui/uiconfig/ui/opthtmlpage.ui:514
msgctxt "opthtmlpage|printextension"
msgid "_Print layout"
msgstr "የ _ህትመት እቅድ"
+#. CMsrc
+#: cui/uiconfig/ui/opthtmlpage.ui:524
+msgctxt "extended_tip|printextension"
+msgid "If you mark this field, the print layout of the current document (for example, table of contents with justified page numbers and dot leaders) is exported as well."
+msgstr "እርስዎ እዚህ ሜዳ ውስጥ ምልክት ካደረጉ: የ ማተሚያ እቅድ ለ አሁኑ ሰነድ: (ለምሳሌ: የ ሰንጠረዥ ማውጫ ከ እኩል ከ ተካፈሉ የ ገጽ ቁጥሮች ጋር እና ቀዳሚ ነጥቦች) ይላካሉ እንዲሁም "
+
#. Wwuvt
-#: cui/uiconfig/ui/opthtmlpage.ui:470
+#: cui/uiconfig/ui/opthtmlpage.ui:535
msgctxt "opthtmlpage|starbasicwarning"
msgid "Display _warning"
msgstr "_ማስጠንቀቂያ ማሳያ"
+#. wArnh
+#: cui/uiconfig/ui/opthtmlpage.ui:546
+msgctxt "extended_tip|starbasicwarning"
+msgid "If this field is marked, when exporting to HTML a warning is shown that %PRODUCTNAME Basic macros will be lost."
+msgstr "እዚህ ሜዳ ውስጥ ምልክት ከ ተደረገ: በሚልኩ ጊዜ ወደ HTML ማስጠንቀቂያ ይታይዎታል የ %PRODUCTNAME መሰረታዊ ማክሮስ ይጠፋል "
+
#. puyKW
-#: cui/uiconfig/ui/opthtmlpage.ui:487
+#: cui/uiconfig/ui/opthtmlpage.ui:557
msgctxt "opthtmlpage|starbasic"
msgid "LibreOffice _Basic"
msgstr "LibreOffice _Basic"
+#. BtWXE
+#: cui/uiconfig/ui/opthtmlpage.ui:567
+msgctxt "extended_tip|starbasic"
+msgid "Mark this check box to include the %PRODUCTNAME Basic instructions when exporting to HTML format."
+msgstr "እዚህ ሳጥን ውስጥ ምልክት ያድርጉ ለ ማካተት የ %PRODUCTNAME Basic ትእዛዞች በ HTML አቀራረብ በሚልኩ ጊዜ "
+
#. sEnBN
-#: cui/uiconfig/ui/opthtmlpage.ui:509
+#: cui/uiconfig/ui/opthtmlpage.ui:584
msgctxt "opthtmlpage|label3"
msgid "Export"
msgstr "መላኪያ"
+#. TKsp4
+#: cui/uiconfig/ui/opthtmlpage.ui:606
+msgctxt "extended_tip|OptHtmlPage"
+msgid "Defines settings for HTML pages."
+msgstr "ማሰናጃዎች መግለጫ ለ HTML ገጾች."
+
#. ecN5A
#: cui/uiconfig/ui/optionsdialog.ui:18
msgctxt "optionsdialog|OptionsDialog"
msgid "Options"
msgstr "ምርጫዎች"
+#. 5UNGW
+#: cui/uiconfig/ui/optionsdialog.ui:56
+msgctxt "optionsdialog|extended_tip|revert"
+msgid "Resets changes made to the current tab to those applicable when this dialog was opened."
+msgstr ""
+
+#. r2pWX
+#: cui/uiconfig/ui/optionsdialog.ui:91
+msgctxt "optionsdialog|extended_tip|ok"
+msgid "Saves all changes and closes dialog."
+msgstr "ለውጦቹን ማስቀመጫ እና ንግግሩን መዝጊያ "
+
+#. 9asgn
+#: cui/uiconfig/ui/optionsdialog.ui:110
+msgctxt "optionsdialog|extended_tip|cancel"
+msgid "Closes dialog and discards all changes."
+msgstr "ንግግሩን መዝጊያ እና ለውጦቹን ማስወገጃ "
+
#. CgiEq
-#: cui/uiconfig/ui/optjsearchpage.ui:33
+#: cui/uiconfig/ui/optjsearchpage.ui:34
msgctxt "optjsearchpage|matchcase"
msgid "_uppercase/lowercase"
msgstr "_በአቢይ /በትንንሽ ፊደል መጻፊያ"
+#. HLhzj
+#: cui/uiconfig/ui/optjsearchpage.ui:43
+msgctxt "extended_tip|matchcase"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. MkLv3
-#: cui/uiconfig/ui/optjsearchpage.ui:50
+#: cui/uiconfig/ui/optjsearchpage.ui:54
msgctxt "optjsearchpage|matchfullhalfwidth"
msgid "_full-width/half-width forms"
msgstr "_ሙሉ-ስፋት/ግማሽ-ስፋት ፎርሞች"
+#. 35mFr
+#: cui/uiconfig/ui/optjsearchpage.ui:63
+msgctxt "extended_tip|matchfullhalfwidth"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. FPFmB
-#: cui/uiconfig/ui/optjsearchpage.ui:67
+#: cui/uiconfig/ui/optjsearchpage.ui:74
msgctxt "optjsearchpage|matchhiraganakatakana"
msgid "_hiragana/katakana"
msgstr "_hiragana/katakana"
+#. LUPFs
+#: cui/uiconfig/ui/optjsearchpage.ui:83
+msgctxt "extended_tip|matchhiraganakatakana"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. vx6x8
-#: cui/uiconfig/ui/optjsearchpage.ui:84
+#: cui/uiconfig/ui/optjsearchpage.ui:94
msgctxt "optjsearchpage|matchcontractions"
msgid "_contractions (yo-on, sokuon)"
msgstr "_contractions (yo-on, sokuon)"
+#. xYeGB
+#: cui/uiconfig/ui/optjsearchpage.ui:103
+msgctxt "extended_tip|matchcontractions"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. DLxj9
-#: cui/uiconfig/ui/optjsearchpage.ui:101
+#: cui/uiconfig/ui/optjsearchpage.ui:114
msgctxt "optjsearchpage|matchminusdashchoon"
msgid "_minus/dash/cho-on"
msgstr "_መቀነሻ/ጭረት/cho-on"
+#. pkg8E
+#: cui/uiconfig/ui/optjsearchpage.ui:123
+msgctxt "extended_tip|matchminusdashchoon"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. hYq5H
-#: cui/uiconfig/ui/optjsearchpage.ui:118
+#: cui/uiconfig/ui/optjsearchpage.ui:134
msgctxt "optjsearchpage|matchrepeatcharmarks"
msgid "'re_peat character' marks"
msgstr "'መድ_ገሚያ የ ባህሪ' ምልክቶች"
+#. fHHv6
+#: cui/uiconfig/ui/optjsearchpage.ui:143
+msgctxt "extended_tip|matchrepeatcharmarks"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. 62963
-#: cui/uiconfig/ui/optjsearchpage.ui:135
+#: cui/uiconfig/ui/optjsearchpage.ui:154
msgctxt "optjsearchpage|matchvariantformkanji"
msgid "_variant-form kanji (itaiji)"
msgstr "_variant-form kanji (itaiji)"
+#. EQ6FA
+#: cui/uiconfig/ui/optjsearchpage.ui:163
+msgctxt "extended_tip|matchvariantformkanji"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. ghXPH
-#: cui/uiconfig/ui/optjsearchpage.ui:152
+#: cui/uiconfig/ui/optjsearchpage.ui:174
msgctxt "optjsearchpage|matcholdkanaforms"
msgid "_old Kana forms"
msgstr "_old Kana forms"
+#. 2WWSU
+#: cui/uiconfig/ui/optjsearchpage.ui:183
+msgctxt "extended_tip|matcholdkanaforms"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. Wxc7u
-#: cui/uiconfig/ui/optjsearchpage.ui:169
+#: cui/uiconfig/ui/optjsearchpage.ui:194
msgctxt "optjsearchpage|matchdiziduzu"
msgid "_di/zi, du/zu"
msgstr "_di/zi, du/zu"
+#. EBvfD
+#: cui/uiconfig/ui/optjsearchpage.ui:203
+msgctxt "extended_tip|matchdiziduzu"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. mAzGZ
-#: cui/uiconfig/ui/optjsearchpage.ui:186
+#: cui/uiconfig/ui/optjsearchpage.ui:214
msgctxt "optjsearchpage|matchbavahafa"
msgid "_ba/va, ha/fa"
msgstr "_ba/va, ha/fa"
+#. QMJfK
+#: cui/uiconfig/ui/optjsearchpage.ui:223
+msgctxt "extended_tip|matchbavahafa"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. MJAYD
-#: cui/uiconfig/ui/optjsearchpage.ui:203
+#: cui/uiconfig/ui/optjsearchpage.ui:234
msgctxt "optjsearchpage|matchtsithichidhizi"
msgid "_tsi/thi/chi, dhi/zi"
msgstr "_tsi/thi/chi, dhi/zi"
+#. WBzBC
+#: cui/uiconfig/ui/optjsearchpage.ui:243
+msgctxt "extended_tip|matchtsithichidhizi"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. CDA8F
-#: cui/uiconfig/ui/optjsearchpage.ui:220
+#: cui/uiconfig/ui/optjsearchpage.ui:254
msgctxt "optjsearchpage|matchhyuiyubyuvyu"
msgid "h_yu/fyu, byu/vyu"
msgstr "h_yu/fyu, byu/vyu"
+#. ZHDR5
+#: cui/uiconfig/ui/optjsearchpage.ui:263
+msgctxt "extended_tip|matchhyuiyubyuvyu"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. MsCme
-#: cui/uiconfig/ui/optjsearchpage.ui:237
+#: cui/uiconfig/ui/optjsearchpage.ui:274
msgctxt "optjsearchpage|matchseshezeje"
msgid "_se/she, ze/je"
msgstr "_se/she, ze/je"
+#. ZgHGb
+#: cui/uiconfig/ui/optjsearchpage.ui:283
+msgctxt "extended_tip|matchseshezeje"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. nRKqj
-#: cui/uiconfig/ui/optjsearchpage.ui:254
+#: cui/uiconfig/ui/optjsearchpage.ui:294
msgctxt "optjsearchpage|matchiaiya"
msgid "_ia/iya (piano/piyano)"
msgstr "_ia/iya (piano/piyano)"
+#. SANdY
+#: cui/uiconfig/ui/optjsearchpage.ui:303
+msgctxt "extended_tip|matchiaiya"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. 4i3uv
-#: cui/uiconfig/ui/optjsearchpage.ui:271
+#: cui/uiconfig/ui/optjsearchpage.ui:314
msgctxt "optjsearchpage|matchkiku"
msgid "_ki/ku (tekisuto/tekusuto)"
msgstr "_ki/ku (tekisuto/tekusuto)"
+#. s4qyS
+#: cui/uiconfig/ui/optjsearchpage.ui:323
+msgctxt "extended_tip|matchkiku"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. eEXX5
-#: cui/uiconfig/ui/optjsearchpage.ui:288
+#: cui/uiconfig/ui/optjsearchpage.ui:334
msgctxt "optjsearchpage|matchprolongedsoundmark"
msgid "Prolon_ged vowels (ka-/kaa)"
msgstr "Prolon_ged vowels (ka-/kaa)"
+#. rRCUA
+#: cui/uiconfig/ui/optjsearchpage.ui:343
+msgctxt "extended_tip|matchprolongedsoundmark"
+msgid "Specifies the options to be treated as equal in a search."
+msgstr "እንደ እኩል የሚታየውን መፈለጊያ መወሰኛ "
+
#. rPGGZ
-#: cui/uiconfig/ui/optjsearchpage.ui:311
+#: cui/uiconfig/ui/optjsearchpage.ui:360
msgctxt "optjsearchpage|label1"
msgid "Treat as Equal"
msgstr "እንደ እኩል መቁጠሪያ"
#. wT3mJ
-#: cui/uiconfig/ui/optjsearchpage.ui:345
+#: cui/uiconfig/ui/optjsearchpage.ui:394
msgctxt "optjsearchpage|ignorepunctuation"
msgid "Pu_nctuation characters"
msgstr "የ ስርአተ ነጥ_ብ ባህሪዎች"
+#. zACWR
+#: cui/uiconfig/ui/optjsearchpage.ui:403
+msgctxt "extended_tip|ignorepunctuation"
+msgid "Specifies the characters to be ignored."
+msgstr "የሚተወውን ባህሪ መወሰኛ "
+
#. 5JD7N
-#: cui/uiconfig/ui/optjsearchpage.ui:362
+#: cui/uiconfig/ui/optjsearchpage.ui:414
msgctxt "optjsearchpage|ignorewhitespace"
msgid "_Whitespace characters"
msgstr "የ _ነጭ ክፍተት ባህሪዎች"
+#. vyC8h
+#: cui/uiconfig/ui/optjsearchpage.ui:423
+msgctxt "extended_tip|ignorewhitespace"
+msgid "Specifies the characters to be ignored."
+msgstr "የሚተወውን ባህሪ መወሰኛ "
+
#. W92kS
-#: cui/uiconfig/ui/optjsearchpage.ui:379
+#: cui/uiconfig/ui/optjsearchpage.ui:434
msgctxt "optjsearchpage|ignoremiddledot"
msgid "Midd_le dots"
msgstr "የ መሀ_ከል ነጥቦች"
+#. kA2cf
+#: cui/uiconfig/ui/optjsearchpage.ui:443
+msgctxt "extended_tip|ignoremiddledot"
+msgid "Specifies the characters to be ignored."
+msgstr "የሚተወውን ባህሪ መወሰኛ "
+
#. nZXcM
-#: cui/uiconfig/ui/optjsearchpage.ui:405
+#: cui/uiconfig/ui/optjsearchpage.ui:463
msgctxt "optjsearchpage|label2"
msgid "Ignore"
msgstr "መተው"
@@ -11340,294 +14943,504 @@ msgctxt "optlanguagespage|label4"
msgid "_User interface:"
msgstr "የ _ተጠቃሚ ገጽታ:"
+#. PwNF7
+#: cui/uiconfig/ui/optlanguagespage.ui:83
+msgctxt "extended_tip|userinterface"
+msgid "Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME."
+msgstr "ይምረጡ ቋንቋ ለ ተጠቃሚ ገጽታ: ለምሳሌ: ዝርዝር: ንግግር: እርዳታ ፋይሎች: እርስዎ ቢያንስ አንድ ተጨማሪ ቋንቋ ወይንም በርካታ የ ቋንቋ እትም መግጠም አለብዎት %PRODUCTNAME."
+
#. e8VE3
-#: cui/uiconfig/ui/optlanguagespage.ui:95
+#: cui/uiconfig/ui/optlanguagespage.ui:100
msgctxt "optlanguagespage|label1"
msgid "Language Of"
msgstr "ቋንቋ የ"
+#. E3UQs
+#: cui/uiconfig/ui/optlanguagespage.ui:156
+msgctxt "extended_tip|westernlanguage"
+msgid "Specifies the language used for the spellcheck function in western alphabets."
+msgstr "ለ ፊደል ማረሚያ ተግባር የ ተጠቀሙትን ቋንቋ መወሰኛ በ ምእራባውያን ፊደሎች "
+
+#. oP5CC
+#: cui/uiconfig/ui/optlanguagespage.ui:188
+msgctxt "extended_tip|asianlanguage"
+msgid "Specifies the language used for the spellcheck function in Asian alphabets."
+msgstr "ለ ፊደል ማረሚያ ተግባር የ ተጠቀሙትን ቋንቋ መወሰኛ በ እሲያ ፊደሎች "
+
+#. cZNNA
+#: cui/uiconfig/ui/optlanguagespage.ui:220
+msgctxt "extended_tip|complexlanguage"
+msgid "Specifies the language for the complex text layout spellcheck."
+msgstr "ለ ውስብስብ ጽሁፍ እቅድ ፊደል ማረሚያ ቋንቋ መወሰኛ "
+
#. 3JLVm
-#: cui/uiconfig/ui/optlanguagespage.ui:211
+#: cui/uiconfig/ui/optlanguagespage.ui:231
msgctxt "optlanguagespage|currentdoc"
msgid "For the current document only"
msgstr "ለ አሁኑ ሰነድ ብቻ"
+#. Xg3qT
+#: cui/uiconfig/ui/optlanguagespage.ui:241
+msgctxt "extended_tip|currentdoc"
+msgid "Specifies that the settings for default languages are valid only for the current document."
+msgstr "ለ ነባር ቋንቋ ማሰናጃ መወሰኛ ዋጋ የሚኖረው ለ አሁኑ ሰነድ ብቻ ነው "
+
#. zeaKX
-#: cui/uiconfig/ui/optlanguagespage.ui:227
+#: cui/uiconfig/ui/optlanguagespage.ui:252
msgctxt "optlanguagespage|ctlsupport"
msgid "Complex _text layout:"
msgstr "ውስብስብ የ _ጽሁፍ እቅድ:"
+#. gTEDf
+#: cui/uiconfig/ui/optlanguagespage.ui:261
+msgctxt "extended_tip|ctlsupport"
+msgid "Activates complex text layout support. You can now modify the settings corresponding to complex text layout in %PRODUCTNAME."
+msgstr "ማስጀመሪያ የ ውስብስብ ጽሁፍ እቅድ ድጋፍ: እርስዎ አሁን ማሻሻል ይችላሉ ተመሳሳይ የ ውስብስብ የ ጽሁፍ እቅድ በ %PRODUCTNAME."
+
#. mpLF7
-#: cui/uiconfig/ui/optlanguagespage.ui:242
+#: cui/uiconfig/ui/optlanguagespage.ui:272
msgctxt "optlanguagespage|asiansupport"
msgid "Asian:"
msgstr "Asian:"
+#. GT6AZ
+#: cui/uiconfig/ui/optlanguagespage.ui:281
+msgctxt "extended_tip|asiansupport"
+msgid "Activates Asian languages support. You can now modify the corresponding Asian language settings in %PRODUCTNAME."
+msgstr "ማስጀመሪያ የ እስያ ቋንቋ ድጋፍ: እርስዎ አሁን ማሻሻል ይችላሉ ተመሳሳይ የ እስያ ቋንቋ ማሰናጃ በ %PRODUCTNAME."
+
#. QwDAK
-#: cui/uiconfig/ui/optlanguagespage.ui:259
+#: cui/uiconfig/ui/optlanguagespage.ui:294
msgctxt "optlanguagespage|western"
msgid "Western:"
msgstr "Western:"
#. K62Ex
-#: cui/uiconfig/ui/optlanguagespage.ui:280
+#: cui/uiconfig/ui/optlanguagespage.ui:315
msgctxt "optlanguagespage|label2"
msgid "Default Languages for Documents"
msgstr "ነባር ቋንቋ ለ ሰነዶች"
#. 25J4E
-#: cui/uiconfig/ui/optlanguagespage.ui:311
+#: cui/uiconfig/ui/optlanguagespage.ui:346
msgctxt "optlanguagespage|ignorelanguagechange"
msgid "Ignore s_ystem input language"
msgstr "የ_ስርአቱን ቋንቋ ማስገቢያ መተው"
+#. CCumn
+#: cui/uiconfig/ui/optlanguagespage.ui:355
+msgctxt "extended_tip|ignorelanguagechange"
+msgid "Indicates whether changes to the system input language/keyboard will be ignored. If ignored, when new text is typed that text will follow the language of the document or current paragraph, not the current system language."
+msgstr "መጠቆሚያ ለውጦች በ ስርአቱ ውጤት ቋንቋ/የ ፊደል ገበታ ይተው እንደሆን መወሰኛ: ከ ተተወ: አዲስ ጽሁፍ በሚጻፍ ጊዜ የ ሰነዱን ቋንቋ ይጠቀማል: ወይንም የ አሁኑን አንቀጽ: የ አሁኑን የ ስርአቱን ቋንቋ አይደለም "
+
#. 83eTv
-#: cui/uiconfig/ui/optlanguagespage.ui:332
+#: cui/uiconfig/ui/optlanguagespage.ui:372
msgctxt "optlanguagespage|label3"
msgid "Enhanced Language Support"
msgstr "የ ቋንቋ ድጋፍ ማሻሻያ"
#. XqCkq
-#: cui/uiconfig/ui/optlanguagespage.ui:369
+#: cui/uiconfig/ui/optlanguagespage.ui:409
msgctxt "optlanguagespage|localesettingFT"
msgid "Locale setting:"
msgstr "ቋንቋ ማሰናጃ:"
#. Zyao3
-#: cui/uiconfig/ui/optlanguagespage.ui:383
+#: cui/uiconfig/ui/optlanguagespage.ui:423
msgctxt "optlanguagespage|label6"
msgid "Decimal separator key:"
msgstr "የ ዴሲማል መለያ ቁልፍ:"
#. cuqUB
-#: cui/uiconfig/ui/optlanguagespage.ui:397
+#: cui/uiconfig/ui/optlanguagespage.ui:437
msgctxt "optlanguagespage|defaultcurrency"
msgid "_Default currency:"
msgstr "_ነባር ገንዘብ:"
#. XmgPh
-#: cui/uiconfig/ui/optlanguagespage.ui:411
+#: cui/uiconfig/ui/optlanguagespage.ui:451
msgctxt "optlanguagespage|dataaccpatterns"
msgid "Date acceptance _patterns:"
msgstr "ቀን ተቀባይነት ያለው _ምሳሌዎች:"
+#. yBkAN
+#: cui/uiconfig/ui/optlanguagespage.ui:469
+msgctxt "extended_tip|localesetting"
+msgid "Specifies the locale setting of the country setting. This influences settings for numbering, currency and units of measure."
+msgstr "መግለጫ ለ ቋንቋ ማሰናጃዎች ለ አገር ማሰናጃዎች: ይህ ማሰናጃ ተፅእኖ አለው ለ ቁጥር መስጫ: ለ ገንዘብ: እና መለኪያ ክፍል "
+
+#. XqESm
+#: cui/uiconfig/ui/optlanguagespage.ui:486
+msgctxt "extended_tip|currencylb"
+msgid "Specifies the default currency that is used for the currency format and the currency fields."
+msgstr "የሚጠቀሙትን ነባር የ ገንዘብ አቀራረብ እና የ ገንዘብ ሜዳዎች ይወስኑ "
+
+#. eNFJn
+#: cui/uiconfig/ui/optlanguagespage.ui:504
+msgctxt "extended_tip|datepatterns"
+msgid "Specifies the date acceptance patterns for the current locale. Calc spreadsheet and Writer table cell input needs to match locale dependent date acceptance patterns before it is recognized as a valid date."
+msgstr "የሚቀበሉትን የ ቀን አይነት ለ አሁኑ ቋንቋ መወሰኛ: ሰንጠረዥ እና መጻፊያ ክፍል ማስገቢያዎች ቋንቋውን መመሳሰል አለባቸው የሚቀበሉትን የ ቀን አይነት እንደ ዋጋ ያለው የ ቀን ማስገቢያ ከ መታወቁ በፊት "
+
#. WoNAA
-#: cui/uiconfig/ui/optlanguagespage.ui:460
+#: cui/uiconfig/ui/optlanguagespage.ui:515
msgctxt "optlanguagespage|decimalseparator"
msgid "_Same as locale setting ( %1 )"
msgstr "_ተመሳሳይ እንደ ቋንቋ ማሰናጃ ( %1 )"
+#. G5VXy
+#: cui/uiconfig/ui/optlanguagespage.ui:524
+msgctxt "extended_tip|decimalseparator"
+msgid "Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad."
+msgstr "የ ዴሲማል መለያያ ቁልፍ በ እርስዎ ስርአት የ ተሰናዳ ለ መጠቀም ይወስኑ: እርስዎ በሚጫኑ ጊዜ እያንዳንዱን ቁልፍ በ ቁጥር ገበታ ላይ "
+
#. BGtpx
-#: cui/uiconfig/ui/optlanguagespage.ui:481
+#: cui/uiconfig/ui/optlanguagespage.ui:541
msgctxt "optlanguagespage|label7"
msgid "Formats"
msgstr ""
+#. HASiD
+#: cui/uiconfig/ui/optlanguagespage.ui:555
+msgctxt "extended_tip|OptLanguagesPage"
+msgid "Defines the default languages and some other locale settings for documents."
+msgstr "ለ ሰነዶች ነባር ቋንቋዎች እና ለ አንዳንድ ቋንቋ ማሰናጃዎች መግለጫ "
+
+#. CgUDR
+#: cui/uiconfig/ui/optlingupage.ui:136
+msgctxt "lingumodules"
+msgid "Contains the installed language modules."
+msgstr ""
+
#. 8kxYC
-#: cui/uiconfig/ui/optlingupage.ui:141
+#: cui/uiconfig/ui/optlingupage.ui:149
msgctxt "optlingupage|lingumodulesedit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
#. va3tH
-#: cui/uiconfig/ui/optlingupage.ui:149
+#: cui/uiconfig/ui/optlingupage.ui:157
msgctxt "optlingupage|lingumodulesedit-atkobject"
msgid "Edit Available language modules"
msgstr "ዝግጁ የ ቋንቋ ክፍሎች ማረሚያ"
-#. 2LJ2C
-#: cui/uiconfig/ui/optlingupage.ui:172
+#. peVgj
+#: cui/uiconfig/ui/optlingupage.ui:158
+msgctxt "lingumodulesedit"
+msgid "To edit a language module, select it and click Edit."
+msgstr ""
+
+#. SBvTc
+#: cui/uiconfig/ui/optlingupage.ui:226
msgctxt "optlingupage|lingumodulesft"
-msgid "_Available language modules"
+msgid "_Available Language Modules"
+msgstr ""
+
+#. efvBg
+#: cui/uiconfig/ui/optlingupage.ui:309
+msgctxt "lingudicts"
+msgid "Lists the available user dictionaries."
msgstr ""
#. qBrCR
-#: cui/uiconfig/ui/optlingupage.ui:269
+#: cui/uiconfig/ui/optlingupage.ui:329
msgctxt "optlingupage|lingudictsnew"
msgid "_New..."
msgstr "_አዲስ..."
+#. 9ozFQ
+#: cui/uiconfig/ui/optlingupage.ui:336
+msgctxt "lingudictsnew"
+msgid "Opens the New Dictionary dialog, in which you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
+msgstr ""
+
#. mCu3q
-#: cui/uiconfig/ui/optlingupage.ui:283
+#: cui/uiconfig/ui/optlingupage.ui:348
msgctxt "optlingupage|lingudictsedit"
msgid "Ed_it..."
msgstr "_ማረሚያ..."
#. B7nKn
-#: cui/uiconfig/ui/optlingupage.ui:290
+#: cui/uiconfig/ui/optlingupage.ui:355
msgctxt "optlingupage|lingudictsedit-atkobject"
msgid "Edit User-defined dictionaries"
msgstr "በ ተጠቃሚው-የሚገለጽ መዝገበ ቃላት ማረሚያ"
+#. Y2AmA
+#: cui/uiconfig/ui/optlingupage.ui:356
+msgctxt "lingudictsedit"
+msgid "Opens the Edit custom dictionary dialog, in which you can add to your custom dictionary or edit existing entries."
+msgstr ""
+
#. WCFD5
-#: cui/uiconfig/ui/optlingupage.ui:302
+#: cui/uiconfig/ui/optlingupage.ui:368
msgctxt "optlingupage|lingudictsdelete"
msgid "_Delete"
msgstr "_ማጥፊያ"
-#. hUBdn
-#: cui/uiconfig/ui/optlingupage.ui:328
+#. LXG4L
+#: cui/uiconfig/ui/optlingupage.ui:375
+msgctxt "lingudictsdelete"
+msgid "Deletes the selected dictionary after a confirmation, provided it is not write-protected."
+msgstr ""
+
+#. qEqZD
+#: cui/uiconfig/ui/optlingupage.ui:420
msgctxt "optlingupage|lingudictsft"
-msgid "_User-defined dictionaries"
+msgid "_User-defined Dictionaries"
msgstr ""
-#. XCpcE
-#: cui/uiconfig/ui/optlingupage.ui:365
-msgctxt "optlingupage|moredictslink"
-msgid "Get more dictionaries online..."
-msgstr "በመስመር ላይ ተጨማሪ መዝገበ ቃላቶች ያግኙ..."
+#. sE9tc
+#: cui/uiconfig/ui/optlingupage.ui:505
+msgctxt "linguoptions"
+msgid "Defines the options for the spellcheck and hyphenation."
+msgstr ""
#. 58e5v
-#: cui/uiconfig/ui/optlingupage.ui:436
+#: cui/uiconfig/ui/optlingupage.ui:518
msgctxt "optlingupage|linguoptionsedit"
msgid "Edi_t..."
msgstr "ማረሚ_ያ ..."
#. 5MSSC
-#: cui/uiconfig/ui/optlingupage.ui:444
+#: cui/uiconfig/ui/optlingupage.ui:526
msgctxt "optlingupage|linguoptionsedit-atkobject"
msgid "Edit Options"
msgstr "የ ማረሚያ ምርጫዎች"
+#. f85qm
+#: cui/uiconfig/ui/optlingupage.ui:527
+msgctxt "linguoptionsedit"
+msgid "If you want to change a value, select the entry and then click Edit."
+msgstr ""
+
+#. XCpcE
+#: cui/uiconfig/ui/optlingupage.ui:554
+msgctxt "optlingupage|moredictslink"
+msgid "Get more dictionaries online..."
+msgstr "በመስመር ላይ ተጨማሪ መዝገበ ቃላቶች ያግኙ..."
+
#. gardH
-#: cui/uiconfig/ui/optlingupage.ui:461
+#: cui/uiconfig/ui/optlingupage.ui:597
msgctxt "optlingupage|label4"
msgid "_Options"
msgstr ""
+#. ARk3s
+#: cui/uiconfig/ui/optlingupage.ui:632
+msgctxt "OptLinguPage"
+msgid "Specifies the properties of the spelling, thesaurus and hyphenation."
+msgstr ""
+
#. ADZ8E
#: cui/uiconfig/ui/optnewdictionarydialog.ui:8
msgctxt "optnewdictionarydialog|OptNewDictionaryDialog"
msgid "New Dictionary"
msgstr "አዲስ መዝገበ ቃላት"
+#. oWC8W
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:104
+msgctxt "nameedit"
+msgid "Specifies the name of the new custom dictionary."
+msgstr ""
+
#. XucrZ
-#: cui/uiconfig/ui/optnewdictionarydialog.ui:112
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:117
msgctxt "optnewdictionarydialog|name_label"
msgid "_Name:"
msgstr "_ስም:"
#. ypeEr
-#: cui/uiconfig/ui/optnewdictionarydialog.ui:126
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:131
msgctxt "optnewdictionarydialog|language_label"
msgid "_Language:"
msgstr "_ቋንቋ:"
#. SmQV7
-#: cui/uiconfig/ui/optnewdictionarydialog.ui:138
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:143
msgctxt "optnewdictionarydialog|except"
msgid "_Exception (-)"
msgstr "_የተለየ (-)"
+#. saphk
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:152
+msgctxt "except"
+msgid "Specifies whether you wish to avoid certain words in your documents."
+msgstr ""
+
+#. VJQ4d
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:175
+msgctxt "language"
+msgid "By selecting a certain language you can limit the use of the custom dictionary."
+msgstr ""
+
#. CpgB2
-#: cui/uiconfig/ui/optnewdictionarydialog.ui:177
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:192
msgctxt "optnewdictionarydialog|label1"
msgid "Dictionary"
msgstr "መዝገበ ቃላት"
+#. Vbp6F
+#: cui/uiconfig/ui/optnewdictionarydialog.ui:217
+msgctxt "OptNewDictionaryDialog"
+msgid "In the Dictionary section you can name a new user-defined dictionary or dictionary of exceptions and specify the language."
+msgstr ""
+
#. n6vQH
#: cui/uiconfig/ui/optonlineupdatepage.ui:34
msgctxt "optonlineupdatepage|autocheck"
msgid "_Check for updates automatically"
msgstr "ራሱ በራሱ ማሻሻያ _መፈለጊያ"
+#. k3qNc
+#: cui/uiconfig/ui/optonlineupdatepage.ui:43
+msgctxt "extended_tip|autocheck"
+msgid "Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates."
+msgstr "አልፎ አልፎ ማሻሻያ በ መስመር ላይ እንዲፈልግ ምልክት ያድርጉ:እና ከዛ ይምረጡ %PRODUCTNAME ምን ያህል ጊዜ እያረፈ እንደሚፈልግ "
+
#. Hbe2C
-#: cui/uiconfig/ui/optonlineupdatepage.ui:60
+#: cui/uiconfig/ui/optonlineupdatepage.ui:64
msgctxt "optonlineupdatepage|everyday"
msgid "Every da_y"
msgstr "በየ ቀ_ኑ"
+#. yFD8D
+#: cui/uiconfig/ui/optonlineupdatepage.ui:74
+msgctxt "extended_tip|everyday"
+msgid "A check will be performed once a day."
+msgstr "በ ቀን አንድ ጊዜ ምርመራ ይፈጽማል "
+
#. 3zd7m
-#: cui/uiconfig/ui/optonlineupdatepage.ui:76
+#: cui/uiconfig/ui/optonlineupdatepage.ui:85
msgctxt "optonlineupdatepage|everyweek"
msgid "Every _week"
msgstr "በየ _ሳምንቱ"
+#. Xcj78
+#: cui/uiconfig/ui/optonlineupdatepage.ui:95
+msgctxt "extended_tip|everyweek"
+msgid "A check will be performed once a week. This is the default setting."
+msgstr "በየ ሳምንቱ አንድ ጊዜ ምርመራ ይፈጽማል "
+
#. 29exv
-#: cui/uiconfig/ui/optonlineupdatepage.ui:92
+#: cui/uiconfig/ui/optonlineupdatepage.ui:106
msgctxt "optonlineupdatepage|everymonth"
msgid "Every _month"
msgstr "በየ _ወሩ"
+#. oEWBt
+#: cui/uiconfig/ui/optonlineupdatepage.ui:116
+msgctxt "extended_tip|everymonth"
+msgid "A check will be performed once a month."
+msgstr "በየ ወሩ አንድ ጊዜ ምርመራ ይፈጽማል "
+
#. pGuvH
-#: cui/uiconfig/ui/optonlineupdatepage.ui:117
+#: cui/uiconfig/ui/optonlineupdatepage.ui:136
msgctxt "optonlineupdatepage|checknow"
msgid "Check _Now"
msgstr "_አሁን መመርመሪያ"
+#. 4DhgF
+#: cui/uiconfig/ui/optonlineupdatepage.ui:144
+msgctxt "extended_tip|checknow"
+msgid "A check will be performed now."
+msgstr "አሁን ፍለጋ ይፈጽማል "
+
#. UvuAC
-#: cui/uiconfig/ui/optonlineupdatepage.ui:145
+#: cui/uiconfig/ui/optonlineupdatepage.ui:169
msgctxt "optonlineupdatepage|lastchecked"
msgid "Last checked: %DATE%, %TIME%"
msgstr "መጨረሻ የ ተመረመረው: %DATE%, %TIME%"
#. rw57A
-#: cui/uiconfig/ui/optonlineupdatepage.ui:158
+#: cui/uiconfig/ui/optonlineupdatepage.ui:182
msgctxt "optonlineupdatepage|neverchecked"
msgid "Last checked: Not yet"
msgstr "መጨረሻ የ ተመረመረው:"
#. DWDdu
-#: cui/uiconfig/ui/optonlineupdatepage.ui:206
+#: cui/uiconfig/ui/optonlineupdatepage.ui:230
msgctxt "optonlineupdatepage|autodownload"
msgid "_Download updates automatically"
msgstr "ማሻሻያውን ራሱ በራሱ _ማውረጃ"
+#. 5TCn4
+#: cui/uiconfig/ui/optonlineupdatepage.ui:239
+msgctxt "extended_tip|autodownload"
+msgid "Enable the automatic download of updates to the specified folder."
+msgstr "ራሱ በራሱ ማውረጃ ማስቻያ ለ ማሻሻያዎች ለ ተወሰነው ፎልደር "
+
#. AmVMh
-#: cui/uiconfig/ui/optonlineupdatepage.ui:233
+#: cui/uiconfig/ui/optonlineupdatepage.ui:262
msgctxt "optonlineupdatepage|changepath"
msgid "Ch_ange..."
msgstr "መቀ_የሪያ..."
+#. mCu2A
+#: cui/uiconfig/ui/optonlineupdatepage.ui:270
+msgctxt "extended_tip|changepath"
+msgid "Click to select the destination folder for downloaded files."
+msgstr ""
+
#. iCVFj
-#: cui/uiconfig/ui/optonlineupdatepage.ui:254
+#: cui/uiconfig/ui/optonlineupdatepage.ui:288
msgctxt "optonlineupdatepage|destpathlabel"
msgid "Download destination:"
msgstr "የወረዱ መድረሻ:"
+#. j2D7W
+#: cui/uiconfig/ui/optonlineupdatepage.ui:292
+msgctxt "extended_tip|destpathlabel"
+msgid "Click to select the destination folder for downloaded files."
+msgstr ""
+
#. vDRC5
-#: cui/uiconfig/ui/optonlineupdatepage.ui:299
+#: cui/uiconfig/ui/optonlineupdatepage.ui:338
msgctxt "optonlineupdatepage|labeldest"
msgid "Download Destination"
msgstr ""
#. JqAh4
-#: cui/uiconfig/ui/optonlineupdatepage.ui:333
+#: cui/uiconfig/ui/optonlineupdatepage.ui:372
msgctxt "optonlineupdatepage|extrabits"
msgid "_Send OS version and basic hardware information"
msgstr "የ OS እትም እና መሰረታዊ ጠንካራ አካል መረጃ _መላኪያ"
#. b95Sc
-#: cui/uiconfig/ui/optonlineupdatepage.ui:337
+#: cui/uiconfig/ui/optonlineupdatepage.ui:376
msgctxt "optonlineupdatepage|extrabits|tooltip_text"
msgid "This information lets us make optimizations for your hardware and operating system."
msgstr "ይህ መረጃ እኛን የሚጠቅመው የ እርስዎን ጠንካራ አካል እና መስሪያ ስርአት ውጤታማ ለማድረግ ነው"
#. f2Wtr
-#: cui/uiconfig/ui/optonlineupdatepage.ui:362
+#: cui/uiconfig/ui/optonlineupdatepage.ui:401
msgctxt "optonlineupdatepage|useragent_label"
msgid "User Agent:"
msgstr "የ ተጠቃሚ ወኪል:"
#. agWbu
-#: cui/uiconfig/ui/optonlineupdatepage.ui:374
+#: cui/uiconfig/ui/optonlineupdatepage.ui:413
msgctxt "optonlineupdatepage|useragent_changed"
msgid "Hit apply to update"
msgstr "ይጫኑ መፈጸሚያ ለ ማሻሻል"
#. ZC9EF
-#: cui/uiconfig/ui/optonlineupdatepage.ui:412
+#: cui/uiconfig/ui/optonlineupdatepage.ui:451
msgctxt "optonlineupdatepage|labelagent"
msgid "User Agent"
msgstr ""
#. 3J5As
-#: cui/uiconfig/ui/optonlineupdatepage.ui:431
+#: cui/uiconfig/ui/optonlineupdatepage.ui:470
msgctxt "optonlineupdatepage|label1"
msgid "Online Update Options"
msgstr "በመስመር ላይ የማሻሻያ ምርጫ"
+#. aJHdb
+#: cui/uiconfig/ui/optonlineupdatepage.ui:478
+msgctxt "extended_tip|OptOnlineUpdatePage"
+msgid "Specifies some options for the automatic notification and downloading of online updates to %PRODUCTNAME."
+msgstr "አንዳንድ ምርጫ መወሰኛ ለ ራሱ በራሱ ማስታወቂያ እና ማውረጃ በ መስመር ላይ ማሻሻያ %PRODUCTNAME."
+
#. QYxCN
#: cui/uiconfig/ui/optopenclpage.ui:29
msgctxt "optopenclpage|useopencl"
@@ -11670,283 +15483,445 @@ msgctxt "optpathspage|internal_paths"
msgid "Internal Paths"
msgstr ""
+#. RS5BX
+#: cui/uiconfig/ui/optpathspage.ui:130
+msgctxt "paths"
+msgid "To modify an entry in this list, click the entry and click Edit. You can also double click the entry."
+msgstr ""
+
#. rfDum
-#: cui/uiconfig/ui/optpathspage.ui:145
+#: cui/uiconfig/ui/optpathspage.ui:150
msgctxt "optpathspage|label1"
msgid "Paths used by %PRODUCTNAME"
msgstr "የተጠቀሙዋቸው መንገዶች በ %PRODUCTNAME"
#. k8MmB
-#: cui/uiconfig/ui/optpathspage.ui:166
+#: cui/uiconfig/ui/optpathspage.ui:171
msgctxt "optpathspage|default"
msgid "_Default"
msgstr "_ነባር"
+#. U2Nkh
+#: cui/uiconfig/ui/optpathspage.ui:178
+msgctxt "default"
+msgid "The Default button resets the predefined paths for all selected entries."
+msgstr ""
+
#. q8JFc
-#: cui/uiconfig/ui/optpathspage.ui:180
+#: cui/uiconfig/ui/optpathspage.ui:190
msgctxt "optpathspage|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
+#. LTD6T
+#: cui/uiconfig/ui/optpathspage.ui:197
+msgctxt "edit"
+msgid "Click to display the Select Path or Edit Paths dialog."
+msgstr ""
+
+#. G5xyX
+#: cui/uiconfig/ui/optpathspage.ui:216
+msgctxt "OptPathsPage"
+msgid "This section contains the default paths to important folders in %PRODUCTNAME. These paths can be edited by the user."
+msgstr ""
+
#. pQEWv
#: cui/uiconfig/ui/optproxypage.ui:30
msgctxt "optproxypage|label2"
msgid "Proxy s_erver:"
msgstr "ወኪል ሰ_ርቨር:"
+#. KLjce
+#: cui/uiconfig/ui/optproxypage.ui:49
+msgctxt "extended_tip|http"
+msgid "Type the name of the proxy server for HTTP."
+msgstr "የ ወኪል ሰርቨር ስም ይጻፉ ለ HTTP."
+
+#. 4Aszp
+#: cui/uiconfig/ui/optproxypage.ui:67
+msgctxt "extended_tip|https"
+msgid "Type the name of the proxy server for HTTPS. Type the port in the right-hand field."
+msgstr "የ ወኪል ሰርቨር ስም ይጻፉ ለ HTTP: ይጻፉ port በ ቀኝ-እጅ በኩል ባለው ሜዳ ውስጥ"
+
+#. wtMPj
+#: cui/uiconfig/ui/optproxypage.ui:85
+msgctxt "extended_tip|ftp"
+msgid "Type the name of the proxy server for FTP."
+msgstr "የ ወኪል ሰርቨር ስም ይጻፉ ለ FTP."
+
+#. 6oaAC
+#: cui/uiconfig/ui/optproxypage.ui:103
+msgctxt "extended_tip|noproxy"
+msgid "Specifies the names of the servers that do not require any proxy servers, separated by semicolons."
+msgstr "የ ሰርቨሮች ስም መወሰኛ የ ወኪል ሰርቨሮች የማይፈልግ በ ሴሚኮለን የ ተለያየ "
+
+#. DyExz
+#: cui/uiconfig/ui/optproxypage.ui:123
+msgctxt "extended_tip|httpport"
+msgid "Type the port for the corresponding proxy server."
+msgstr "ይጻፉ port ለ ተመሳሳይ ወኪል ሰቨር "
+
+#. 5RqLF
+#: cui/uiconfig/ui/optproxypage.ui:143
+msgctxt "extended_tip|httpsport"
+msgid "Type the port for the corresponding proxy server."
+msgstr "ይጻፉ port ለ ተመሳሳይ ወኪል ሰቨር "
+
+#. sTzye
+#: cui/uiconfig/ui/optproxypage.ui:163
+msgctxt "extended_tip|ftpport"
+msgid "Type the port for the corresponding proxy server."
+msgstr "ይጻፉ port ለ ተመሳሳይ ወኪል ሰቨር "
+
#. LBWG4
-#: cui/uiconfig/ui/optproxypage.ui:142
+#: cui/uiconfig/ui/optproxypage.ui:177
msgctxt "optproxypage|proxymode"
msgid "None"
msgstr "ምንም"
#. 9BdbA
-#: cui/uiconfig/ui/optproxypage.ui:143
+#: cui/uiconfig/ui/optproxypage.ui:178
msgctxt "optproxypage|proxymode"
msgid "System"
msgstr "ስርአት"
#. 8D2Di
-#: cui/uiconfig/ui/optproxypage.ui:144
+#: cui/uiconfig/ui/optproxypage.ui:179
msgctxt "optproxypage|proxymode"
msgid "Manual"
msgstr "በእጅ የሚሰራ"
+#. k9TRd
+#: cui/uiconfig/ui/optproxypage.ui:183
+msgctxt "extended_tip|proxymode"
+msgid "Specifies the type of proxy definition."
+msgstr "እርስዎ የሚፈልጉትን የ ወኪል መግለጫ አይነት ይወስኑ "
+
#. pkdvs
-#: cui/uiconfig/ui/optproxypage.ui:156
+#: cui/uiconfig/ui/optproxypage.ui:196
msgctxt "optproxypage|httpft"
msgid "HT_TP proxy:"
msgstr "HT_TP proxy:"
#. dGMMs
-#: cui/uiconfig/ui/optproxypage.ui:170
+#: cui/uiconfig/ui/optproxypage.ui:210
msgctxt "optproxypage|httpportft"
msgid "_Port:"
msgstr "_Port:"
#. 5tuq7
-#: cui/uiconfig/ui/optproxypage.ui:183
+#: cui/uiconfig/ui/optproxypage.ui:223
msgctxt "optproxypage|httpsft"
msgid "HTTP_S proxy:"
msgstr "HTTP_S proxy:"
#. egcgL
-#: cui/uiconfig/ui/optproxypage.ui:197
+#: cui/uiconfig/ui/optproxypage.ui:237
msgctxt "optproxypage|ftpft"
msgid "_FTP proxy:"
msgstr "_FTP proxy:"
#. ZaUmG
-#: cui/uiconfig/ui/optproxypage.ui:211
+#: cui/uiconfig/ui/optproxypage.ui:251
msgctxt "optproxypage|noproxyft"
msgid "_No proxy for:"
msgstr "_ወኪል የለም ለ :"
#. UynC6
-#: cui/uiconfig/ui/optproxypage.ui:225
+#: cui/uiconfig/ui/optproxypage.ui:265
msgctxt "optproxypage|httpsportft"
msgid "P_ort:"
msgstr "P_ort:"
#. kmBDu
-#: cui/uiconfig/ui/optproxypage.ui:238
+#: cui/uiconfig/ui/optproxypage.ui:278
msgctxt "optproxypage|ftpportft"
msgid "P_ort:"
msgstr "P_ort:"
#. RW6E4
-#: cui/uiconfig/ui/optproxypage.ui:251
+#: cui/uiconfig/ui/optproxypage.ui:291
msgctxt "optproxypage|noproxydesc"
msgid "Separator ;"
msgstr "መለያያ ;"
#. FzAg6
-#: cui/uiconfig/ui/optproxypage.ui:274
+#: cui/uiconfig/ui/optproxypage.ui:314
msgctxt "optproxypage|label1"
msgid "Settings"
msgstr "ማሰናጃዎች"
+#. S7T5C
+#: cui/uiconfig/ui/optproxypage.ui:322
+msgctxt "extended_tip|OptProxyPage"
+msgid "Specifies the type of proxy definition."
+msgstr "እርስዎ የሚፈልጉትን የ ወኪል መግለጫ አይነት ይወስኑ "
+
#. Cdbvg
#: cui/uiconfig/ui/optsavepage.ui:36
msgctxt "optsavepage|load_docprinter"
msgid "Load printer settings with the document"
msgstr "የ ማተሚያ ማሰናጃ መጫኛ በ ሰነድ"
+#. 69Rzq
+#: cui/uiconfig/ui/optsavepage.ui:45
+msgctxt "load_docprinter"
+msgid "If enabled, the printer settings will be loaded with the document. This can cause a document to be printed on a distant printer, if you do not change the printer manually in the Print dialog. If disabled, your standard printer will be used to print this document. The current printer settings will be stored with the document whether or not this option is checked."
+msgstr ""
+
#. VdFnA
-#: cui/uiconfig/ui/optsavepage.ui:51
+#: cui/uiconfig/ui/optsavepage.ui:56
msgctxt "optsavepage|load_settings"
msgid "Load user-specific settings with the document"
msgstr "የተጠቃሚውን-የተወሰነ የሰነድ አቀማመጥ መጫኛ"
+#. CjEVo
+#: cui/uiconfig/ui/optsavepage.ui:65
+msgctxt "load_settings"
+msgid "Loads the user-specific settings saved in a document with the document."
+msgstr ""
+
#. js6Gn
-#: cui/uiconfig/ui/optsavepage.ui:72
+#: cui/uiconfig/ui/optsavepage.ui:82
msgctxt "optsavepage|label1"
msgid "Load"
msgstr "መጫኛ"
#. bLvCX
-#: cui/uiconfig/ui/optsavepage.ui:109
+#: cui/uiconfig/ui/optsavepage.ui:119
msgctxt "optsavepage|autosave"
msgid "Save _AutoRecovery information every:"
msgstr "_በራሱ ማዳኛ መረጃ ማስቀመጫ በ የ:"
+#. 6L2Yh
+#: cui/uiconfig/ui/optsavepage.ui:128
+msgctxt "autosave"
+msgid "Specifies that %PRODUCTNAME saves the information needed to restore all open documents in case of a crash. You can specify the saving time interval."
+msgstr ""
+
+#. ipCBG
+#: cui/uiconfig/ui/optsavepage.ui:146
+msgctxt "autosave_spin"
+msgid "Specifies the time interval in minutes for the automatic recovery option."
+msgstr ""
+
#. BN5Js
-#: cui/uiconfig/ui/optsavepage.ui:139
+#: cui/uiconfig/ui/optsavepage.ui:159
msgctxt "optsavepage|autosave_mins"
msgid "minutes"
msgstr "ደቂቃዎች"
#. UKeCt
-#: cui/uiconfig/ui/optsavepage.ui:154
+#: cui/uiconfig/ui/optsavepage.ui:174
msgctxt "optsavepage|userautosave"
msgid "Automatically save the document too"
msgstr "ራሱ በራሱ ሰነዱን ማስቀመጫ ወደ"
+#. udKBa
+#: cui/uiconfig/ui/optsavepage.ui:183
+msgctxt "userautosave"
+msgid "Specifies that %PRODUCTNAME saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does."
+msgstr ""
+
#. kwFtx
-#: cui/uiconfig/ui/optsavepage.ui:169
+#: cui/uiconfig/ui/optsavepage.ui:194
msgctxt "optsavepage|relative_fsys"
msgid "Save URLs relative to file system"
msgstr "URLs ማስቀመጫ ከ ፋይል ስርአት አንፃር"
+#. jDKxF
+#: cui/uiconfig/ui/optsavepage.ui:203
+msgctxt "relative_fsys"
+msgid "Select this box for relative saving of URLs in the file system."
+msgstr ""
+
#. 8xmX3
-#: cui/uiconfig/ui/optsavepage.ui:184
+#: cui/uiconfig/ui/optsavepage.ui:214
msgctxt "optsavepage|docinfo"
msgid "_Edit document properties before saving"
msgstr "የ ሰነዶችን ባህሪዎች ከ ማስቀመጥ በፊት _ማረሚያ"
+#. LSD3v
+#: cui/uiconfig/ui/optsavepage.ui:223
+msgctxt "docinfo"
+msgid "Specifies that the Properties dialog will appear every time you select the Save As command."
+msgstr ""
+
#. ctAxA
-#: cui/uiconfig/ui/optsavepage.ui:199
+#: cui/uiconfig/ui/optsavepage.ui:234
msgctxt "optsavepage|relative_inet"
msgid "Save URLs relative to internet"
msgstr "URLs ማስቀመጫ ከ ኢንተርኔት አንፃር"
+#. WYrQB
+#: cui/uiconfig/ui/optsavepage.ui:243
+msgctxt "relative_inet"
+msgid "Select this box for relative saving of URLs to the Internet."
+msgstr ""
+
#. YsjVX
-#: cui/uiconfig/ui/optsavepage.ui:214
+#: cui/uiconfig/ui/optsavepage.ui:254
msgctxt "optsavepage|backup"
msgid "Al_ways create backup copy"
msgstr "ሁል_ጊዜ ተተኪ ኮፒ መፍጠሪያ"
+#. TtAJZ
+#: cui/uiconfig/ui/optsavepage.ui:263
+msgctxt "backup"
+msgid "Saves the previous version of a document as a backup copy whenever you save a document. Every time %PRODUCTNAME creates a backup copy, the previous backup copy is replaced. The backup copy gets the extension .BAK."
+msgstr ""
+
#. NaGCU
-#: cui/uiconfig/ui/optsavepage.ui:235
+#: cui/uiconfig/ui/optsavepage.ui:280
msgctxt "optsavepage|label2"
msgid "Save"
msgstr "ማስቀመጫ"
#. TDBAs
-#: cui/uiconfig/ui/optsavepage.ui:267
+#: cui/uiconfig/ui/optsavepage.ui:312
msgctxt "optsavepage|warnalienformat"
msgid "Warn when not saving in ODF or default format"
msgstr "በ ODF ወይንም በነባር አቀራረብ ሳይቀምጥ ሲቀር አስጠንቅቀኝ"
+#. zGBEu
+#: cui/uiconfig/ui/optsavepage.ui:321
+msgctxt "warnalienformat"
+msgid "You can choose to get a warning message when you save a document in a format that is not OpenDocument or which you did not set as default format in Load/Save - General in the Options dialog box."
+msgstr ""
+
#. 5ANvD
#. EN-US, the term 'extended' must not be translated.
-#: cui/uiconfig/ui/optsavepage.ui:291
+#: cui/uiconfig/ui/optsavepage.ui:341
msgctxt "optsavepage|odfwarning_label"
msgid "Not using ODF 1.3 Extended may cause information to be lost."
msgstr ""
#. 6Tfns
-#: cui/uiconfig/ui/optsavepage.ui:321
+#: cui/uiconfig/ui/optsavepage.ui:371
msgctxt "optsavepage|odfversion"
msgid "1.0/1.1"
msgstr "1.0/1.1"
#. BJSfi
-#: cui/uiconfig/ui/optsavepage.ui:322
+#: cui/uiconfig/ui/optsavepage.ui:372
msgctxt "optsavepage|odfversion"
msgid "1.2"
msgstr "1.2"
#. k3jkA
-#: cui/uiconfig/ui/optsavepage.ui:323
+#: cui/uiconfig/ui/optsavepage.ui:373
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended (compatibility mode)"
msgstr "1.2 የ ተስፋፋ (የ ተስማሚነቱ ዘዴ)"
#. G826f
-#: cui/uiconfig/ui/optsavepage.ui:324
+#: cui/uiconfig/ui/optsavepage.ui:374
msgctxt "optsavepage|odfversion"
msgid "1.2 Extended"
msgstr ""
#. vLmeZ
-#: cui/uiconfig/ui/optsavepage.ui:325
+#: cui/uiconfig/ui/optsavepage.ui:375
msgctxt "optsavepage|odfversion"
msgid "1.3"
msgstr ""
#. e6EP2
-#: cui/uiconfig/ui/optsavepage.ui:326
+#: cui/uiconfig/ui/optsavepage.ui:376
msgctxt "optsavepage|odfversion"
msgid "1.3 Extended (recommended)"
msgstr ""
+#. w2urA
+#: cui/uiconfig/ui/optsavepage.ui:380
+msgctxt "odfversion"
+msgid "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."
+msgstr ""
+
#. cxPqV
-#: cui/uiconfig/ui/optsavepage.ui:338
+#: cui/uiconfig/ui/optsavepage.ui:393
msgctxt "optsavepage|label5"
msgid "ODF format version:"
msgstr "የ ODF አቀራረብ አትም:"
#. bF5dA
-#: cui/uiconfig/ui/optsavepage.ui:352
+#: cui/uiconfig/ui/optsavepage.ui:407
msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "ሁልጊዜ ማስ_ቀመጫ እንደ:"
#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:367
+#: cui/uiconfig/ui/optsavepage.ui:422
msgctxt "optsavepage|doctype"
msgid "Text document"
msgstr "የጽሁፍ ሰነድ"
#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:368
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "optsavepage|doctype"
msgid "HTML document"
msgstr "HTML ሰነድ"
#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:369
+#: cui/uiconfig/ui/optsavepage.ui:424
msgctxt "optsavepage|doctype"
msgid "Master document"
msgstr "ዋናው ሰነድ"
#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:370
+#: cui/uiconfig/ui/optsavepage.ui:425
msgctxt "optsavepage|doctype"
msgid "Spreadsheet"
msgstr "ሰንጠረዥ"
#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:371
+#: cui/uiconfig/ui/optsavepage.ui:426
msgctxt "optsavepage|doctype"
msgid "Presentation"
msgstr "ማቅረቢያ"
#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:372
+#: cui/uiconfig/ui/optsavepage.ui:427
msgctxt "optsavepage|doctype"
msgid "Drawing"
msgstr "መሳያ"
#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:373
+#: cui/uiconfig/ui/optsavepage.ui:428
msgctxt "optsavepage|doctype"
msgid "Formula"
msgstr "መቀመሪያ"
+#. iCZX2
+#: cui/uiconfig/ui/optsavepage.ui:432
+msgctxt "doctype"
+msgid "Specifies the document type for which you want to define the default file format."
+msgstr ""
+
+#. 69GMF
+#: cui/uiconfig/ui/optsavepage.ui:447
+msgctxt "saveas"
+msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
+msgstr ""
+
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:395
+#: cui/uiconfig/ui/optsavepage.ui:460
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "የ ሰ_ነዱ አይነት:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:413
+#: cui/uiconfig/ui/optsavepage.ui:478
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "ነባር የ ፋይል አቀራረብ እና የ ODF ማሰናጃ"
+#. G7BAM
+#: cui/uiconfig/ui/optsavepage.ui:492
+msgctxt "OptSavePage"
+msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
+msgstr ""
+
#. ArEZy
#: cui/uiconfig/ui/optsecuritypage.ui:35
msgctxt "optsecuritypage|label9"
@@ -11959,68 +15934,92 @@ msgctxt "optsecuritypage|tsas"
msgid "_TSAs..."
msgstr "የ _ሰአት ማህተም ባለስልጣን..."
+#. Wzygs
+#: cui/uiconfig/ui/optsecuritypage.ui:56
+msgctxt "extended_tip|tsas"
+msgid "Opens the Time Stamping Authority URLs dialog."
+msgstr ""
+
#. vrbum
-#: cui/uiconfig/ui/optsecuritypage.ui:68
+#: cui/uiconfig/ui/optsecuritypage.ui:73
msgctxt "optsecuritypage|label10"
msgid "TSAs"
msgstr "የ ሰአት ማህተም ባለስልጣን"
#. dgPTb
-#: cui/uiconfig/ui/optsecuritypage.ui:105
+#: cui/uiconfig/ui/optsecuritypage.ui:110
msgctxt "optsecuritypage|label7"
msgid "Select the Network Security Services certificate directory to use for digital signatures."
msgstr "ለ ዲጂታል ፊርማዎች የ ኔትዎርክ ደህንነት ግልጋሎቶች የ ምስክር ወረቀት ዳይሬክቶሪ ይምረጡ"
#. DPGqn
-#: cui/uiconfig/ui/optsecuritypage.ui:118
+#: cui/uiconfig/ui/optsecuritypage.ui:123
msgctxt "optsecuritypage|cert"
msgid "_Certificate..."
msgstr "_የምስክር ወረቀት..."
+#. GFX6B
+#: cui/uiconfig/ui/optsecuritypage.ui:131
+msgctxt "extended_tip|cert"
+msgid "Opens the Certificate Path dialog."
+msgstr "መክፈቻ የ ምስክር ወረቀት መንገድ ንግግር "
+
#. UCYi2
-#: cui/uiconfig/ui/optsecuritypage.ui:138
+#: cui/uiconfig/ui/optsecuritypage.ui:148
msgctxt "optsecuritypage|label8"
msgid "Certificate Path"
msgstr "የምስክር ወረቀት መንገድ"
#. pDQrj
-#: cui/uiconfig/ui/optsecuritypage.ui:175
+#: cui/uiconfig/ui/optsecuritypage.ui:185
msgctxt "optsecuritypage|label5"
msgid "Adjust the security level for executing macros and specify trusted macro developers."
msgstr "የ ደህንነት ደረጃዎችን ማስተካከያ ለ ማክሮስ ማስኬጃ እና መወሰኛ የሚታመኑ የ ማክሮስ አበልፃጊዎች"
#. wBcDQ
-#: cui/uiconfig/ui/optsecuritypage.ui:188
+#: cui/uiconfig/ui/optsecuritypage.ui:198
msgctxt "optsecuritypage|macro"
msgid "Macro Securit_y..."
msgstr "Macro Securit_y..."
+#. eGAGp
+#: cui/uiconfig/ui/optsecuritypage.ui:206
+msgctxt "extended_tip|macro"
+msgid "Opens the Macro Security dialog."
+msgstr "መክፈቻ የ ማክሮስ ደህንነት ንግግር "
+
#. rDJXk
-#: cui/uiconfig/ui/optsecuritypage.ui:208
+#: cui/uiconfig/ui/optsecuritypage.ui:223
msgctxt "optsecuritypage|label3"
msgid "Macro Security"
msgstr "Macro Security"
#. UGTda
-#: cui/uiconfig/ui/optsecuritypage.ui:248
+#: cui/uiconfig/ui/optsecuritypage.ui:263
msgctxt "optsecuritypage|savepassword"
msgid "Persistently _save passwords for web connections"
msgstr "ያለማቋረጥ የ መግቢያ ቃል _ማስቀመጫ ለዌብ ግንኙነቶች"
+#. RHiBv
+#: cui/uiconfig/ui/optsecuritypage.ui:272
+msgctxt "extended_tip|savepassword"
+msgid "If enabled, %PRODUCTNAME will securely store all passwords that you use to access files from web servers. You can retrieve the passwords from the list after you enter the master password."
+msgstr "ይህን ካስቻሉ %PRODUCTNAME በ ደህንነት ያስቀምጣል ሁሉንም የ መግቢያ ቃል ለ መድረስ ፋይሎች ጋር ከ ዌብ ሰርቨሮች ጋር: እርስዎ ፋልገው ማግኘት ይችላሉ የ መግቢያ ቃል ከ ዝርዝር ውስጥ እርስዎ ዋናውን የ መግቢያ ቃል ካስገቡ በኋላ "
+
#. Gyqwf
-#: cui/uiconfig/ui/optsecuritypage.ui:275
+#: cui/uiconfig/ui/optsecuritypage.ui:295
msgctxt "optsecuritypage|usemasterpassword"
msgid "Protected _by a master password (recommended)"
msgstr "በ_ዋናው የመግቢያ ቃል የሚጠበቅ (ይመከራሉ)"
#. ipcrn
-#: cui/uiconfig/ui/optsecuritypage.ui:293
+#: cui/uiconfig/ui/optsecuritypage.ui:313
msgctxt "optsecuritypage|masterpasswordtext"
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr "የመግቢያ ቃሎች በዋናው የመግቢያ ቃል የተጠበቁ ናቸው ፡ በክፍለ ጊዜ ውስጥ ቢያንስ አንድ ጊዜ እንዲያስገቡ ይጠየቃሉ ፡ የ %PRODUCTNAME መግቢያ ቃሉን ከሚጠበቁት የመግቢያ ቃሎች ፈልጎ ያገኛል"
#. 7gzb7
-#: cui/uiconfig/ui/optsecuritypage.ui:309
+#: cui/uiconfig/ui/optsecuritypage.ui:329
msgctxt "optsecuritypage|nopasswordsave"
msgid ""
"Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n"
@@ -12032,41 +16031,65 @@ msgstr ""
"የ መግቢያ ቃሉን ማጥፋት ይፈልጋሉ እና ዋናው የ መግቢያ ቃል እንደነበር መመለስ ይፈልጋሉ?"
#. hwg3F
-#: cui/uiconfig/ui/optsecuritypage.ui:347
+#: cui/uiconfig/ui/optsecuritypage.ui:367
msgctxt "optsecuritypage|connections"
msgid "Connect_ions..."
msgstr "ግንኙነ_ቶች..."
+#. GLEjB
+#: cui/uiconfig/ui/optsecuritypage.ui:375
+msgctxt "extended_tip|connections"
+msgid "Asks for the master password. If master password is correct, shows the Stored Web Connection Information dialog."
+msgstr "ዋናውን የ መግቢያ ቃል ይጠይቃል: የ መግቢያ ቃሉ ትክክለኛ ከሆነ: የ ተጠራቀመውን የ ዌብ ግንኙነት መረጃ ንግግር ያስያል "
+
#. SWrMn
-#: cui/uiconfig/ui/optsecuritypage.ui:371
+#: cui/uiconfig/ui/optsecuritypage.ui:396
msgctxt "optsecuritypage|masterpassword"
msgid "_Master Password..."
msgstr "_ዋናው የመግቢያ ቃል..."
+#. w3TQo
+#: cui/uiconfig/ui/optsecuritypage.ui:404
+msgctxt "extended_tip|masterpassword"
+msgid "Opens the Enter Master Password dialog."
+msgstr "ዋናውን የ መግቢያ ቃል ንግግር መክፈቻ"
+
#. UtNEn
-#: cui/uiconfig/ui/optsecuritypage.ui:403
+#: cui/uiconfig/ui/optsecuritypage.ui:433
msgctxt "optsecuritypage|label2"
msgid "Passwords for Web Connections"
msgstr "የመግቢያ ቃሎች ወደ ዌብ መገናኛዎች"
#. EYFvA
-#: cui/uiconfig/ui/optsecuritypage.ui:440
+#: cui/uiconfig/ui/optsecuritypage.ui:470
msgctxt "optsecuritypage|label4"
msgid "Adjust security related options and define warnings for hidden information in documents. "
msgstr "ደህንነትን የ ተዛመዱ ምርጫዎች ማስተካከያ እና ማስጠንቀቂያዎችን መግለጫ ለ ተደበቁ መረጃዎች በ ሰነዶች ውስጥ "
#. CBnzU
-#: cui/uiconfig/ui/optsecuritypage.ui:453
+#: cui/uiconfig/ui/optsecuritypage.ui:483
msgctxt "optsecuritypage|options"
msgid "O_ptions..."
msgstr "ም_ርጫዎች..."
+#. pepKZ
+#: cui/uiconfig/ui/optsecuritypage.ui:491
+msgctxt "extended_tip|options"
+msgid "Opens the \"Security Options and Warnings\" dialog."
+msgstr "መክፈቻ የ \"ደህንነት ምርጫዎች እና ማስጠንቀቂያዎች\" ንግግር"
+
#. GqVkJ
-#: cui/uiconfig/ui/optsecuritypage.ui:473
+#: cui/uiconfig/ui/optsecuritypage.ui:508
msgctxt "optsecuritypage|label1"
msgid "Security Options and Warnings"
msgstr "የ ደህንነት ምርጫዎች እና ማስጠንቀቂያዎች"
+#. rwtuC
+#: cui/uiconfig/ui/optsecuritypage.ui:522
+msgctxt "extended_tip|OptSecurityPage"
+msgid "Defines the security options for saving documents, for web connections, and for opening documents that contain macros."
+msgstr "የ ደህንነት ምርጫ መግለጫ ሰነዶች ለ ማስቀመጫ: ለ ዌብ ግንኙነት እና ሰነዶችን ለ መክፈቻ ማክሮስ የያዙ"
+
#. FPuvb
#: cui/uiconfig/ui/optuserpage.ui:34
msgctxt "optuserpage|companyft"
@@ -12127,536 +16150,788 @@ msgctxt "optuserpage|firstname-atkobject"
msgid "First name"
msgstr "የ መጀመሪያ ስም"
+#. XfEkD
+#: cui/uiconfig/ui/optuserpage.ui:169
+msgctxt "extended tip | firstname"
+msgid "Type your first name."
+msgstr "የ እርስዎን የ መጀመሪያ ስም ይጻፉ "
+
#. kW7rP
-#: cui/uiconfig/ui/optuserpage.ui:186
+#: cui/uiconfig/ui/optuserpage.ui:187
msgctxt "lastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
+#. cWaCs
+#: cui/uiconfig/ui/optuserpage.ui:188
+msgctxt "extended tip | lastname"
+msgid "Type your last name."
+msgstr "የ እርስዎን የ አባት ስም ይጻፉ "
+
#. DuFHY
-#: cui/uiconfig/ui/optuserpage.ui:204
+#: cui/uiconfig/ui/optuserpage.ui:206
msgctxt "shortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
+#. CYFY2
+#: cui/uiconfig/ui/optuserpage.ui:207
+msgctxt "extended tip | shortname"
+msgid "Type your initials."
+msgstr "የ እርስዎን መነሻ ይጻፉ "
+
#. Emfwm
-#: cui/uiconfig/ui/optuserpage.ui:233
+#: cui/uiconfig/ui/optuserpage.ui:236
msgctxt "city-atkobject"
msgid "City"
msgstr "ከተማ"
+#. UVG4o
+#: cui/uiconfig/ui/optuserpage.ui:237
+msgctxt "extended tip | city"
+msgid "Type the city where you live."
+msgstr "እርስዎ የሚኖሩበትን ከተማ ይጻፉ "
+
#. CnJ3K
-#: cui/uiconfig/ui/optuserpage.ui:251
+#: cui/uiconfig/ui/optuserpage.ui:255
msgctxt "state-atkobject"
msgid "State"
msgstr "አገር"
+#. y652V
+#: cui/uiconfig/ui/optuserpage.ui:256
+msgctxt "extended tip | state"
+msgid "Type your state."
+msgstr "የ እርስዎን ክፍለ ሀገር ይጻፉ "
+
#. ADpC7
-#: cui/uiconfig/ui/optuserpage.ui:269
+#: cui/uiconfig/ui/optuserpage.ui:274
msgctxt "zip-atkobject"
msgid "Zip code"
msgstr "ፖሳቁ"
+#. 5vad5
+#: cui/uiconfig/ui/optuserpage.ui:275
+msgctxt "extended tip | zip"
+msgid "Type your ZIP in this field."
+msgstr "የ እርስዎን ፖሳቁ በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. p45Kt
-#: cui/uiconfig/ui/optuserpage.ui:299
+#: cui/uiconfig/ui/optuserpage.ui:305
msgctxt "title-atkobject"
msgid "Title"
msgstr "አርእስት"
+#. 5G2ww
+#: cui/uiconfig/ui/optuserpage.ui:306
+msgctxt "extended tip | title"
+msgid "Type your title in this field."
+msgstr "የ እርስዎን አርእስት በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. HCiNt
-#: cui/uiconfig/ui/optuserpage.ui:317
+#: cui/uiconfig/ui/optuserpage.ui:324
msgctxt "position-atkobject"
msgid "Position"
msgstr "ቦታ"
+#. QGc4K
+#: cui/uiconfig/ui/optuserpage.ui:325
+msgctxt "extended tip | position"
+msgid "Type your position in the company in this field."
+msgstr "የ እርስዎን ቦታ በ ድርጅቱ ውስጥ በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. qhkwG
-#: cui/uiconfig/ui/optuserpage.ui:346
+#: cui/uiconfig/ui/optuserpage.ui:354
msgctxt "home-atkobject"
msgid "Home telephone number"
msgstr "የ ቤት ስልክ ቁጥር"
+#. RNBjN
+#: cui/uiconfig/ui/optuserpage.ui:355
+msgctxt "extended tip | home"
+msgid "Type your private telephone number in this field."
+msgstr "የ እርስዎን የ ግል ስልክ በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. SfmfD
-#: cui/uiconfig/ui/optuserpage.ui:364
+#: cui/uiconfig/ui/optuserpage.ui:373
msgctxt "work-atkobject"
msgid "Work telephone number"
msgstr "የ ስራ ስልክ ቁጥር"
+#. d5v6D
+#: cui/uiconfig/ui/optuserpage.ui:374
+msgctxt "extended tip | work"
+msgid "Type your work number in this field."
+msgstr "የ እርስዎን የ ስራ ስልክ በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. VEhd3
-#: cui/uiconfig/ui/optuserpage.ui:394
+#: cui/uiconfig/ui/optuserpage.ui:404
msgctxt "fax-atkobject"
msgid "Fax number"
msgstr "የ ፋክስ ቁጥር"
+#. CtsEr
+#: cui/uiconfig/ui/optuserpage.ui:405
+msgctxt "extended tip | fax"
+msgid "Type your fax number in this field."
+msgstr "የ እርስዎን የ ፋክስ ቁጥር በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. 8BG5j
-#: cui/uiconfig/ui/optuserpage.ui:412
+#: cui/uiconfig/ui/optuserpage.ui:423
msgctxt "email-atkobject"
msgid "email address"
msgstr "የ ኢሜይል አድራሻ"
+#. PGFMX
+#: cui/uiconfig/ui/optuserpage.ui:424
+msgctxt "extended tip | email"
+msgid "Type your email address."
+msgstr ""
+
#. eygE2
-#: cui/uiconfig/ui/optuserpage.ui:429
+#: cui/uiconfig/ui/optuserpage.ui:441
msgctxt "optuserpage|usefordocprop"
msgid "Use data for document properties"
msgstr "ለሰነድ ባህሪዎች ዳታ መጠቀሚያ"
+#. cGnAb
+#: cui/uiconfig/ui/optuserpage.ui:450
+msgctxt "extended tips | usefordoprop"
+msgid "Mark to use the data in document properties"
+msgstr ""
+
#. ZngAH
-#: cui/uiconfig/ui/optuserpage.ui:447
+#: cui/uiconfig/ui/optuserpage.ui:465
msgctxt "optuserpage|rusnameft"
msgid "Last/first/father’s _name/initials:"
msgstr ""
#. 9GPga
-#: cui/uiconfig/ui/optuserpage.ui:471
+#: cui/uiconfig/ui/optuserpage.ui:489
msgctxt "ruslastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
+#. kU7ef
+#: cui/uiconfig/ui/optuserpage.ui:490
+msgctxt "extended tip | ruslastname"
+msgid "Type your last name."
+msgstr "የ እርስዎን የ አባት ስም ይጻፉ "
+
#. gCfx3
-#: cui/uiconfig/ui/optuserpage.ui:489
+#: cui/uiconfig/ui/optuserpage.ui:508
msgctxt "rusfathersname-atkobject"
msgid "Father's name"
msgstr "የ አባት ስም"
+#. WurmE
+#: cui/uiconfig/ui/optuserpage.ui:509
+msgctxt "extended tips | rusfathersname"
+msgid "Type your father's name"
+msgstr ""
+
#. pAF2D
-#: cui/uiconfig/ui/optuserpage.ui:507
+#: cui/uiconfig/ui/optuserpage.ui:527
msgctxt "russhortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
+#. BSSJF
+#: cui/uiconfig/ui/optuserpage.ui:528
+msgctxt "extended tip | russhortname"
+msgid "Type your initials."
+msgstr "የ እርስዎን መነሻ ይጻፉ "
+
#. byLGz
-#: cui/uiconfig/ui/optuserpage.ui:525
+#: cui/uiconfig/ui/optuserpage.ui:546
msgctxt "rusfirstname-atkobject"
msgid "First name"
msgstr "ስም"
+#. 2Xsp9
+#: cui/uiconfig/ui/optuserpage.ui:547
+msgctxt "extended tip | rusfirstname"
+msgid "Type your first name."
+msgstr "የ እርስዎን የ መጀመሪያ ስም ይጻፉ "
+
#. 4qdC2
-#: cui/uiconfig/ui/optuserpage.ui:545
+#: cui/uiconfig/ui/optuserpage.ui:567
msgctxt "optuserpage|eastnameft"
msgid "Last/first _name/initials:"
msgstr "የ አባት ስም/ስ_ም/መነሻዎች:"
#. Emtmj
-#: cui/uiconfig/ui/optuserpage.ui:569
+#: cui/uiconfig/ui/optuserpage.ui:591
msgctxt "eastlastname-atkobject"
msgid "Last name"
msgstr "የ አባት ስም"
+#. 9zJxz
+#: cui/uiconfig/ui/optuserpage.ui:592
+msgctxt "extended tip | eastlastname"
+msgid "Type your last name."
+msgstr "የ እርስዎን የ አባት ስም ይጻፉ "
+
#. 6MrBD
-#: cui/uiconfig/ui/optuserpage.ui:587
+#: cui/uiconfig/ui/optuserpage.ui:610
msgctxt "eastfirstname-atkobject"
msgid "First name"
msgstr "ስም"
+#. iBZAf
+#: cui/uiconfig/ui/optuserpage.ui:611
+msgctxt "extended tip | eastfirstname"
+msgid "Type your first name."
+msgstr "የ እርስዎን የ መጀመሪያ ስም ይጻፉ "
+
#. mebNB
-#: cui/uiconfig/ui/optuserpage.ui:605
+#: cui/uiconfig/ui/optuserpage.ui:629
msgctxt "eastshortname-atkobject"
msgid "Initials"
msgstr "መነሻዎች"
+#. i3xBr
+#: cui/uiconfig/ui/optuserpage.ui:630
+msgctxt "extended tip | eastshortname"
+msgid "Type your initials."
+msgstr "የ እርስዎን መነሻ ይጻፉ "
+
#. NGEU9
-#: cui/uiconfig/ui/optuserpage.ui:625
+#: cui/uiconfig/ui/optuserpage.ui:650
msgctxt "optuserpage|russtreetft"
msgid "_Street/apartment number:"
msgstr "_መንገድ/የ ቤት ቁጥር:"
#. oxw3f
-#: cui/uiconfig/ui/optuserpage.ui:649
+#: cui/uiconfig/ui/optuserpage.ui:674
msgctxt "russtreet-atkobject"
msgid "Street"
msgstr "መንገድ"
+#. C5n48
+#: cui/uiconfig/ui/optuserpage.ui:675
+msgctxt "extended tips | russrteet"
+msgid "Type the name of your street in this field."
+msgstr "የ እርስዎን መንገድ ስም በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. QxpMF
-#: cui/uiconfig/ui/optuserpage.ui:667
+#: cui/uiconfig/ui/optuserpage.ui:693
msgctxt "ruslastname-atkobject"
msgid "Apartment number"
msgstr "የ ቤት ቁጥር"
+#. ZsKHB
+#: cui/uiconfig/ui/optuserpage.ui:694
+msgctxt "extended tips | apartnum"
+msgid "Type your apartment number"
+msgstr ""
+
#. 8kEFB
-#: cui/uiconfig/ui/optuserpage.ui:687
+#: cui/uiconfig/ui/optuserpage.ui:714
msgctxt "optuserpage|icityft"
msgid "_Zip/city:"
msgstr "_ፖሳቁ/ከተማ:"
#. RhK5j
-#: cui/uiconfig/ui/optuserpage.ui:711
+#: cui/uiconfig/ui/optuserpage.ui:738
msgctxt "icity-atkobject"
msgid "City"
msgstr "ከተማ"
+#. knxAE
+#: cui/uiconfig/ui/optuserpage.ui:739
+msgctxt "extended tip | icity"
+msgid "Type the city where you live."
+msgstr "እርስዎ የሚኖሩበትን ከተማ ይጻፉ "
+
#. Hdniz
-#: cui/uiconfig/ui/optuserpage.ui:729
+#: cui/uiconfig/ui/optuserpage.ui:757
msgctxt "izip-atkobject"
msgid "Zip code"
msgstr "ፖሳቁ"
+#. 4zTys
+#: cui/uiconfig/ui/optuserpage.ui:758
+msgctxt "extended tip | izip"
+msgid "Type your ZIP in this field."
+msgstr "የ እርስዎን ፖሳቁ በዚህ ሜዳ ውስጥ ይጻፉ"
+
+#. VbiGF
+#: cui/uiconfig/ui/optuserpage.ui:787
+msgctxt "extended tip | street"
+msgid "Type the name of your street in this field."
+msgstr "የ እርስዎን መንገድ ስም በዚህ ሜዳ ውስጥ ይጻፉ"
+
+#. As2sL
+#: cui/uiconfig/ui/optuserpage.ui:816
+msgctxt "extended tips | country"
+msgid "Type your country and region"
+msgstr ""
+
+#. Lw69w
+#: cui/uiconfig/ui/optuserpage.ui:845
+msgctxt "extended tip | company"
+msgid "Type the name of your company in this field."
+msgstr "የ እርስዎን ድርጅት ስም በዚህ ሜዳ ውስጥ ይጻፉ"
+
#. 9v6o6
-#: cui/uiconfig/ui/optuserpage.ui:827
+#: cui/uiconfig/ui/optuserpage.ui:868
msgctxt "optuserpage|label1"
msgid "Address"
msgstr "አድራሻ"
#. QfCBu
-#: cui/uiconfig/ui/optuserpage.ui:862
+#: cui/uiconfig/ui/optuserpage.ui:903
msgctxt "optuserpage|signingkeylabel"
msgid "OpenPGP signing key:"
msgstr "OpenPGP መፈረሚያ ቁልፍ:"
#. 4KEFW
-#: cui/uiconfig/ui/optuserpage.ui:876
+#: cui/uiconfig/ui/optuserpage.ui:917
msgctxt "optuserpage|encryptionkeylabel"
msgid "OpenPGP encryption key:"
msgstr "OpenPGP መመስጠሪያ ቁልፍ:"
#. GCS8p
-#: cui/uiconfig/ui/optuserpage.ui:892 cui/uiconfig/ui/optuserpage.ui:906
+#: cui/uiconfig/ui/optuserpage.ui:933 cui/uiconfig/ui/optuserpage.ui:952
msgctxt "optuserpage|liststore1"
msgid "No key"
msgstr "ቁልፍ የለም"
+#. UJXE4
+#: cui/uiconfig/ui/optuserpage.ui:937
+msgctxt "extended tip | encryptionkey"
+msgid "Select your OpenPGP key from the drop-down list for encrypting ODF documents."
+msgstr ""
+
+#. m27Ub
+#: cui/uiconfig/ui/optuserpage.ui:956
+msgctxt "extended tip | signingkey"
+msgid "Select your OpenPGP key from the drop-down list for signing ODF documents."
+msgstr ""
+
#. 8USbk
-#: cui/uiconfig/ui/optuserpage.ui:916
+#: cui/uiconfig/ui/optuserpage.ui:967
msgctxt "optuserpage|encrypttoself"
msgid "When encrypting documents, always encrypt to self"
msgstr "ሰነድ በሚመሰጥሩ ጊዜ: ሁል ጊዜ ወደ ራሱ ይመስጥሩ"
+#. FaxaF
+#: cui/uiconfig/ui/optuserpage.ui:976
+msgctxt "extended tip | encrypttoself"
+msgid "Mark this checkbox to also encrypt the file with your public key, so you can open the document with your private key."
+msgstr ""
+
#. P5BBC
-#: cui/uiconfig/ui/optuserpage.ui:940
+#: cui/uiconfig/ui/optuserpage.ui:994
msgctxt "optuserpage|cryptographylabel"
msgid "Cryptography"
msgstr "ኮድ መስጣሪ/ፈቺ"
+#. PjCQu
+#: cui/uiconfig/ui/optuserpage.ui:1010
+msgctxt "extended tip | OptUserPage"
+msgid "Use this tab page to enter or edit user data."
+msgstr "ገጽ ለማስገባት ይህን tab ይጠቀሙ ወይንም የ ተጠቃሚ ዳታ ለማረም "
+
#. DryvE
-#: cui/uiconfig/ui/optviewpage.ui:50
+#: cui/uiconfig/ui/optviewpage.ui:53
msgctxt "optviewpage|label11"
msgid "_Positioning:"
msgstr ""
#. E6zhJ
-#: cui/uiconfig/ui/optviewpage.ui:64
+#: cui/uiconfig/ui/optviewpage.ui:67
msgctxt "optviewpage|label12"
msgid "Middle _button:"
msgstr ""
#. 3rdJa
-#: cui/uiconfig/ui/optviewpage.ui:81
+#: cui/uiconfig/ui/optviewpage.ui:84
msgctxt "optviewpage|mousepos"
msgid "Default button"
msgstr "ነባር ቁልፍ"
#. 6UedG
-#: cui/uiconfig/ui/optviewpage.ui:82
+#: cui/uiconfig/ui/optviewpage.ui:85
msgctxt "optviewpage|mousepos"
msgid "Dialog center"
msgstr "የንግግር ማእከል"
#. UHeFm
-#: cui/uiconfig/ui/optviewpage.ui:83
+#: cui/uiconfig/ui/optviewpage.ui:86
msgctxt "optviewpage|mousepos"
msgid "No automatic positioning"
msgstr "ራሱ በራሱ ቦታ አትመድብ"
+#. pDN23
+#: cui/uiconfig/ui/optviewpage.ui:90
+msgctxt "extended_tip | mousepos"
+msgid "Specifies if and how the mouse pointer will be positioned in newly opened dialogs."
+msgstr "የ አይጥ መጠቆሚያው አዲሲ በ ተከፈተው ንግግር ውስጥ የት ቦታ እንደሚሆን መወሰኛ "
+
#. GCAp5
-#: cui/uiconfig/ui/optviewpage.ui:98
+#: cui/uiconfig/ui/optviewpage.ui:106
msgctxt "optviewpage|mousemiddle"
msgid "No function"
msgstr "ተገባር የለም"
#. 2b59y
-#: cui/uiconfig/ui/optviewpage.ui:99
+#: cui/uiconfig/ui/optviewpage.ui:107
msgctxt "optviewpage|mousemiddle"
msgid "Automatic scrolling"
msgstr "ራሱ በራሱ መሸብለያ"
#. 8ELrc
-#: cui/uiconfig/ui/optviewpage.ui:100
+#: cui/uiconfig/ui/optviewpage.ui:108
msgctxt "optviewpage|mousemiddle"
msgid "Paste clipboard"
msgstr "ቁራጭ ሰሌዳ መለጠፊያ"
+#. DeQ72
+#: cui/uiconfig/ui/optviewpage.ui:112
+msgctxt "extended_tip | mousemiddle"
+msgid "Defines the function of the middle mouse button."
+msgstr "የ አይጥ መሀከል ቁልፍ ተግባር መግለጫ "
+
#. NbJKy
-#: cui/uiconfig/ui/optviewpage.ui:116
+#: cui/uiconfig/ui/optviewpage.ui:129
msgctxt "optviewpage|label4"
msgid "Mouse"
msgstr "አይጥ"
#. crQSQ
-#: cui/uiconfig/ui/optviewpage.ui:154
+#: cui/uiconfig/ui/optviewpage.ui:169
msgctxt "optviewpage|label13"
msgid "Menu icons:"
msgstr ""
#. XKRM7
-#: cui/uiconfig/ui/optviewpage.ui:170
+#: cui/uiconfig/ui/optviewpage.ui:185
msgctxt "optviewpage|menuicons"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. Fbyi9
-#: cui/uiconfig/ui/optviewpage.ui:171
+#: cui/uiconfig/ui/optviewpage.ui:186
msgctxt "optviewpage|menuicons"
msgid "Hide"
msgstr "መደበቂያ"
#. WTgFx
-#: cui/uiconfig/ui/optviewpage.ui:172
+#: cui/uiconfig/ui/optviewpage.ui:187
msgctxt "optviewpage|menuicons"
msgid "Show"
msgstr "ማሳያ"
+#. CpRAh
+#: cui/uiconfig/ui/optviewpage.ui:191
+msgctxt "extended_tip | menuicons"
+msgid "Displays icons next to the corresponding menu items. Select from \"Automatic\", \"Hide\" and \"Show\". \"Automatic\" displays icons according to system settings and themes."
+msgstr "ምልክቶች ከ ተመሳሳይ ዝርዝር እቃዎች አጠገብ ማሳያ: ይምረጡ ከ \"ራሱ በራሱ\": \"መደበቂያ\" እና \"ማሳያ\": \"ራሱ በራሱ\" ምልክት ያሳያል እንደ ስርአቱ ማሰናጃ እና ገጽታ አይነት "
+
#. evVAC
-#: cui/uiconfig/ui/optviewpage.ui:197
+#: cui/uiconfig/ui/optviewpage.ui:218
msgctxt "optviewpage|contextmenushortcuts"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. 36Dg2
-#: cui/uiconfig/ui/optviewpage.ui:198
+#: cui/uiconfig/ui/optviewpage.ui:219
msgctxt "optviewpage|contextmenushortcuts"
msgid "Hide"
msgstr "መደበቂያ"
#. aE3Cq
-#: cui/uiconfig/ui/optviewpage.ui:199
+#: cui/uiconfig/ui/optviewpage.ui:220
msgctxt "optviewpage|contextmenushortcuts"
msgid "Show"
msgstr "ማሳያ"
#. ZutFR
-#: cui/uiconfig/ui/optviewpage.ui:211
+#: cui/uiconfig/ui/optviewpage.ui:232
msgctxt "optviewpage|label10"
msgid "Shortcuts:"
msgstr ""
#. EWdHF
-#: cui/uiconfig/ui/optviewpage.ui:235
+#: cui/uiconfig/ui/optviewpage.ui:256
msgctxt "optviewpage|label3"
msgid "Visibility"
msgstr ""
#. LxFLY
-#: cui/uiconfig/ui/optviewpage.ui:274
+#: cui/uiconfig/ui/optviewpage.ui:296
msgctxt "optviewpage|notebookbariconsize"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. oKQEA
-#: cui/uiconfig/ui/optviewpage.ui:275
+#: cui/uiconfig/ui/optviewpage.ui:297
msgctxt "optviewpage|notebookbariconsize"
msgid "Small"
msgstr "ትንሽ"
#. JHk7X
-#: cui/uiconfig/ui/optviewpage.ui:276
+#: cui/uiconfig/ui/optviewpage.ui:298
msgctxt "optviewpage|notebookbariconsize"
msgid "Large"
msgstr "ትልቅ"
+#. E7vjR
+#: cui/uiconfig/ui/optviewpage.ui:302
+msgctxt "extended_tip | notebookbariconsize"
+msgid "Specifies the display size of notebook bar icons."
+msgstr "የ ማሳያ መጠን ይወስኑ ለ ማስታወሻ ደብተር መደርደሪያ ምልክቶች "
+
#. G8qAD
-#: cui/uiconfig/ui/optviewpage.ui:288
+#: cui/uiconfig/ui/optviewpage.ui:315
msgctxt "optviewpage|label7"
msgid "_Notebookbar:"
msgstr ""
#. CsRM4
-#: cui/uiconfig/ui/optviewpage.ui:304
+#: cui/uiconfig/ui/optviewpage.ui:331
msgctxt "optviewpage|sidebariconsize"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. wMYTk
-#: cui/uiconfig/ui/optviewpage.ui:305
+#: cui/uiconfig/ui/optviewpage.ui:332
msgctxt "optviewpage|sidebariconsize"
msgid "Small"
msgstr "ትንሽ"
#. AFBcQ
-#: cui/uiconfig/ui/optviewpage.ui:306
+#: cui/uiconfig/ui/optviewpage.ui:333
msgctxt "optviewpage|sidebariconsize"
msgid "Large"
msgstr "ትልቅ"
+#. W8yUi
+#: cui/uiconfig/ui/optviewpage.ui:337
+msgctxt "extended_tip | sidebariconsize"
+msgid "Specifies the display size of sidebar icons."
+msgstr "የ ጎን መደርደሪያ ምልክት መጠን ይወስኑ "
+
#. kPSBA
-#: cui/uiconfig/ui/optviewpage.ui:318
+#: cui/uiconfig/ui/optviewpage.ui:350
msgctxt "optviewpage|label9"
msgid "Sidebar:"
msgstr ""
#. R5bS2
-#: cui/uiconfig/ui/optviewpage.ui:334
+#: cui/uiconfig/ui/optviewpage.ui:366
msgctxt "optviewpage|iconsize"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. LEpgg
-#: cui/uiconfig/ui/optviewpage.ui:335
+#: cui/uiconfig/ui/optviewpage.ui:367
msgctxt "optviewpage|iconsize"
msgid "Small"
msgstr "ትንሽ"
#. q4LX3
-#: cui/uiconfig/ui/optviewpage.ui:336
+#: cui/uiconfig/ui/optviewpage.ui:368
msgctxt "optviewpage|iconsize"
msgid "Large"
msgstr "ትልቅ"
#. oYDs8
-#: cui/uiconfig/ui/optviewpage.ui:337
+#: cui/uiconfig/ui/optviewpage.ui:369
msgctxt "optviewpage|iconsize"
msgid "Extra Large"
msgstr "በጣም ትልቅ"
+#. bhmh9
+#: cui/uiconfig/ui/optviewpage.ui:373
+msgctxt "extended_tip | iconsize"
+msgid "Specifies the display size of toolbar icons."
+msgstr ""
+
#. PdeBj
-#: cui/uiconfig/ui/optviewpage.ui:349
+#: cui/uiconfig/ui/optviewpage.ui:386
msgctxt "optviewpage|label8"
msgid "Toolbar:"
msgstr ""
-#. hZsaQ
-#: cui/uiconfig/ui/optviewpage.ui:367
+#. juDWx
+#: cui/uiconfig/ui/optviewpage.ui:404
msgctxt "optviewpage|label1"
-msgid "Icon size"
+msgid "Icon Size"
msgstr ""
#. 8CiB5
-#: cui/uiconfig/ui/optviewpage.ui:405
+#: cui/uiconfig/ui/optviewpage.ui:443
msgctxt "optviewpage|iconstyle"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. HEZbQ
-#: cui/uiconfig/ui/optviewpage.ui:406
+#: cui/uiconfig/ui/optviewpage.ui:444
msgctxt "optviewpage|iconstyle"
msgid "Galaxy"
msgstr "Galaxy"
#. RNRKB
-#: cui/uiconfig/ui/optviewpage.ui:407
+#: cui/uiconfig/ui/optviewpage.ui:445
msgctxt "optviewpage|iconstyle"
msgid "High Contrast"
msgstr "ከፍተኛ ማነጻጸሪያ"
#. fr4NS
-#: cui/uiconfig/ui/optviewpage.ui:408
+#: cui/uiconfig/ui/optviewpage.ui:446
msgctxt "optviewpage|iconstyle"
msgid "Oxygen"
msgstr "ኦክስጂን"
#. CGhUk
-#: cui/uiconfig/ui/optviewpage.ui:409
+#: cui/uiconfig/ui/optviewpage.ui:447
msgctxt "optviewpage|iconstyle"
msgid "Classic"
msgstr "ዘመናዊ"
#. biYuj
-#: cui/uiconfig/ui/optviewpage.ui:410
+#: cui/uiconfig/ui/optviewpage.ui:448
msgctxt "optviewpage|iconstyle"
msgid "Sifr"
msgstr "Sifr"
#. Erw8o
-#: cui/uiconfig/ui/optviewpage.ui:411
+#: cui/uiconfig/ui/optviewpage.ui:449
msgctxt "optviewpage|iconstyle"
msgid "Breeze"
msgstr "ነፋስ"
+#. dDE86
+#: cui/uiconfig/ui/optviewpage.ui:453
+msgctxt "extended_tip | iconstyle"
+msgid "Specifies the icon style for icons in toolbars and dialogs."
+msgstr "የ ምልክት ዘዴ ለ ምልክቶች በ እቃ መደርደሪያ እና ንግግሮች ውስጥ ይወስኑ "
+
#. anMTd
-#: cui/uiconfig/ui/optviewpage.ui:423
+#: cui/uiconfig/ui/optviewpage.ui:466
msgctxt "optviewpage|label6"
msgid "Icon s_tyle:"
msgstr "የ ምልክት ዘ_ዴ:"
-#. a86VJ
-#: cui/uiconfig/ui/optviewpage.ui:441
+#. StBQN
+#: cui/uiconfig/ui/optviewpage.ui:481
+msgctxt "optviewpage|btnMoreIcons"
+msgid "Add more icon themes via extension"
+msgstr ""
+
+#. eMqmK
+#: cui/uiconfig/ui/optviewpage.ui:499
msgctxt "optviewpage|label1"
-msgid "Icon style"
+msgid "Icon Style"
msgstr ""
#. stYtM
-#: cui/uiconfig/ui/optviewpage.ui:480
+#: cui/uiconfig/ui/optviewpage.ui:540
msgctxt "optviewpage|grid3|tooltip_text"
msgid "Requires restart"
msgstr "እንደገና ማስነሳት ያስፈልጋል"
#. R2ZAF
-#: cui/uiconfig/ui/optviewpage.ui:484
+#: cui/uiconfig/ui/optviewpage.ui:544
msgctxt "optviewpage|useaccel"
msgid "Use hard_ware acceleration"
msgstr "የ ጠንካራ_አካል ማፍጠኛ ይጠቀሙ"
+#. qw73y
+#: cui/uiconfig/ui/optviewpage.ui:553
+msgctxt "extended_tip | useaccel"
+msgid "Directly accesses hardware features of the graphical display adapter to improve the screen display."
+msgstr "በ ቀጥታ መድረሻ ወደ ጠንካራ አካል ገጽታዎች የ ንድፍ ማሳያ ተሰኪ ለ ማሻሻል የ መመልከቻ ማሳያ "
+
#. 2MWvd
-#: cui/uiconfig/ui/optviewpage.ui:499
+#: cui/uiconfig/ui/optviewpage.ui:564
msgctxt "optviewpage|useaa"
msgid "Use anti-a_liasing"
msgstr "ፀረ-ማ_ጥሪያ ይጠቀሙ"
+#. fUKV9
+#: cui/uiconfig/ui/optviewpage.ui:573
+msgctxt "extended_tip | useaa"
+msgid "When supported, you can enable and disable anti-aliasing of graphics. With anti-aliasing enabled, the display of most graphical objects looks smoother and with less artifacts."
+msgstr "በሚደገፍ ጊዜ: እርስዎ ማስቻል እና ማሰናከል ይችላሉ ፀረ-ደረጃ የ ንድፎችን: ፀረ-ደረጃ ካስቻሉ በርካታ የ ንድፍ እቃዎች የሚታዩት ለስለስ ብለው ነው ማንኛውም ንድፎች "
+
#. ppJKg
-#: cui/uiconfig/ui/optviewpage.ui:514
+#: cui/uiconfig/ui/optviewpage.ui:584
msgctxt "optviewpage|useskia"
msgid "Use Skia for all rendering"
msgstr ""
-#. NaqGG
-#: cui/uiconfig/ui/optviewpage.ui:529
-msgctxt "optviewpage|forceskia"
-msgid "Ignore Skia blacklist"
-msgstr ""
-
-#. v9eeZ
-#: cui/uiconfig/ui/optviewpage.ui:533
-msgctxt "optviewpage|forceskia|tooltip_text"
-msgid "Requires restart. Enabling this may expose driver bugs"
-msgstr ""
-
#. RFqrA
-#: cui/uiconfig/ui/optviewpage.ui:546
+#: cui/uiconfig/ui/optviewpage.ui:599
msgctxt "optviewpage|forceskiaraster"
msgid "Force Skia software rendering"
msgstr ""
#. DTMxy
-#: cui/uiconfig/ui/optviewpage.ui:550
+#: cui/uiconfig/ui/optviewpage.ui:603
msgctxt "optviewpage|forceskia|tooltip_text"
msgid "Requires restart. Enabling this will prevent the use of graphics drivers."
msgstr ""
#. 5pA7K
-#: cui/uiconfig/ui/optviewpage.ui:565
+#: cui/uiconfig/ui/optviewpage.ui:618
msgctxt "optviewpage|skiaenabled"
msgid "Skia is currently enabled."
msgstr ""
#. yDGEV
-#: cui/uiconfig/ui/optviewpage.ui:577
+#: cui/uiconfig/ui/optviewpage.ui:630
msgctxt "optviewpage|skiadisabled"
msgid "Skia is currently disabled."
msgstr ""
#. sy9iz
-#: cui/uiconfig/ui/optviewpage.ui:593
+#: cui/uiconfig/ui/optviewpage.ui:688
msgctxt "optviewpage|label2"
msgid "Graphics Output"
msgstr "የ ንድፎች ውጤት"
#. B6DLD
-#: cui/uiconfig/ui/optviewpage.ui:624
+#: cui/uiconfig/ui/optviewpage.ui:720
msgctxt "optviewpage|showfontpreview"
msgid "Show p_review of fonts"
msgstr "ፊደሎችን በ_ቅድመ እይታ ማሳያ"
+#. 7Qidy
+#: cui/uiconfig/ui/optviewpage.ui:729
+msgctxt "extended_tip | showfontpreview"
+msgid "Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the Formatting bar."
+msgstr "ሊመረጡ የሚችሉ ፊደሎች የ ተመሳሳይ ፊደሎች ስም ማሳያ: ለምሳሌ: ፊደሎች በ ፊደሎች ሳጥን ውስጥ በ አቀራረብ መደርደሪያ "
+
#. 2FKuk
-#: cui/uiconfig/ui/optviewpage.ui:639
+#: cui/uiconfig/ui/optviewpage.ui:740
msgctxt "optviewpage|aafont"
msgid "Screen font antialiasin_g"
msgstr "የመመልከቻ ፊደል ማጥሪ _ያ"
+#. 5QEjG
+#: cui/uiconfig/ui/optviewpage.ui:749
+msgctxt "extended_tip | aafont"
+msgid "Select to smooth the screen appearance of text."
+msgstr "ይምረጡ ለ ጽሁፍ ማለስለሻ በ መመልከቻው ላይ"
+
#. 7dYGb
-#: cui/uiconfig/ui/optviewpage.ui:663
+#: cui/uiconfig/ui/optviewpage.ui:770
msgctxt "optviewpage|aafrom"
msgid "fro_m:"
msgstr "ከ_:"
+#. 9tsFW
+#: cui/uiconfig/ui/optviewpage.ui:787
+msgctxt "extended_tip | aanf"
+msgid "Enter the smallest font size to apply antialiasing."
+msgstr "ትንሹን የ ፊደል መጠን ያስገቡ ማለስለሻ ለ መፈጸም"
+
#. uZALs
-#: cui/uiconfig/ui/optviewpage.ui:698
+#: cui/uiconfig/ui/optviewpage.ui:849
msgctxt "optviewpage|label5"
msgid "Font Lists"
msgstr "የፊደል ዝርዝሮች"
@@ -12769,74 +17044,81 @@ msgctxt "pageformatpage|labelPageNumbers"
msgid "Page numbers:"
msgstr ""
-#. RNDFy
+#. G3G5M
#: cui/uiconfig/ui/pageformatpage.ui:530
msgctxt "pageformatpage|checkRegisterTrue"
-msgid "Register-tr_ue"
-msgstr "በ እው_ነት-መመዝገቢያ"
+msgid "Page li_ne spacing"
+msgstr ""
+
+#. 3BsGZ
+#. xdds
+#: cui/uiconfig/ui/pageformatpage.ui:534
+msgctxt "pageformatpage|checkRegisterTrue"
+msgid "All paragraph styles with the option Page line spacing checked will be affected, assuming the line spacing defined here. This will align them to an invisible vertical page grid, regardless of their font size, so that each line is the same height."
+msgstr ""
#. 46djR
-#: cui/uiconfig/ui/pageformatpage.ui:548
+#: cui/uiconfig/ui/pageformatpage.ui:549
msgctxt "pageformatpage|liststorePageLayout"
msgid "Right and left"
msgstr "በ ቀኝ እና በ ግራ"
#. xetCH
-#: cui/uiconfig/ui/pageformatpage.ui:549
+#: cui/uiconfig/ui/pageformatpage.ui:550
msgctxt "pageformatpage|liststorePageLayout"
msgid "Mirrored"
msgstr "የተንፀባረቀ"
#. 47EHF
-#: cui/uiconfig/ui/pageformatpage.ui:550
+#: cui/uiconfig/ui/pageformatpage.ui:551
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only right"
msgstr "በ ቀኝ ብቻ"
#. ALSy9
-#: cui/uiconfig/ui/pageformatpage.ui:551
+#: cui/uiconfig/ui/pageformatpage.ui:552
msgctxt "pageformatpage|liststorePageLayout"
msgid "Only left"
msgstr "በ ግራ ብቻ"
#. Fhvzk
-#: cui/uiconfig/ui/pageformatpage.ui:573
+#: cui/uiconfig/ui/pageformatpage.ui:574
msgctxt "pageformatpage|labelTblAlign"
msgid "Table alignment:"
msgstr "ሰንጠረዥ ማሰለፊያ:"
#. 79BH9
-#: cui/uiconfig/ui/pageformatpage.ui:585
+#: cui/uiconfig/ui/pageformatpage.ui:586
msgctxt "pageformatpage|checkbuttonHorz"
msgid "Hori_zontal"
msgstr "በአግ_ድም"
#. krxQZ
-#: cui/uiconfig/ui/pageformatpage.ui:600
+#: cui/uiconfig/ui/pageformatpage.ui:601
msgctxt "pageformatpage|checkbuttonVert"
msgid "_Vertical"
msgstr "በ _ቁመት"
#. FPLFK
-#: cui/uiconfig/ui/pageformatpage.ui:615
+#: cui/uiconfig/ui/pageformatpage.ui:616
msgctxt "pageformatpage|checkAdaptBox"
msgid "_Fit object to paper format"
msgstr "እቃውን በ ወረቀቱ አቀራረብ _ልክ ማድረጊያ"
#. bqcXW
-#: cui/uiconfig/ui/pageformatpage.ui:634
+#: cui/uiconfig/ui/pageformatpage.ui:635
msgctxt "pageformatpage|labelRegisterStyle"
msgid "Reference _Style:"
msgstr "ማመሳከሪያ _ዘዴ:"
#. xdECe
-#: cui/uiconfig/ui/pageformatpage.ui:668
+#: cui/uiconfig/ui/pageformatpage.ui:669
msgctxt "pageformatpage|label5"
msgid "Layout Settings"
msgstr "እቅድ ማሰናጃዎች"
#. eBMbb
-#: cui/uiconfig/ui/pageformatpage.ui:689
+#: cui/uiconfig/ui/pageformatpage.ui:690
msgctxt "pageformatpage|labelMsg"
msgid ""
"The margin settings are out of print range.\n"
@@ -13111,11 +17393,11 @@ msgctxt "paraindentspacing|checkCB_REGISTER"
msgid "A_ctivate"
msgstr "ማ_ስነሻ"
-#. CZshb
+#. HifGU
#: cui/uiconfig/ui/paraindentspacing.ui:505
msgctxt "paraindentspacing|label3"
-msgid "Register-true"
-msgstr "በ እውነት-መመዝገቢያ"
+msgid "Follow Page Line Spacing"
+msgstr ""
#. pbs4W
#: cui/uiconfig/ui/paratabspage.ui:118
@@ -13195,20 +17477,26 @@ msgctxt "paratabspage|buttonBTN_DELALL"
msgid "Delete _all"
msgstr "_ሁሉንም ማጥፊያ"
+#. qctkA
+#: cui/uiconfig/ui/paratabspage.ui:550
+msgctxt "paratabspage|extended_tip|buttonBTN_DEL"
+msgid "Deletes the selected element or elements after confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ከ ማረጋገጫ በኋላ ማጥፊያ"
+
#. WCcAj
-#: cui/uiconfig/ui/paratabspage.ui:558
+#: cui/uiconfig/ui/paratabspage.ui:563
msgctxt "paratabspage|label4"
msgid "points"
msgstr "ነጥቦች"
#. GcMMk
-#: cui/uiconfig/ui/paratabspage.ui:571
+#: cui/uiconfig/ui/paratabspage.ui:576
msgctxt "paratabspage|label5"
msgid "dashes"
msgstr "ዳሾች"
#. CYnkr
-#: cui/uiconfig/ui/paratabspage.ui:584
+#: cui/uiconfig/ui/paratabspage.ui:589
msgctxt "paratabspage|label6"
msgid "underscores"
msgstr "ከ ስሩ ማስመሪያ"
@@ -13219,56 +17507,74 @@ msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr "የ መግቢያ ቃል ማሰናጃ"
+#. XDzCT
+#: cui/uiconfig/ui/password.ui:100
+msgctxt "password|extended_tip|newpassEntry"
+msgid "Type a password. A password is case sensitive."
+msgstr "የ መግቢያ ቃል ይጻፉ: የ መግቢያ ቃል ፊደል-መመጠኛ ነው "
+
+#. QbKd2
+#: cui/uiconfig/ui/password.ui:119
+msgctxt "password|extended_tip|confirmpassEntry"
+msgid "Re-enter the password."
+msgstr "የ መግቢያ ቃል እንደገና-ያስገቡ "
+
#. vMhFF
-#: cui/uiconfig/ui/password.ui:122
+#: cui/uiconfig/ui/password.ui:132
msgctxt "password|label1"
msgid "Note: After a password has been set, the document will only open with the password. Should you lose the password, there will be no way to recover the document. Please also note that this password is case-sensitive."
msgstr "ማስጠንቀቂያ: ለ ሰነዱ የ መግቢያ ቃል ከተሰናዳ በኋላ ሰነዱ የሚከፈተው በ መግቢያ ቅሉ ብቻ ነው: ዋናውን የመግቢያ ቃሉን ከረሱት በመግቢያ ቃል ይጠበቅ የነበረ ማንኛውንም መረጃ ጋር መድረስ አይችሉም: የ መግቢያ ቃል ፊደል መመጠኛ ነው"
#. scLkF
-#: cui/uiconfig/ui/password.ui:156
+#: cui/uiconfig/ui/password.ui:166
msgctxt "password|readonly"
msgid "Open file read-only"
msgstr "ፋይል ለ ንባብ-ብቻ መክፈቻ"
#. f5Ydx
-#: cui/uiconfig/ui/password.ui:205
+#: cui/uiconfig/ui/password.ui:215
msgctxt "password|label7"
msgid "Enter password to allow editing"
msgstr "ለ ማረም እንዲችሉ የ መግቢያ ቃል ያስገቡ"
#. AgwpD
-#: cui/uiconfig/ui/password.ui:249
+#: cui/uiconfig/ui/password.ui:259
msgctxt "password|label8"
msgid "Confirm password"
msgstr "የ መግቢያ ቃል ማረጋገጫ"
#. SEgNR
-#: cui/uiconfig/ui/password.ui:293
+#: cui/uiconfig/ui/password.ui:303
msgctxt "password|label6"
msgid "File Sharing Password"
msgstr "የ ፋይል ማካፈያ የ መግቢያ ቃል"
#. Sjh3k
-#: cui/uiconfig/ui/password.ui:305
+#: cui/uiconfig/ui/password.ui:315
msgctxt "password|label3"
msgid "_Options"
msgstr "_ምርጫዎች"
+#. xgwm4
+#: cui/uiconfig/ui/password.ui:321
+msgctxt "password|extended_tip|expander"
+msgid "Click to show or hide the file sharing password options."
+msgstr "ይጫኑ ለ ማሳየት ወይንም ለ መደበቅ የ ፋይል መካፈያ ማለፊያ ቃል ምርጫ"
+
#. wqXmU
-#: cui/uiconfig/ui/password.ui:323
+#: cui/uiconfig/ui/password.ui:338
msgctxt "password|label4"
msgid "_Enter password to open"
msgstr "ለመክፈት የ መግቢያ ቃል _ያስገቡ"
#. ujTNz
-#: cui/uiconfig/ui/password.ui:367
+#: cui/uiconfig/ui/password.ui:382
msgctxt "password|label5"
msgid "Confirm password"
msgstr "የ መግቢያ ቃሉን ያረጋግጡ"
#. FfyCu
-#: cui/uiconfig/ui/password.ui:411
+#: cui/uiconfig/ui/password.ui:426
msgctxt "password|label2"
msgid "File Encryption Password"
msgstr "የ ፋይል መመስጠሪያ የ መግቢያ ቃል"
@@ -13285,66 +17591,120 @@ msgctxt "pastespecial|label2"
msgid "Source:"
msgstr "ምንጭ:"
+#. WzCXw
+#: cui/uiconfig/ui/pastespecial.ui:116
+msgctxt "pastespecial|extended_tip|source"
+msgid "Displays the source of the clipboard contents."
+msgstr "የ ቁራጭ ሰሌዳውን ይዞታ ምንጭ ማሳያ"
+
+#. RwDM8
+#: cui/uiconfig/ui/pastespecial.ui:181
+msgctxt "pastespecial|extended_tip|list"
+msgid "Select a format for the clipboard contents that you want to paste. The available format depends on the copied or cut source format."
+msgstr ""
+
#. gjnwU
-#: cui/uiconfig/ui/pastespecial.ui:184
+#: cui/uiconfig/ui/pastespecial.ui:194
msgctxt "pastespecial|label1"
msgid "Selection"
msgstr "የተመረጠው"
+#. xNCmW
+#: cui/uiconfig/ui/pastespecial.ui:226
+msgctxt "pastespecial|extended_tip|PasteSpecialDialog"
+msgid "Inserts the contents of the clipboard into the current file in a format that you can specify."
+msgstr "መጠቆሚያው ባለበት ቦታ የ ቁራጭ ሰሌዳ ይዞታ ማስገቢያ ወደ አሁኑ ፋይል አቀራረብ እርስዎ በሚወስኑት "
+
+#. WiEC6
+#: cui/uiconfig/ui/patterntabpage.ui:75
+msgctxt "patterntabpage|extended_tip|BTN_ADD"
+msgid "Adds a custom pattern to the current list. Specify the properties of your pattern, and then click this button."
+msgstr ""
+
#. 68KjX
-#: cui/uiconfig/ui/patterntabpage.ui:82
+#: cui/uiconfig/ui/patterntabpage.ui:87
msgctxt "patterntabpage|BTN_MODIFY"
msgid "_Modify"
msgstr "_ማሻሻያ"
+#. 4LFRB
+#: cui/uiconfig/ui/patterntabpage.ui:94
+msgctxt "patterntabpage|extended_tip|BTN_MODIFY"
+msgid "Applies the current pattern properties to the selected pattern. If you want, you can save the pattern under a different name."
+msgstr ""
+
#. SnESZ
-#: cui/uiconfig/ui/patterntabpage.ui:109
+#: cui/uiconfig/ui/patterntabpage.ui:119
msgctxt "patterntabpage|label3"
msgid "Pattern"
msgstr "ንድፍ"
#. qr5PS
-#: cui/uiconfig/ui/patterntabpage.ui:156
+#: cui/uiconfig/ui/patterntabpage.ui:166
msgctxt "patterntabpage|label4"
msgid "Pattern Editor:"
msgstr "ንድፍ ማረሚያ:"
#. 7nWqN
-#: cui/uiconfig/ui/patterntabpage.ui:187
+#: cui/uiconfig/ui/patterntabpage.ui:197
msgctxt "patterntabpage|CTL_PIXEL-atkobject"
msgid "Pattern Editor"
msgstr "ንድፍ ማረሚያ"
+#. ED8Xx
+#: cui/uiconfig/ui/patterntabpage.ui:198
+msgctxt "patterntabpage|extended_tip|CTL_PIXEL"
+msgid "Draw the pattern in the 8 x 8 pixel board. Click on a pattern pixel to activate it, click again to deactivate it."
+msgstr ""
+
#. BvHTn
-#: cui/uiconfig/ui/patterntabpage.ui:218
+#: cui/uiconfig/ui/patterntabpage.ui:229
msgctxt "patterntabpage|label5"
msgid "Foreground Color:"
msgstr "የ ፊት ለ ፊት ቀለም:"
+#. EkYFZ
+#: cui/uiconfig/ui/patterntabpage.ui:253
+msgctxt "patterntabpage|extended_tip|LB_COLOR"
+msgid "Set the color of the activated pattern pixels."
+msgstr ""
+
#. S8mpk
-#: cui/uiconfig/ui/patterntabpage.ui:264
+#: cui/uiconfig/ui/patterntabpage.ui:280
msgctxt "patterntabpage|label6"
msgid "Background Color:"
msgstr "የ መደብ ቀለም:"
+#. h8fmT
+#: cui/uiconfig/ui/patterntabpage.ui:304
+msgctxt "patterntabpage|extended_tip|LB_BACKGROUND_COLOR"
+msgid "Set the color of the deactivated pattern pixels."
+msgstr ""
+
#. hg7RL
-#: cui/uiconfig/ui/patterntabpage.ui:308
+#: cui/uiconfig/ui/patterntabpage.ui:329
msgctxt "patterntabpage|label1"
msgid "Options"
msgstr "ምርጫዎች"
#. 2U7Pc
-#: cui/uiconfig/ui/patterntabpage.ui:357
+#: cui/uiconfig/ui/patterntabpage.ui:378
msgctxt "patterntabpage|CTL_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
#. wCrAc
-#: cui/uiconfig/ui/patterntabpage.ui:379
+#: cui/uiconfig/ui/patterntabpage.ui:400
msgctxt "patterntabpage|label2"
msgid "Preview"
msgstr "ቅድመ እይታ"
+#. zmVMN
+#: cui/uiconfig/ui/patterntabpage.ui:416
+msgctxt "patterntabpage|extended_tip|PatternTabPage"
+msgid "Fills the object with a simple two color pattern selected on this page."
+msgstr ""
+
#. WCjNN
#: cui/uiconfig/ui/percentdialog.ui:14
msgctxt "percentdialog|PercentDialog"
@@ -13357,6 +17717,12 @@ msgctxt "percentdialog|label1"
msgid "Minimum Size"
msgstr "አነስተኛ መጠን"
+#. uqcmG
+#: cui/uiconfig/ui/percentdialog.ui:122
+msgctxt "percentdialog|extended_tip|PercentDialog"
+msgid "Enter the minimum length for combining single-lined paragraphs as a percentage of the page width."
+msgstr "አነስተኛውን እርዝመት ያስገቡ ለ መቀላቀያ በ ነጠላ-መስመር ለ አንቀጽ ገጽ ስፋት እንደ ፐርሰንት "
+
#. 9RySH
#: cui/uiconfig/ui/personalization_tab.ui:33
msgctxt "personalization_tab|no_persona"
@@ -13375,42 +17741,90 @@ msgctxt "personalization_tab|personas_label"
msgid "LibreOffice Themes"
msgstr ""
+#. C5MHG
+#: cui/uiconfig/ui/pickbulletpage.ui:43
+msgctxt "pickbulletpage|extended_tip|valueset"
+msgid "Click the bullet style that you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ ነጥብ ዘዴ ይጫኑ"
+
#. K4D8E
-#: cui/uiconfig/ui/pickbulletpage.ui:53
+#: cui/uiconfig/ui/pickbulletpage.ui:58
msgctxt "pickbulletpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
+#. eYCSe
+#: cui/uiconfig/ui/pickbulletpage.ui:66
+msgctxt "pickbulletpage|extended_tip|PickBulletPage"
+msgid "Displays the different bullet styles that you can apply."
+msgstr "እርስዎ ሊፈጽሙ የሚችሉት የ ነጥብ መስጫ ዘዴዎች ማሳያ"
+
+#. LkXNn
+#: cui/uiconfig/ui/pickgraphicpage.ui:49
+msgctxt "pickgraphicpage|extended_tip|valueset"
+msgid "Click the graphics that you want to use as bullets."
+msgstr "ይጫኑ እንደ ነጥብ መጠቀም የሚፈልጉት ንድፍ ላይ "
+
#. GkQdm
-#: cui/uiconfig/ui/pickgraphicpage.ui:61
+#: cui/uiconfig/ui/pickgraphicpage.ui:66
msgctxt "pickgraphicpage|errorft"
msgid "The Gallery theme 'Bullets' is empty (no images)."
msgstr "የ አዳራሽ ገጽታ 'ነጥቦች' ባዶ ነው (ምንም ንድፍ የለም)"
#. NrrxW
-#: cui/uiconfig/ui/pickgraphicpage.ui:71
+#: cui/uiconfig/ui/pickgraphicpage.ui:76
msgctxt "pickgraphicpage|browseBtn"
msgid "Add and Resize"
msgstr "መጨመሪያ እና እንደገና መመጠኛ"
#. bX3Eo
-#: cui/uiconfig/ui/pickgraphicpage.ui:99
+#: cui/uiconfig/ui/pickgraphicpage.ui:104
msgctxt "pickgraphicpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
+#. CDrF8
+#: cui/uiconfig/ui/pickgraphicpage.ui:112
+msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
+msgid "Displays the different graphics that you can use as bullets in a bulleted list."
+msgstr "እርስዎ እንደ ነጥብ የ ተለያዩ ንድፎች በ ነጥብ መስጫ ዘዴዎች ዝርዝር ውስጥ ሊፈጽሙ የሚችሉትን ማሳያ"
+
+#. Qd4sn
+#: cui/uiconfig/ui/picknumberingpage.ui:43
+msgctxt "picknumberingpage|extended_tip|valueset"
+msgid "Click the numbering style that you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ ቁጥር መስጫ ዘዴ ይጫኑ"
+
#. 9JnpQ
-#: cui/uiconfig/ui/picknumberingpage.ui:52
+#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
+#. mQsy5
+#: cui/uiconfig/ui/picknumberingpage.ui:66
+msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
+msgid "Displays the different numbering styles that you can apply."
+msgstr "እርስዎ ሊፈጽሙ የሚችሉት የ ቁጥር መስጫ ዘዴዎች ማሳያ"
+
+#. BDFqB
+#: cui/uiconfig/ui/pickoutlinepage.ui:43
+msgctxt "pickoutlinepage|extended_tip|valueset"
+msgid "Click the outline style that you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ እቅድ ዘዴ ይጫኑ"
+
#. i8h33
-#: cui/uiconfig/ui/pickoutlinepage.ui:52
+#: cui/uiconfig/ui/pickoutlinepage.ui:58
msgctxt "pickoutlinepage|label25"
msgid "Selection"
msgstr "የተመረጠው"
+#. FnZK4
+#: cui/uiconfig/ui/pickoutlinepage.ui:66
+msgctxt "pickoutlinepage|extended_tip|PickOutlinePage"
+msgid "Displays the different styles that you can apply to a hierarchical list. %PRODUCTNAME supports up to nine outline levels in a list hierarchy."
+msgstr "የ ተለያዩ ዘዴዎች ማሳያ እርስዎ መፈጸም የሚችሉት በ ቅደም ተከተል ዝርዝር ውስጥ %PRODUCTNAME እስከ ዘጠኝ የ ረቂቅ ደረጃዎች ይደግፋል በ ቅደም ተከተል ዝርዝር ውስጥ "
+
#. hRP6U
#: cui/uiconfig/ui/positionpage.ui:66
msgctxt "positionpage|normal"
@@ -13561,165 +17975,291 @@ msgctxt "possizetabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "ቦታ የ _Y:"
+#. TCRj5
+#: cui/uiconfig/ui/possizetabpage.ui:95
+msgctxt "possizetabpage|extended_tip|MTR_FLD_POS_X"
+msgid "Enter the horizontal distance that you want to move the object relative to the base point selected in the grid."
+msgstr "የ አግድም እርዝመት ያስገቡ እቃውን ማንቀሳቀስ የሚፈልጉበትን ከ መሰረታዊ ነጥብ አንጻር በ መጋጠሚያው ከ ተመረጠው"
+
+#. 88ohS
+#: cui/uiconfig/ui/possizetabpage.ui:114
+msgctxt "possizetabpage|extended_tip|MTR_FLD_POS_Y"
+msgid "Enter the vertical distance that you want to move the object relative to the base point selected in the grid."
+msgstr "የ ቁመት እርዝመት ያስገቡ እቃውን ማንቀሳቀስ የሚፈልጉበትን ከ መሰረታዊ ነጥብ አንጻር በ መጋጠሚያው ከ ተመረጠው"
+
+#. fo7DN
+#: cui/uiconfig/ui/possizetabpage.ui:156
+msgctxt "possizetabpage|extended_tip|CTL_POSRECT"
+msgid "Click a base point in the grid, and then enter the amount that you want to shift the object relative to the base point that you selected in the Position Y and Position X boxes. The base points correspond to the selection handles on an object."
+msgstr "ይጫኑ የ መሰረታዊ ነጥብ በ መጋጠሚያ ላይ: እና ከዛ ያስገቡ መጠኑን እቃው ከ መሰረታዊ ነጥብ አንፃር የሚቀየርበትን እርስዎ የ መረጡትን በ Y ቦታ እና በ X ቦታ ሳጥን ውስጥ: የ መሰረታዊ ነጥብ ይስማማል እንደ እቃው ምርጫ አያያዝ "
+
#. 35vDU
-#: cui/uiconfig/ui/possizetabpage.ui:159
+#: cui/uiconfig/ui/possizetabpage.ui:174
msgctxt "possizetabpage|FT_POSREFERENCE"
msgid "_Base point:"
msgstr "_መሰረታዊ ነጥብ:"
#. Vxpqo
-#: cui/uiconfig/ui/possizetabpage.ui:184
+#: cui/uiconfig/ui/possizetabpage.ui:199
msgctxt "possizetabpage|label1"
msgid "Position"
msgstr "ቦታ"
#. pFULX
-#: cui/uiconfig/ui/possizetabpage.ui:226
+#: cui/uiconfig/ui/possizetabpage.ui:241
msgctxt "possizetabpage|FT_WIDTH"
msgid "Wi_dth:"
msgstr "ስፋ_ት:"
#. jGiQW
-#: cui/uiconfig/ui/possizetabpage.ui:240
+#: cui/uiconfig/ui/possizetabpage.ui:255
msgctxt "possizetabpage|FT_HEIGHT"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
+#. RnbvF
+#: cui/uiconfig/ui/possizetabpage.ui:275
+msgctxt "possizetabpage|extended_tip|MTR_FLD_WIDTH"
+msgid "Enter a width for the selected object."
+msgstr "ለ ተመረጠው እቃ ስፋት ያስገቡ"
+
+#. iEYQc
+#: cui/uiconfig/ui/possizetabpage.ui:294
+msgctxt "possizetabpage|extended_tip|MTR_FLD_HEIGHT"
+msgid "Enter a height for the selected object."
+msgstr "ለ ተመረጠው እቃ እርዝመት ያስገቡ"
+
#. VTzYW
-#: cui/uiconfig/ui/possizetabpage.ui:280
+#: cui/uiconfig/ui/possizetabpage.ui:305
msgctxt "possizetabpage|CBX_SCALE"
msgid "_Keep ratio"
msgstr "_መጠን መጠበቂያ"
+#. 9AxVT
+#: cui/uiconfig/ui/possizetabpage.ui:314
+msgctxt "possizetabpage|extended_tip|CBX_SCALE"
+msgid "Maintains proportions when you resize the selected object."
+msgstr "የ ተመረጠው እቃ እንደገና በሚመጠን ጊዜ ተመጣጣኝነቱን መጠበቂያ "
+
+#. AzyvU
+#: cui/uiconfig/ui/possizetabpage.ui:357
+msgctxt "possizetabpage|extended_tip|CTL_SIZERECT"
+msgid "Click a base point in the grid, and then enter the new size dimensions for the selected object in the Width and Height boxes."
+msgstr "ይጫኑ በ መሰረታዊ ነጥብ በ መጋጠሚያ ላይ: እና ከዛ ያስገቡ አዲስ የ አቅጣጫ መጠን ለ ተመረጠው እቃ በ ስፋት እና እርዝመት ሳጥኖች ውስጥ "
+
#. 4A7Le
-#: cui/uiconfig/ui/possizetabpage.ui:340
+#: cui/uiconfig/ui/possizetabpage.ui:375
msgctxt "possizetabpage|FT_SIZEREFERENCE"
msgid "Base _point:"
msgstr "መሰረታዊ _ነጥብ:"
#. C2Xds
-#: cui/uiconfig/ui/possizetabpage.ui:365
+#: cui/uiconfig/ui/possizetabpage.ui:400
msgctxt "possizetabpage|label2"
msgid "Size"
msgstr "መጠን"
#. 2mfBD
-#: cui/uiconfig/ui/possizetabpage.ui:405
+#: cui/uiconfig/ui/possizetabpage.ui:440
msgctxt "possizetabpage|TSB_POSPROTECT"
msgid "Positio_n"
msgstr "ቦ_ታ"
+#. 3CGAx
+#: cui/uiconfig/ui/possizetabpage.ui:450
+msgctxt "possizetabpage|extended_tip|TSB_POSPROTECT"
+msgid "Prevents changes to the position or the size of the selected object."
+msgstr "የ ተመረጠው እቃ መጠን ወይን ቦታ እንዳይቀየር መከልከያ"
+
#. qD3T7
-#: cui/uiconfig/ui/possizetabpage.ui:422
+#: cui/uiconfig/ui/possizetabpage.ui:462
msgctxt "possizetabpage|TSB_SIZEPROTECT"
msgid "_Size"
msgstr "_መጠን"
+#. 5Fftz
+#: cui/uiconfig/ui/possizetabpage.ui:472
+msgctxt "possizetabpage|extended_tip|TSB_SIZEPROTECT"
+msgid "Prevents you from resizing the object."
+msgstr "እቃውን እንደገና ከ መመጠን መከልከያ"
+
#. 4Ezcc
-#: cui/uiconfig/ui/possizetabpage.ui:445
+#: cui/uiconfig/ui/possizetabpage.ui:490
msgctxt "possizetabpage|label3"
msgid "Protect"
msgstr "መጠበቂያ"
#. vpzXL
-#: cui/uiconfig/ui/possizetabpage.ui:479
+#: cui/uiconfig/ui/possizetabpage.ui:524
msgctxt "possizetabpage|TSB_AUTOGROW_WIDTH"
msgid "_Fit width to text"
msgstr "ጽሁፉ በ ስፋቱ _ልክ"
+#. zZUic
+#: cui/uiconfig/ui/possizetabpage.ui:534
+msgctxt "possizetabpage|extended_tip|TSB_AUTOGROW_WIDTH"
+msgid "Expands the width of the object to the width of the text, if the object is smaller than the text."
+msgstr "የ እቃውን ስፋት ማስፊያ በ ጽሁፉ ስፋት ልክ: እቃው አነስተኛ ከሆነ ከ ጽሁፉ "
+
#. XPXA3
-#: cui/uiconfig/ui/possizetabpage.ui:496
+#: cui/uiconfig/ui/possizetabpage.ui:546
msgctxt "possizetabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit _height to text"
msgstr "ጽሁፉ በ _እርዝመቱ ልክ"
+#. EoEoC
+#: cui/uiconfig/ui/possizetabpage.ui:556
+msgctxt "possizetabpage|extended_tip|TSB_AUTOGROW_HEIGHT"
+msgid "Expands the height of the object to the height of the text, if the object is smaller than the text."
+msgstr "የ እቃውን እርዝመት ማስፊያ በ ጽሁፉ እርዝመት ልክ: እቃው አነስተኛ ከሆነ ከ ጽሁፉ "
+
#. A4B3x
-#: cui/uiconfig/ui/possizetabpage.ui:519
+#: cui/uiconfig/ui/possizetabpage.ui:574
msgctxt "possizetabpage|label4"
msgid "Adapt"
msgstr "ማስማሚያ"
+#. 5AEGM
+#: cui/uiconfig/ui/possizetabpage.ui:597
+msgctxt "possizetabpage|extended_tip|PositionAndSize"
+msgid "Resizes or moves the selected object."
+msgstr "የ ተመረጠውን እቃ እንደገና መመጠኛ ወይንም ማንቀሳቀሻ"
+
#. BydCX
#: cui/uiconfig/ui/posterdialog.ui:15
msgctxt "posterdialog|PosterDialog"
msgid "Posterize"
msgstr "ቀለም መቀነሻ"
+#. ySBCG
+#: cui/uiconfig/ui/posterdialog.ui:146
+msgctxt "posterdialog|extended_tip|value"
+msgid "Specifies the number of colors to which the image is to be reduced."
+msgstr "የ ምስል ቀለም የሚቀነስበትን ቁጥር መወሰኛ "
+
#. 2ncug
-#: cui/uiconfig/ui/posterdialog.ui:157
+#: cui/uiconfig/ui/posterdialog.ui:159
msgctxt "posterdialog|label2"
msgid "Poster colors:"
msgstr "የ ፖስተር ቀለሞች:"
#. 3iZDQ
-#: cui/uiconfig/ui/posterdialog.ui:181
+#: cui/uiconfig/ui/posterdialog.ui:183
msgctxt "posterdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
+#. DoLFC
+#: cui/uiconfig/ui/posterdialog.ui:208
+msgctxt "posterdialog|extended_tip|PosterDialog"
+msgid "Opens a dialog to determine the number of poster colors."
+msgstr ""
+
#. YodDB
-#: cui/uiconfig/ui/qrcodegen.ui:15
+#: cui/uiconfig/ui/qrcodegen.ui:14
msgctxt "qrcodegen|QrCodeGenDialog"
msgid "QR Code Generator"
msgstr ""
#. CCQhf
-#: cui/uiconfig/ui/qrcodegen.ui:117
+#: cui/uiconfig/ui/qrcodegen.ui:116
msgctxt "qrcodegen|edit_name"
msgid "www.libreoffice.org"
msgstr ""
+#. B4bcB
+#: cui/uiconfig/ui/qrcodegen.ui:119
+msgctxt "qr text"
+msgid "The text from which to generate the QR code."
+msgstr ""
+
#. PFE57
#. Text to be stored in the QR
-#: cui/uiconfig/ui/qrcodegen.ui:129
+#: cui/uiconfig/ui/qrcodegen.ui:133
msgctxt "qrcodegen|label_text"
msgid "URL/Text :"
msgstr ""
#. HYC7f
#. Set Border around QR
-#: cui/uiconfig/ui/qrcodegen.ui:144
+#: cui/uiconfig/ui/qrcodegen.ui:148
msgctxt "qrcodegen|label_border"
msgid "Border :"
msgstr ""
#. i2kkj
#. Error Correction Level of QR code
-#: cui/uiconfig/ui/qrcodegen.ui:164
+#: cui/uiconfig/ui/qrcodegen.ui:168
msgctxt "qrcodegen|label_ecc"
msgid "Error Correction:"
msgstr ""
+#. ecSS4
+#: cui/uiconfig/ui/qrcodegen.ui:199
+msgctxt "edit border"
+msgid "The width in dots of the border surrounding the QR code."
+msgstr ""
+
#. vUJPT
-#: cui/uiconfig/ui/qrcodegen.ui:203
+#: cui/uiconfig/ui/qrcodegen.ui:215
msgctxt "qrcodegen|ErrorCorrection"
msgid "Low"
msgstr ""
+#. GeYR9
+#: cui/uiconfig/ui/qrcodegen.ui:228
+msgctxt "button_low"
+msgid "7% of codewords can be restored."
+msgstr ""
+
#. 2gaf5
-#: cui/uiconfig/ui/qrcodegen.ui:219
+#: cui/uiconfig/ui/qrcodegen.ui:239
msgctxt "qrcodegen|ErrorCorrection"
msgid "Medium"
msgstr ""
+#. 3A5XB
+#: cui/uiconfig/ui/qrcodegen.ui:253
+msgctxt "button_medium"
+msgid "15% of codewords can be restored."
+msgstr ""
+
#. GBf3R
-#: cui/uiconfig/ui/qrcodegen.ui:236
+#: cui/uiconfig/ui/qrcodegen.ui:264
msgctxt "qrcodegen|ErrorCorrection"
msgid "Quartile"
msgstr ""
+#. x4g64
+#: cui/uiconfig/ui/qrcodegen.ui:278
+msgctxt "button_quartile"
+msgid "25% of codewords can be restored."
+msgstr ""
+
#. WS3ER
-#: cui/uiconfig/ui/qrcodegen.ui:253
+#: cui/uiconfig/ui/qrcodegen.ui:289
msgctxt "qrcodegen|ErrorCorrection"
msgid "High"
msgstr ""
+#. A2TRN
+#: cui/uiconfig/ui/qrcodegen.ui:303
+msgctxt "button_high"
+msgid "30% of codewords can be restored."
+msgstr ""
+
#. VCCGD
-#: cui/uiconfig/ui/qrcodegen.ui:282
+#: cui/uiconfig/ui/qrcodegen.ui:326
msgctxt "qrcodegen|QR Code Properties"
msgid "Options"
msgstr ""
+#. fj4HR
+#: cui/uiconfig/ui/qrcodegen.ui:357
+msgctxt "qr code dialog title"
+msgid "Generate QR Code for any text or URL."
+msgstr ""
+
#. 3HNDZ
#: cui/uiconfig/ui/querychangelineenddialog.ui:7
msgctxt "querychangelineenddialog|AskChangeLineEndDialog"
@@ -13948,48 +18488,84 @@ msgctxt "rotationtabpage|FT_POS_Y"
msgid "Position _Y:"
msgstr "ቦታ የ _Y:"
-#. GpHXD
-#: cui/uiconfig/ui/rotationtabpage.ui:123
-msgctxt "rotationtabpage|FT_POSPRESETS"
-msgid "_Default settings:"
-msgstr "_ነባር ማሰናጃዎች:"
+#. EiCXd
+#: cui/uiconfig/ui/rotationtabpage.ui:89
+msgctxt "rotationtabpage|extended_tip|MTR_FLD_POS_X"
+msgid "Enter the horizontal distance from the left edge of the page to the pivot point."
+msgstr "ያስገቡ የ አግድም እርዝመት ከ ገጽ የ ግራ ጠርዝ እስከ ፒቮት ነጥብ ድረስ"
+
+#. 3gEFD
+#: cui/uiconfig/ui/rotationtabpage.ui:107
+msgctxt "rotationtabpage|extended_tip|MTR_FLD_POS_Y"
+msgid "Enter the vertical distance from the top edge of the page to the pivot point."
+msgstr "ያስገቡ የ አግድም እርዝመት ከ ገጽ የ ግራ ጠርዝ እስከ ፒቮት ነጥብ ድረስ"
#. 6tTrN
-#: cui/uiconfig/ui/rotationtabpage.ui:151
+#: cui/uiconfig/ui/rotationtabpage.ui:147
msgctxt "rotationtabpage|CTL_RECT|tooltip_text"
msgid "Rotation point"
msgstr "ማዞሪያ ነጥብ"
+#. Kpeuu
+#: cui/uiconfig/ui/rotationtabpage.ui:150
+msgctxt "rotationtabpage|extended_tip|CTL_RECT"
+msgid "Click where you want to place the pivot point."
+msgstr "ይጫኑ እርስዎ ፒቮት ነጥብ ማስቆም የሚፈልጉበትን ቦታ "
+
+#. GpHXD
+#: cui/uiconfig/ui/rotationtabpage.ui:168
+msgctxt "rotationtabpage|FT_POSPRESETS"
+msgid "_Default settings:"
+msgstr "_ነባር ማሰናጃዎች:"
+
#. mNM6u
-#: cui/uiconfig/ui/rotationtabpage.ui:178
+#: cui/uiconfig/ui/rotationtabpage.ui:193
msgctxt "rotationtabpage|label1"
msgid "Pivot Point"
msgstr "የ ፒቮት ነጥብ"
#. w4tmF
-#: cui/uiconfig/ui/rotationtabpage.ui:220
+#: cui/uiconfig/ui/rotationtabpage.ui:235
msgctxt "rotationtabpage|FT_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
+#. 2nqLU
+#: cui/uiconfig/ui/rotationtabpage.ui:256
+msgctxt "rotationtabpage|extended_tip|NF_ANGLE"
+msgid "Enter the number of degrees that you want to rotate the selected object."
+msgstr "የ ተመረጠውን እቃ ለማዞር የ ዲግሪዎች ቁጥር ያስገቡ "
+
#. G7xCD
-#: cui/uiconfig/ui/rotationtabpage.ui:264
+#: cui/uiconfig/ui/rotationtabpage.ui:284
msgctxt "rotationtabpage|CTL_ANGLE|tooltip_text"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
+#. RCbZK
+#: cui/uiconfig/ui/rotationtabpage.ui:288
+msgctxt "rotationtabpage|extended_tip|CTL_ANGLE"
+msgid "Click to specify the rotation angle in multiples of 45 degrees."
+msgstr "ይጫኑ የ ተወሰነ የ ማዞሪያ አንግል ያለ ቀሪ የሚያካፍል 45 ዲግሪዎች "
+
#. LrED9
-#: cui/uiconfig/ui/rotationtabpage.ui:277
+#: cui/uiconfig/ui/rotationtabpage.ui:302
msgctxt "rotationtabpage|FT_ANGLEPRESETS"
msgid "Default _settings:"
msgstr "ነባር _ማሰናጃዎች:"
#. Hg259
-#: cui/uiconfig/ui/rotationtabpage.ui:302
+#: cui/uiconfig/ui/rotationtabpage.ui:327
msgctxt "rotationtabpage|label2"
msgid "Rotation Angle"
msgstr "ማዞሪያ አንግል"
+#. ByBjr
+#: cui/uiconfig/ui/rotationtabpage.ui:343
+msgctxt "rotationtabpage|extended_tip|Rotation"
+msgid "Rotates the selected object."
+msgstr "የ ተመረጠውን እቃ ማዞሪያ"
+
#. r67NG
#: cui/uiconfig/ui/screenshotannotationdialog.ui:8
msgctxt "screenshotannotationdialog|ScreenshotAnnotationDialog"
@@ -14021,41 +18597,77 @@ msgid "%MACROLANG Macros"
msgstr "%MACROLANG ማክሮስ"
#. FrF4C
-#: cui/uiconfig/ui/scriptorganizer.ui:37
+#: cui/uiconfig/ui/scriptorganizer.ui:34
msgctxt "scriptorganizer|run"
msgid "Run"
msgstr "ማስኬጃ"
#. nVYFP
-#: cui/uiconfig/ui/scriptorganizer.ui:165
+#: cui/uiconfig/ui/scriptorganizer.ui:161
msgctxt "scriptorganizer|create"
msgid "Create..."
msgstr "መፍጠሪያ..."
+#. xsmtf
+#: cui/uiconfig/ui/scriptorganizer.ui:167
+msgctxt "scriptorganizer|extended_tip|create"
+msgid "Creates a new script."
+msgstr ""
+
+#. pUCto
+#: cui/uiconfig/ui/scriptorganizer.ui:186
+msgctxt "scriptorganizer|extended_tip|edit"
+msgid "Opens the default script editor for your operating system."
+msgstr ""
+
#. 8iqip
-#: cui/uiconfig/ui/scriptorganizer.ui:192
+#: cui/uiconfig/ui/scriptorganizer.ui:198
msgctxt "scriptorganizer|rename"
msgid "Rename..."
msgstr "እንደገና መሰየሚያ..."
+#. D6WNC
+#: cui/uiconfig/ui/scriptorganizer.ui:204
+msgctxt "scriptorganizer|extended_tip|rename"
+msgid "Opens a dialog where you can change the name of the selected script."
+msgstr ""
+
#. vvvff
-#: cui/uiconfig/ui/scriptorganizer.ui:205
+#: cui/uiconfig/ui/scriptorganizer.ui:216
msgctxt "scriptorganizer|delete"
msgid "Delete..."
msgstr "ማጥፊያ..."
+#. wZgUF
+#: cui/uiconfig/ui/scriptorganizer.ui:222
+msgctxt "scriptorganizer|extended_tip|delete"
+msgid "Prompts you to delete the selected script."
+msgstr ""
+
#. fQdom
-#: cui/uiconfig/ui/scriptorganizer.ui:230
+#: cui/uiconfig/ui/scriptorganizer.ui:246
msgctxt "scriptorganizer|macrosft"
msgid "Macros"
msgstr "ማክሮስ"
+#. vX8VC
+#: cui/uiconfig/ui/scriptorganizer.ui:271
+msgctxt "scriptorganizer|extended_tip|ScriptOrganizerDialog"
+msgid "Select a macro or script from My Macros, %PRODUCTNAME Macros, or an open document. To view the available macros or scripts, double-click an entry."
+msgstr ""
+
#. U3sDy
#: cui/uiconfig/ui/searchattrdialog.ui:22
msgctxt "searchattrdialog|SearchAttrDialog"
msgid "Attributes"
msgstr "ባህሪዎች"
+#. C5Fet
+#: cui/uiconfig/ui/searchattrdialog.ui:155
+msgctxt "searchattrdialog|extended_tip|SearchAttrDialog"
+msgid "Choose the text attributes that you want to search for. For example, if you search for the Font attribute, all instances of text that do not use the default font are found. All text that has a directly coded font attribute, and all text where a style switches the font attribute, are found."
+msgstr ""
+
#. 2nKNE
#: cui/uiconfig/ui/searchformatdialog.ui:8
msgctxt "searchformatdialog|SearchFormatDialog"
@@ -14128,126 +18740,252 @@ msgctxt "securityoptionsdialog|savesenddocs"
msgid "_When saving or sending"
msgstr "በሚያስቀምጡ ወይንም በሚልኩ _ጊዜ"
+#. nPLGw
+#: cui/uiconfig/ui/securityoptionsdialog.ui:117
+msgctxt "extended_tip|savesenddocs"
+msgid "Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments."
+msgstr "ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ ማስቀመጥ በሚሞክሩ ጊዜ ወይንም ለ መላክ በሚሞክሩ ጊዜ ሰነዶች ለውጦች የ ተቀረጸባቸው: እትሞች ወይንም አስተያየቶች የያዙ ሲሆኑ "
+
#. 6f6yg
-#: cui/uiconfig/ui/securityoptionsdialog.ui:123
+#: cui/uiconfig/ui/securityoptionsdialog.ui:128
msgctxt "securityoptionsdialog|whensigning"
msgid "When _signing"
msgstr "_በሚፈርሙ ጊዜ"
+#. zPKQY
+#: cui/uiconfig/ui/securityoptionsdialog.ui:137
+msgctxt "extended_tip|whensigning"
+msgid "Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments."
+msgstr "የ ማስጠንቀቂያ ንግግር ለማየት እርስዎ ሰነድ ለ መፈረም በሚሞክሩ ጊዜ የ ተቀየረ የ ተመዘገበ ለውጦች የያዘ: እትሞች: ሜዳዎች: ማመሳከሪያ ወደ ሌሎች ምንጮች (ለምሳሌ የ ተገናኙ ክፍሎች ወይንም የ ተገናኙ ስእሎች): ወይንም አስተያየቶች "
+
#. D6Lsv
-#: cui/uiconfig/ui/securityoptionsdialog.ui:138
+#: cui/uiconfig/ui/securityoptionsdialog.ui:148
msgctxt "securityoptionsdialog|whenprinting"
msgid "When _printing"
msgstr "_በሚታተምበት ጊዜ"
+#. fYdUd
+#: cui/uiconfig/ui/securityoptionsdialog.ui:157
+msgctxt "extended_tip|whenprinting"
+msgid "Select to see a warning dialog when you try to print a document that contains recorded changes or comments."
+msgstr "ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ ማተም በሚሞክሩ ጊዜ ሰነድ ወይንም ለውጦች የ ተቀረጸባቸው: ወይንም አስተያየቶች የያዙ ሲሆኑ "
+
#. 8BnPF
-#: cui/uiconfig/ui/securityoptionsdialog.ui:153
+#: cui/uiconfig/ui/securityoptionsdialog.ui:168
msgctxt "securityoptionsdialog|whenpdf"
msgid "When creating PDF _files"
msgstr "የ PDF _ፋይሎች በሚፈጥሩ ጊዜ"
+#. jVm3C
+#: cui/uiconfig/ui/securityoptionsdialog.ui:177
+msgctxt "extended_tip|whenpdf"
+msgid "Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments."
+msgstr "ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ መላክ በሚሞክሩ ጊዜ ሰነድ ወደ PDF አቀራረብ የሚያሳይ ለውጦች የ ተቀረጸባቸው በ መጻፊያ ውስጥ: ወይንም አስተያየቶች የያዙ ሲሆኑ "
+
#. pfCsh
-#: cui/uiconfig/ui/securityoptionsdialog.ui:229
+#: cui/uiconfig/ui/securityoptionsdialog.ui:249
msgctxt "securityoptionsdialog|label3"
msgid "Warn if document contains recorded changes, versions, hidden information or notes:"
msgstr "ሰነዱ የ ተመዘገቡ ለውጦችን ከያዘ: እትሞችን: የ ተደበቁ መረጃዎች ወይንም ማስታወሻዎች ከያዘ አስጠንቅቀኝ:"
#. 3yxBp
-#: cui/uiconfig/ui/securityoptionsdialog.ui:245
+#: cui/uiconfig/ui/securityoptionsdialog.ui:265
msgctxt "securityoptionsdialog|label1"
msgid "Security Warnings"
msgstr "የደህንነት ማስጠንቀቂያዎች"
#. 8Vywd
-#: cui/uiconfig/ui/securityoptionsdialog.ui:279
+#: cui/uiconfig/ui/securityoptionsdialog.ui:299
msgctxt "securityoptionsdialog|removepersonal"
msgid "_Remove personal information on saving"
msgstr "በሚቀመጥበት ጊዜ የ ግል መረጃን _ማስወገጃ"
+#. kjZqN
+#: cui/uiconfig/ui/securityoptionsdialog.ui:309
+msgctxt "extended_tip|removepersonal"
+msgid "Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the Reset Properties button on File - Properties - General."
+msgstr "ይምረጡ ሁል ጊዜ የ ተጠቃሚ ዳታ ከ ፋይል ባህሪዎች ውስጥ እንዲወገድ: ይህ ምርጫ ካልተመረጠ: እርስዎ ማስወገድ ይችላሉ የ ግል መረጃዎች ለ አሁኑ ሰነድ በ ባህሪዎች እንደ ነበር መመለሻ ቁልፍ በ ፋይል - ባህሪዎች - ባጠቃላይ ."
+
#. y5FFs
-#: cui/uiconfig/ui/securityoptionsdialog.ui:295
+#: cui/uiconfig/ui/securityoptionsdialog.ui:320
msgctxt "securityoptionsdialog|password"
msgid "Recommend password protection on sa_ving"
msgstr "የ መግቢያ ቃል ይጠቀሙ በሚ_ያስቀምጡ ጊዜ"
+#. kWgcV
+#: cui/uiconfig/ui/securityoptionsdialog.ui:330
+msgctxt "extended_tip|password"
+msgid "Select to always enable the Save with password option in the file save dialogs. Deselect the option to save files by default without password."
+msgstr "ይምረጡ ሁል ጊዜ ለ ማስቻል: በ መግቢያ ቃል ማስቀመጫ ምርጫ በ ፋይል ማስቀመጫ ንግግር ውስጥ: ምልክቱን ያጥፉ ከ ምርጫው ላይ ያለ መግቢያ ቃል እንደ ነባር ለማስቀመጥ "
+
#. i3F7P
-#: cui/uiconfig/ui/securityoptionsdialog.ui:311
+#: cui/uiconfig/ui/securityoptionsdialog.ui:341
msgctxt "securityoptionsdialog|ctrlclick"
msgid "Ctrl-click required _to open hyperlinks"
msgstr ""
+#. nxTdt
+#: cui/uiconfig/ui/securityoptionsdialog.ui:351
+msgctxt "extended_tip|ctrlclick"
+msgid "If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink."
+msgstr "እርስዎ ይህን ካስቻሉ ተጭነው መያዝ አለብዎት የ Ctrl ቁልፍ በሚጫኑ ጊዜ የ hyperlink አገናኙን ለ መከተል: ከ ተሰናከለ: መጫን የሚከፍተው hyperlink ነው "
+
#. Ubb9Q
-#: cui/uiconfig/ui/securityoptionsdialog.ui:327
+#: cui/uiconfig/ui/securityoptionsdialog.ui:362
msgctxt "securityoptionsdialog|blockuntrusted"
msgid "Block any links from documents not among the trusted locations (see Macro Security)"
msgstr "ማንኛውንም አገናኝ መከልከያ ከ ሰነድ ውስጥ ከሚታመኑት አካባቢዎች በስተቀር (ይህን ይመልከቱ የ Macro ደህንነት)"
+#. Zm9kD
+#: cui/uiconfig/ui/securityoptionsdialog.ui:372
+msgctxt "extended_tip|blockuntrusted"
+msgid "Blocks the use of linked images by documents not in the trusted locations defined on the Trusted Sources tab of the Macro Security dialog."
+msgstr ""
+
#. vQGT6
-#: cui/uiconfig/ui/securityoptionsdialog.ui:398
+#: cui/uiconfig/ui/securityoptionsdialog.ui:438
msgctxt "securityoptionsdialog|label2"
msgid "Security Options"
msgstr "የ ደህንነት ምርጫዎች"
+#. GENQg
+#: cui/uiconfig/ui/securityoptionsdialog.ui:470
+msgctxt "extended_tip|SecurityOptionsDialog"
+msgid "Set security related options and warnings about hidden information in documents."
+msgstr "ደህንነት የ ተዛመደ ምርጫ ማሰናጃ: እና ማስጠንቀቂያ ስለ ተደበቀ መረጃ በ ሰነድ ውስጥ "
+
#. md3EB
#: cui/uiconfig/ui/selectpathdialog.ui:16
msgctxt "selectpathdialog|SelectPathDialog"
msgid "Select Paths"
msgstr "መንገድ ይምረጡ"
+#. R45hT
+#: cui/uiconfig/ui/selectpathdialog.ui:42
+msgctxt "selectpathdialog|extended_tip|ok"
+msgid "Saves all changes and closes dialog."
+msgstr "ለውጦቹን ማስቀመጫ እና ንግግሩን መዝጊያ "
+
+#. 2rXGN
+#: cui/uiconfig/ui/selectpathdialog.ui:61
+msgctxt "selectpathdialog|extended_tip|cancel"
+msgid "Closes dialog and discards all changes."
+msgstr "ንግግሩን መዝጊያ እና ለውጦቹን ማስወገጃ "
+
#. oN39A
-#: cui/uiconfig/ui/selectpathdialog.ui:117
+#: cui/uiconfig/ui/selectpathdialog.ui:127
msgctxt "selectpathdialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
+#. dUWC3
+#: cui/uiconfig/ui/selectpathdialog.ui:134
+msgctxt "cui/ui/selectpathdialog/add"
+msgid "Opens the Select Path dialog to select another folder or the Open dialog to select another file."
+msgstr ""
+
+#. WKcRy
+#: cui/uiconfig/ui/selectpathdialog.ui:153
+msgctxt "selectpathdialog|extended_tip|delete"
+msgid "Deletes the selected element or elements without requiring confirmation."
+msgstr "የተመረጠውን አካል ወይንም አካሎች ያለ ማረጋገጫ ማጥፊያ"
+
+#. UADPU
+#: cui/uiconfig/ui/selectpathdialog.ui:201
+msgctxt "cui/ui/selectpathdialog/paths"
+msgid "Contains a list of the paths that have already been added. Mark the default path for new files."
+msgstr ""
+
#. oADTt
-#: cui/uiconfig/ui/selectpathdialog.ui:195
+#: cui/uiconfig/ui/selectpathdialog.ui:220
msgctxt "selectpathdialog|label1"
msgid "Paths"
msgstr "መንገዶች"
#. UzFeh
-#: cui/uiconfig/ui/shadowtabpage.ui:40
+#: cui/uiconfig/ui/shadowtabpage.ui:45
msgctxt "shadowtabpage|TSB_SHOW_SHADOW"
msgid "_Use shadow"
msgstr "ጥላ _መጠቀሚያ"
+#. 6bXyA
+#: cui/uiconfig/ui/shadowtabpage.ui:55
+msgctxt "shadowtabpage|extended_tip|TSB_SHOW_SHADOW"
+msgid "Adds a shadow to the selected drawing object."
+msgstr "ለ ተመረጠው የ መሳያ እቃ ጥላ መጨመሪያ "
+
+#. GGsRg
+#: cui/uiconfig/ui/shadowtabpage.ui:85
+msgctxt "shadowtabpage|extended_tip|MTR_SHADOW_TRANSPARENT"
+msgid "Enter a percentage from 0% (opaque) to 100% (transparent) to specify the transparency of the shadow."
+msgstr "ያስገቡ: በ ፐርሰንት ከ 0% (ማለት በ ውስጡ ብርሃን አያሳልፍም) 100% (ማለት በ ውስጡ ብርሃን ያሳልፋል) የ ጥላ ብርሃን ማሳለፊያ ለ መወሰን "
+
+#. FEWDn
+#: cui/uiconfig/ui/shadowtabpage.ui:116
+msgctxt "shadowtabpage|extended_tip|MTR_FLD_DISTANCE"
+msgid "Enter the distance that you want the shadow to be offset from the selected object."
+msgstr "እርስዎ ያስገቡ ጥላው እንዲኖር የሚፈልጉበትን ቦታ እርቀት ለ ማካካስ ለ ተመረጠው እቃ "
+
+#. 3PNWf
+#: cui/uiconfig/ui/shadowtabpage.ui:143
+msgctxt "shadowtabpage|extended_tip|CTL_POSITION"
+msgid "Click where you want to cast the shadow."
+msgstr "እርስዎ ይጫኑ ጥላውን ማድረግ በሚፈልጉበት ቦታ "
+
+#. BEyDS
+#: cui/uiconfig/ui/shadowtabpage.ui:169
+msgctxt "shadowtabpage|extended_tip|LB_SHADOW_COLOR"
+msgid "Select a color for the shadow."
+msgstr "የ ጥላውን ቀለም ይምረጡ "
+
#. 4BFuT
-#: cui/uiconfig/ui/shadowtabpage.ui:139
+#: cui/uiconfig/ui/shadowtabpage.ui:182
msgctxt "shadowtabpage|FT_DISTANCE"
msgid "_Distance:"
msgstr "_እርቀት:"
#. 5ZBde
-#: cui/uiconfig/ui/shadowtabpage.ui:153
+#: cui/uiconfig/ui/shadowtabpage.ui:196
msgctxt "shadowtabpage|FT_SHADOW_COLOR"
msgid "_Color:"
msgstr "_ቀለም:"
+#. kGyDZ
+#: cui/uiconfig/ui/shadowtabpage.ui:210
+msgctxt "shadowtabpage|FT_SHADOW_BLUR"
+msgid "_Blur:"
+msgstr ""
+
#. DMAGP
-#: cui/uiconfig/ui/shadowtabpage.ui:167
+#: cui/uiconfig/ui/shadowtabpage.ui:224
msgctxt "shadowtabpage|FT_TRANSPARENT"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
#. JsPjd
-#: cui/uiconfig/ui/shadowtabpage.ui:197
+#: cui/uiconfig/ui/shadowtabpage.ui:254
msgctxt "shadowtabpage|label"
msgid "Properties"
msgstr "ባህሪዎች"
#. SYFAn
-#: cui/uiconfig/ui/shadowtabpage.ui:246
+#: cui/uiconfig/ui/shadowtabpage.ui:303
msgctxt "shadowtabpage|CTL_COLOR_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
#. HcTUC
-#: cui/uiconfig/ui/shadowtabpage.ui:268
+#: cui/uiconfig/ui/shadowtabpage.ui:325
msgctxt "shadowtabpage|label"
msgid "Preview"
msgstr ""
+#. nxBPj
+#: cui/uiconfig/ui/shadowtabpage.ui:340
+msgctxt "shadowtabpage|extended_tip|ShadowTabPage"
+msgid "Add a shadow to the selected drawing object, and define the properties of the shadow."
+msgstr "ለ ተመረጠው መሳያ እቃ ጥላ መጨመሪያ: እና የ ጥላ ባህሪዎች መግለጫ "
+
#. C7Ct3
#: cui/uiconfig/ui/showcoldialog.ui:16
msgctxt "showcoldialog|ShowColDialog"
@@ -14272,65 +19010,101 @@ msgctxt "signatureline|edit_name"
msgid "John Doe"
msgstr "ማንነቱ ያልታወቀ ሰው"
+#. F8khU
+#: cui/uiconfig/ui/signatureline.ui:114
+msgctxt "signatureline|extended_tip|edit_name"
+msgid "Enter your name as signer of the document. Your name will be inserted above the signature horizontal line."
+msgstr ""
+
#. bMy9F
-#: cui/uiconfig/ui/signatureline.ui:124
+#: cui/uiconfig/ui/signatureline.ui:129
msgctxt "signatureline|edit_title"
msgid "Director"
msgstr "አስተዳዳሪ"
+#. BfTFx
+#: cui/uiconfig/ui/signatureline.ui:132
+msgctxt "signatureline|extended_tip|edit_title"
+msgid "Enter the title of the signer. The title is displayed in the signature line graphic box."
+msgstr ""
+
#. 3SKcg
-#: cui/uiconfig/ui/signatureline.ui:137
+#: cui/uiconfig/ui/signatureline.ui:147
msgctxt "signatureline|edit_email"
msgid "john.doe@example.org"
msgstr "john.doe@example.org"
+#. DF2wM
+#: cui/uiconfig/ui/signatureline.ui:150
+msgctxt "signatureline|extended_tip|edit_email"
+msgid "Enter the email of the signer. The email is not displayed in the signature line graphic box, but is used for the digital signature."
+msgstr ""
+
#. As8u6
#. Suggested Signer Name
-#: cui/uiconfig/ui/signatureline.ui:149
+#: cui/uiconfig/ui/signatureline.ui:164
msgctxt "signatureline|label_name"
msgid "Name:"
msgstr "ስም:"
#. dMWtK
#. Suggested Signer Title
-#: cui/uiconfig/ui/signatureline.ui:163
+#: cui/uiconfig/ui/signatureline.ui:178
msgctxt "signatureline|label_title"
msgid "Title:"
msgstr "አርእስት:"
#. 48kX8
#. Suggested Signer email
-#: cui/uiconfig/ui/signatureline.ui:177
+#: cui/uiconfig/ui/signatureline.ui:192
msgctxt "signatureline|label_email"
msgid "Email:"
msgstr "ኢሜይል:"
#. 4C6SW
-#: cui/uiconfig/ui/signatureline.ui:194
+#: cui/uiconfig/ui/signatureline.ui:209
msgctxt "signatureline|label_suggestedsigner"
msgid "Suggested Signer"
msgstr "የ ቀረበው ፈራሚ"
#. 4R5Hz
-#: cui/uiconfig/ui/signatureline.ui:228
+#: cui/uiconfig/ui/signatureline.ui:243
msgctxt "signatureline|checkbox_can_add_comments"
msgid "Signer can add comments"
msgstr "ፈራሚው አስተያየት መጨመር ይችላል"
+#. Gonpf
+#: cui/uiconfig/ui/signatureline.ui:252
+msgctxt "signatureline|extended_tip|checkbox_can_add_comments"
+msgid "Enable signer to insert comments in the Sign Signature Line dialog at time of signature."
+msgstr ""
+
#. BPMGM
-#: cui/uiconfig/ui/signatureline.ui:243
+#: cui/uiconfig/ui/signatureline.ui:263
msgctxt "signatureline|checkbox_show_sign_date"
msgid "Show sign date in signature line"
msgstr "የ ፊርማውን ቀን በ ፊርማው መስመር ላይ ማሳያ"
+#. QnaFT
+#: cui/uiconfig/ui/signatureline.ui:272
+msgctxt "signatureline|extended_tip|checkbox_show_sign_date"
+msgid "Mark this checkbox to display the date of the signature, at the time when the document is digitally signed."
+msgstr ""
+
#. fSsbq
-#: cui/uiconfig/ui/signatureline.ui:261
+#: cui/uiconfig/ui/signatureline.ui:286
msgctxt "signatureline|label_instructions"
msgid "Instructions to the signer:"
msgstr "ትእዛዝ ለ ፈራሚው:"
+#. AdqtN
+#: cui/uiconfig/ui/signatureline.ui:311
+msgctxt "signatureline|extended_tip|edit_instructions"
+msgid "Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature."
+msgstr ""
+
#. jqCPH
-#: cui/uiconfig/ui/signatureline.ui:300
+#: cui/uiconfig/ui/signatureline.ui:330
msgctxt "signatureline|label_more"
msgid "More"
msgstr "ተጨማሪ"
@@ -14342,82 +19116,106 @@ msgid "Sign Signature Line"
msgstr "የ ፊርማ መስመር ምልክት"
#. 8JC4v
-#: cui/uiconfig/ui/signsignatureline.ui:56
+#: cui/uiconfig/ui/signsignatureline.ui:53
msgctxt "signsignatureline|ok"
msgid "Sign"
msgstr "ምልክት"
#. yE7r7
-#: cui/uiconfig/ui/signsignatureline.ui:113
+#: cui/uiconfig/ui/signsignatureline.ui:110
msgctxt "signsignatureline|edit_name"
msgid "Type your name here"
msgstr "የ እርስዎን ስም እዚህ ይጻፉ"
+#. XNvhh
+#: cui/uiconfig/ui/signsignatureline.ui:113
+msgctxt "signsignatureline|extended_tip|edit_name"
+msgid "Enter your name as signer of the document. Your name will be inserted above the signature horizontal line."
+msgstr ""
+
#. dgTR9
#. Name of the signer
-#: cui/uiconfig/ui/signsignatureline.ui:125
+#: cui/uiconfig/ui/signsignatureline.ui:127
msgctxt "signsignatureline|label_name"
msgid "Your Name:"
msgstr "የ እርስዎ ስም:"
#. 5dFsN
#. Certificate to be used for signing
-#: cui/uiconfig/ui/signsignatureline.ui:139
+#: cui/uiconfig/ui/signsignatureline.ui:141
msgctxt "signsignatureline|label_certificate"
msgid "Certificate:"
msgstr "የምስክር ወረቀት:"
#. SNBEH
-#: cui/uiconfig/ui/signsignatureline.ui:150
+#: cui/uiconfig/ui/signsignatureline.ui:152
msgctxt "signsignatureline|btn_select_certificate"
msgid "Select Certificate"
msgstr "የምስክር ወረቀት ይምረጡ"
+#. uJ9EC
+#: cui/uiconfig/ui/signsignatureline.ui:158
+msgctxt "signsignatureline|extended_tip|btn_select_certificate"
+msgid "Click on the Select Certificate button to open the Select Certificate dialog box, where your certificates are listed. Select the certificate suitable for signing the document."
+msgstr ""
+
#. 3vSAS
#. Name of the signer
-#: cui/uiconfig/ui/signsignatureline.ui:166
+#: cui/uiconfig/ui/signsignatureline.ui:173
msgctxt "signsignatureline|label_name"
msgid "or"
msgstr "ወይንም"
#. XhtMy
-#: cui/uiconfig/ui/signsignatureline.ui:175
+#: cui/uiconfig/ui/signsignatureline.ui:182
msgctxt "signsignatureline|btn_load_image"
msgid "Use Signature Image"
msgstr "የ ፊርማ ምስል ይጠቀሙ"
#. SVjkF
-#: cui/uiconfig/ui/signsignatureline.ui:190
+#: cui/uiconfig/ui/signsignatureline.ui:197
msgctxt "signsignatureline|btn_clear_image"
msgid "Clear"
msgstr "ማጽጃ"
#. wZRg8
-#: cui/uiconfig/ui/signsignatureline.ui:206
+#: cui/uiconfig/ui/signsignatureline.ui:213
msgctxt "signsignatureline|label_image_dimensions"
msgid "Best image size: 600 x 100 px"
msgstr "ጥሩ የ ምስል መጠን: 600 x 100 ፒክስል"
#. xUxqT
-#: cui/uiconfig/ui/signsignatureline.ui:237
+#: cui/uiconfig/ui/signsignatureline.ui:244
msgctxt "signsignatureline|label_sign"
msgid "Sign"
msgstr "ምልክት"
#. ViryY
-#: cui/uiconfig/ui/signsignatureline.ui:274
+#: cui/uiconfig/ui/signsignatureline.ui:281
msgctxt "signsignatureline|label_add_comment"
msgid "Add comment:"
msgstr "አስተያየት መጨመሪያ:"
+#. CJAg3
+#: cui/uiconfig/ui/signsignatureline.ui:306
+msgctxt "signsignatureline|extended_tip|edit_comment"
+msgid "Enter comments about the signature. The comments are displayed in the Description field of the certificate."
+msgstr ""
+
#. k4PqT
-#: cui/uiconfig/ui/signsignatureline.ui:310
+#: cui/uiconfig/ui/signsignatureline.ui:322
msgctxt "signsignatureline|label_hint"
msgid "Instructions from the document creator:"
msgstr "ትእዛዝ ከ ሰነድ ፈጣሪው:"
-#. kVoG9
+#. J8MFU
#: cui/uiconfig/ui/signsignatureline.ui:343
+msgctxt "signsignatureline|extended_tip|label_hint_text"
+msgid "This area displays the instructions entered by the document creator when adding the signature line."
+msgstr ""
+
+#. kVoG9
+#: cui/uiconfig/ui/signsignatureline.ui:360
msgctxt "signsignatureline|label_more"
msgid "More"
msgstr "ተጨማሪ"
@@ -14452,84 +19250,174 @@ msgctxt "similaritysearchdialog|relaxbox"
msgid "_Combine"
msgstr "_መቀላቀያ"
+#. FBUtw
+#: cui/uiconfig/ui/similaritysearchdialog.ui:157
+msgctxt "similaritysearchdialog|extended_tip|relaxbox"
+msgid "Searches for a term that matches any combination of the similarity search settings."
+msgstr "ተመሳሳይ ደንብ መፈለጊያ ለ መቀላቀያ ተመሳሳይ መፈለጊያ ማሰናጃዎችን "
+
+#. ncAU3
+#: cui/uiconfig/ui/similaritysearchdialog.ui:174
+msgctxt "similaritysearchdialog|extended_tip|otherfld"
+msgid "Enter the number of characters in the search term that can be exchanged."
+msgstr "የ ባህሪዎች ቁጥር ያስገቡ በ መፈለጊያ ደንብ ውስጥ የሚቀያየረውን "
+
+#. K5dwk
+#: cui/uiconfig/ui/similaritysearchdialog.ui:190
+msgctxt "similaritysearchdialog|extended_tip|longerfld"
+msgid "Enter the maximum number of characters by which a word can exceed the number of characters in the search term."
+msgstr "ያስገቡ ከፍተኛውን የ ባህሪዎች ቁጥር ቃሉ የሚበልጥበትን በ መፈለጊያ ደንብ ውስጥ "
+
+#. iK8Hr
+#: cui/uiconfig/ui/similaritysearchdialog.ui:206
+msgctxt "similaritysearchdialog|extended_tip|shorterfld"
+msgid "Enter the number of characters by which a word can be shorter than the search term."
+msgstr "ያስገቡ የ ባህሪዎች ቁጥር ቃሉ የሚያንስበትን በ መፈለጊያ ደንብ ውስጥ "
+
+#. TBNnx
+#: cui/uiconfig/ui/similaritysearchdialog.ui:234
+msgctxt "similaritysearchdialog|extended_tip|SimilaritySearchDialog"
+msgid "Find terms that are similar to the Find text. Select this checkbox, and then click the Similarities button to define the similarity options."
+msgstr "መፈለጊያ ተመሳሳይ የሆኑ ደንቦችን በ መፈለጊያ ጽሁፍ ውስጥ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይጫኑ የ ተመሳሳይ ቁልፍ ለ መግለጽ የ ተመሳሳይ ምርጫዎች "
+
#. VNDAt
#: cui/uiconfig/ui/slantcornertabpage.ui:70
msgctxt "slantcornertabpage|label5"
msgid "_X:"
msgstr "_X:"
+#. 2e5NJ
+#: cui/uiconfig/ui/slantcornertabpage.ui:90
+msgctxt "slantcornertabpage|extended_tip|controlx1"
+msgid "Enter the X coordinate of the control point 1"
+msgstr ""
+
#. CkJx5
-#: cui/uiconfig/ui/slantcornertabpage.ui:110
+#: cui/uiconfig/ui/slantcornertabpage.ui:115
msgctxt "slantcornertabpage|label6"
msgid "_Y:"
msgstr "_Y:"
+#. ozMHB
+#: cui/uiconfig/ui/slantcornertabpage.ui:135
+msgctxt "slantcornertabpage|extended_tip|controly1"
+msgid "Enter the Y coordinate of the control point 1"
+msgstr ""
+
#. gpixF
-#: cui/uiconfig/ui/slantcornertabpage.ui:149
+#: cui/uiconfig/ui/slantcornertabpage.ui:159
msgctxt "slantcornertabpage|label3"
msgid "Control Point 1"
msgstr "መቆጣጠሪያ ነጥብ 1"
#. krHiw
-#: cui/uiconfig/ui/slantcornertabpage.ui:183
+#: cui/uiconfig/ui/slantcornertabpage.ui:193
msgctxt "slantcornertabpage|FT_RADIUS"
msgid "_Radius:"
msgstr "_ራዲየስ:"
+#. v8XnA
+#: cui/uiconfig/ui/slantcornertabpage.ui:212
+msgctxt "slantcornertabpage|extended_tip|MTR_FLD_RADIUS"
+msgid "Enter the radius of the circle that you want to use to round the corners."
+msgstr "ራዲየስ ያስገቡ ለ ክብ እርስዎ መጠቀም የሚፈልጉትን ጠርዞችን ለ መክበብ "
+
#. WVN9Y
-#: cui/uiconfig/ui/slantcornertabpage.ui:214
+#: cui/uiconfig/ui/slantcornertabpage.ui:229
msgctxt "slantcornertabpage|label1"
msgid "Corner Radius"
msgstr "የ ጠርዝ Radius"
#. oVtU3
-#: cui/uiconfig/ui/slantcornertabpage.ui:248
+#: cui/uiconfig/ui/slantcornertabpage.ui:263
msgctxt "slantcornertabpage|FT_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
+#. sUHCF
+#: cui/uiconfig/ui/slantcornertabpage.ui:282
+msgctxt "slantcornertabpage|extended_tip|MTR_FLD_ANGLE"
+msgid "Enter the angle of the slant axis."
+msgstr "አንግል ያስገቡ ለ አክሲስ ማዝመሚያ"
+
#. ATpxT
-#: cui/uiconfig/ui/slantcornertabpage.ui:279
+#: cui/uiconfig/ui/slantcornertabpage.ui:299
msgctxt "slantcornertabpage|label2"
msgid "Slant"
msgstr "ማዘንበያ"
#. mtFaZ
-#: cui/uiconfig/ui/slantcornertabpage.ui:320
+#: cui/uiconfig/ui/slantcornertabpage.ui:340
msgctxt "slantcornertabpage|label4"
msgid "_X:"
msgstr "_X:"
-#. 3EL7K
+#. nvSvt
#: cui/uiconfig/ui/slantcornertabpage.ui:360
+msgctxt "slantcornertabpage|extended_tip|controlx2"
+msgid "Enter the X coordinate of the control point 2"
+msgstr ""
+
+#. 3EL7K
+#: cui/uiconfig/ui/slantcornertabpage.ui:385
msgctxt "slantcornertabpage|label7"
msgid "_Y:"
msgstr "_Y:"
+#. zAyqa
+#: cui/uiconfig/ui/slantcornertabpage.ui:405
+msgctxt "slantcornertabpage|extended_tip|controly2"
+msgid "Enter the Y coordinate of the control point 2"
+msgstr ""
+
#. FzWQs
-#: cui/uiconfig/ui/slantcornertabpage.ui:399
+#: cui/uiconfig/ui/slantcornertabpage.ui:429
msgctxt "slantcornertabpage|label8"
msgid "Control Point 2"
msgstr "መቆጣጠሪያ ነጥብ 2"
+#. hQu5B
+#: cui/uiconfig/ui/slantcornertabpage.ui:444
+msgctxt "slantcornertabpage|extended_tip|SlantAndCornerRadius"
+msgid "Slants the selected object, or rounds the corners of a rectangular object."
+msgstr "የ ተመረጠውን እቃ ማዝመሚያ: ወይንም ክብ ማድረጊያ የ አራት ማእዘን እቃ ጠርዝ "
+
#. 6HGgg
#: cui/uiconfig/ui/smarttagoptionspage.ui:34
msgctxt "smarttagoptionspage|main"
msgid "Label text with smart tags"
msgstr "ጽሁፍ ምልክት ማድረጊያ በ smart tags"
+#. u2yey
+#: cui/uiconfig/ui/smarttagoptionspage.ui:43
+msgctxt "smarttagoptionspage|extended_tip|main"
+msgid "Enables Smart Tags to be evaluated and shown in your text document."
+msgstr "Smart Tags እንዲገመገም እና እንዲታይ ማስቻያ በ እርስዎ ሰነድ ውስጥ "
+
#. vfc7b
-#: cui/uiconfig/ui/smarttagoptionspage.ui:72
+#: cui/uiconfig/ui/smarttagoptionspage.ui:77
msgctxt "smarttagoptionspage|properties"
msgid "Properties..."
msgstr "ባህሪዎች..."
+#. fENAa
+#: cui/uiconfig/ui/smarttagoptionspage.ui:85
+msgctxt "smarttagoptionspage|extended_tip|properties"
+msgid "To configure a Smart Tag, select the name of the Smart Tag, then click Properties. Not all Smart Tags can be configured."
+msgstr "Smart Tag ለማዋቀር: የ Smart Tag ስም ይምረጡ: እና ከዛ ይጫኑ ባህሪዎች ላይ: ሁሉም Smart Tags ማዋቀር ይቻላል "
+
#. 4xp5D
-#: cui/uiconfig/ui/smarttagoptionspage.ui:147
+#: cui/uiconfig/ui/smarttagoptionspage.ui:157
msgctxt "smarttagoptionspage|label1"
msgid "Currently Installed Smart Tags"
msgstr "አሁን የ ተገጠሙ smart tags"
+#. dUASA
+#: cui/uiconfig/ui/smarttagoptionspage.ui:177
+msgctxt "smarttagoptionspage|extended_tip|SmartTagOptionsPage"
+msgid "When you have installed at least one Smart Tag extension, you see the Smart Tags page."
+msgstr "እርስዎ ቢያንስ አንድ የ Smart Tag ተጨማሪዎች ከ ገጠሙ: ለ እርስዎ ይታያል የ Smart Tags ገጽ "
+
#. y7D3W
#: cui/uiconfig/ui/smoothdialog.ui:15
msgctxt "smoothdialog|SmoothDialog"
@@ -14537,41 +19425,65 @@ msgid "Smooth"
msgstr "ለስላሳ"
#. BwUut
-#: cui/uiconfig/ui/smoothdialog.ui:159
+#: cui/uiconfig/ui/smoothdialog.ui:156
msgctxt "smoothdialog|label2"
msgid "_Smooth radius:"
msgstr "_ለስላሳ radius:"
#. b62Mc
-#: cui/uiconfig/ui/smoothdialog.ui:183
+#: cui/uiconfig/ui/smoothdialog.ui:180
msgctxt "smoothdialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
+#. RHoUb
+#: cui/uiconfig/ui/smoothdialog.ui:205
+msgctxt "smoothdialog|extended_tip|SmoothDialog"
+msgid "Softens or blurs the image by applying a low pass filter."
+msgstr ""
+
#. xAH4y
#: cui/uiconfig/ui/solarizedialog.ui:13
msgctxt "solarizedialog|SolarizeDialog"
msgid "Solarization"
msgstr "ብርሀናማ"
+#. GEGrA
+#: cui/uiconfig/ui/solarizedialog.ui:145
+msgctxt "solarizedialog|extended_tip|value"
+msgid "Specifies the number of colors to which the image is to be reduced."
+msgstr "የ ምስል ቀለም የሚቀነስበትን ቁጥር መወሰኛ "
+
#. Cjvhw
-#: cui/uiconfig/ui/solarizedialog.ui:156
+#: cui/uiconfig/ui/solarizedialog.ui:158
msgctxt "solarizedialog|label2"
msgid "Threshold _value:"
msgstr "መግቢያ _ዋጋ:"
#. zN2jC
-#: cui/uiconfig/ui/solarizedialog.ui:168
+#: cui/uiconfig/ui/solarizedialog.ui:170
msgctxt "solarizedialog|invert"
msgid "_Invert"
msgstr "_መገልበጫ"
+#. owmYE
+#: cui/uiconfig/ui/solarizedialog.ui:179
+msgctxt "solarizedialog|extended_tip|invert"
+msgid "Specifies to also invert all pixels."
+msgstr "ሁሉንም ፒክስሎች ለ መገልበጫ መወሰኛ "
+
#. vd8sF
-#: cui/uiconfig/ui/solarizedialog.ui:195
+#: cui/uiconfig/ui/solarizedialog.ui:202
msgctxt "solarizedialog|label1"
msgid "Parameters"
msgstr "ደንቦች"
+#. Vec6B
+#: cui/uiconfig/ui/solarizedialog.ui:227
+msgctxt "solarizedialog|extended_tip|SolarizeDialog"
+msgid "Opens a dialog for defining solarization. Solarization refers to an effect that looks like what can happen when there is too much light during photo development. The colors become partly inverted."
+msgstr ""
+
#. JpXVy
#: cui/uiconfig/ui/specialcharacters.ui:8
msgctxt "specialcharacters|SpecialCharactersDialog"
@@ -14579,65 +19491,83 @@ msgid "Special Characters"
msgstr "የ ተለዩ ባህሪዎች"
#. FEFAp
-#: cui/uiconfig/ui/specialcharacters.ui:27
+#: cui/uiconfig/ui/specialcharacters.ui:24
msgctxt "specialcharacters|insert"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. CLtzq
-#: cui/uiconfig/ui/specialcharacters.ui:110
+#: cui/uiconfig/ui/specialcharacters.ui:107
msgctxt "specialcharacters|subsetft"
msgid "Subset:"
msgstr "ንዑስ ስብስብ:"
#. mPCRR
-#: cui/uiconfig/ui/specialcharacters.ui:124
+#: cui/uiconfig/ui/specialcharacters.ui:121
msgctxt "specialcharacters|fontft"
msgid "Font:"
msgstr "ፊደል:"
#. 3LCFE
-#: cui/uiconfig/ui/specialcharacters.ui:138
+#: cui/uiconfig/ui/specialcharacters.ui:135
msgctxt "specialcharacters|srchft"
msgid "Search:"
msgstr "መፈለጊያ:"
+#. eCjVg
+#: cui/uiconfig/ui/specialcharacters.ui:163
+msgctxt "specialcharacters|extended_tip|subsetlb"
+msgid "Select a Unicode category for the current font."
+msgstr "ይምረጡ የ Unicode ምድብ ለ አሁኑ ፊደል "
+
+#. JPWW8
+#: cui/uiconfig/ui/specialcharacters.ui:186
+msgctxt "specialcharacters|extended_tip|fontlb"
+msgid "Select a font to display the special characters that are associated with it."
+msgstr "ፊደል ይምረጡ የተዛመዱትን የ ተለዩ ባህሪዎች ለማሳየት"
+
#. LxRMr
-#: cui/uiconfig/ui/specialcharacters.ui:226
+#: cui/uiconfig/ui/specialcharacters.ui:233
msgctxt "specialcharacters|hexlabel"
msgid "Hexadecimal:"
msgstr "ሄክሳ ዴሲማል:"
#. XFFYD
-#: cui/uiconfig/ui/specialcharacters.ui:280
+#: cui/uiconfig/ui/specialcharacters.ui:287
msgctxt "specialcharacters|decimallabel"
msgid "Decimal:"
msgstr "ዴሲማል:"
#. UAnec
-#: cui/uiconfig/ui/specialcharacters.ui:305
+#: cui/uiconfig/ui/specialcharacters.ui:312
msgctxt "specialcharacters|favbtn"
msgid "Add to Favorites"
msgstr "ወደ የምወደው መጨመሪያ"
#. REwcC
-#: cui/uiconfig/ui/specialcharacters.ui:309
+#: cui/uiconfig/ui/specialcharacters.ui:316
msgctxt "specialcharacters|favbtn|tooltip_text"
msgid "Maximum Limit: 16 Characters"
msgstr "ከፍተኛው መጠን: 16 ባህሪዎች"
#. ti8sG
-#: cui/uiconfig/ui/specialcharacters.ui:356
+#: cui/uiconfig/ui/specialcharacters.ui:363
msgctxt "specialcharacters|symboltext1"
msgid "Recent Characters:"
msgstr "የ ቅርብ ጊዜ ባህሪዎ:"
#. LQZ7q
-#: cui/uiconfig/ui/specialcharacters.ui:590
+#: cui/uiconfig/ui/specialcharacters.ui:597
msgctxt "specialcharacters|favbtn|symboltext2"
msgid "Favorite Characters:"
msgstr "የምወዳቸው ባህሪዎች:"
+#. DhG6L
+#: cui/uiconfig/ui/specialcharacters.ui:894
+msgctxt "specialcharacters|extended_tip|SpecialCharactersDialog"
+msgid "Allows a user to insert characters from the range of symbols found in the installed fonts."
+msgstr ""
+
#. 2pg6B
#: cui/uiconfig/ui/spellingdialog.ui:30
msgctxt "spellingdialog|SpellingDialog"
@@ -14645,119 +19575,203 @@ msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "ፊደል ማረሚያ: $LANGUAGE ($LOCATION)"
#. FcbQv
-#: cui/uiconfig/ui/spellingdialog.ui:64
+#: cui/uiconfig/ui/spellingdialog.ui:61
msgctxt "spellingdialog|options"
msgid "_Options..."
msgstr "_ምርጫዎች..."
+#. CTnCk
+#: cui/uiconfig/ui/spellingdialog.ui:68
+msgctxt "spellingdialog|extended_tip|options"
+msgid "Opens a dialog, where you can select the user-defined dictionaries, and set the rules for the spellchecking."
+msgstr "ንግግር መክፈቻ: እርስዎ የሚመርጡበት በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት: እና ማሰናጃ ደንቦች ለ ፊደል ማረሚያ "
+
+#. yuEBN
+#: cui/uiconfig/ui/spellingdialog.ui:88
+msgctxt "spellingdialog|extended_tip|undo"
+msgid "Click to undo the last change in the current sentence. Click again to undo the previous change in the same sentence."
+msgstr "ይጫኑ ለ መተው የ መጨረሻውን ለውጥ በ አሁኑ አረፍተ ነገር ውስጥ: ይጫኑ እንደገና ለ መተው ቀደም ያለውን ለውጥ ለ መተው በ ተመሳሳይ አረፍተ ነገር ውስጥ "
+
#. XESAQ
-#: cui/uiconfig/ui/spellingdialog.ui:138
+#: cui/uiconfig/ui/spellingdialog.ui:145
msgctxt "spellingdialog|explainlink"
msgid "More..."
msgstr "ተጨማሪ ..."
+#. fsyKA
+#: cui/uiconfig/ui/spellingdialog.ui:173
+msgctxt "spellingdialog|extended_tip|sentence"
+msgid "Displays the sentence with the misspelled word highlighted. Edit the word or the sentence, or click one of the suggestions in the text box below."
+msgstr "አረፍተ ነገር ማስያ የ ተሳሳተውን ቃል በማድመቅ: ቃሉን ያርሙ: ወይንም አረፍተ ነገሩን: ወይንም ይጫኑ ከ ታች በኩል በ ጽሁፍ ሳጥን ውስጥ ካለው ምርጫ ውስጥ "
+
#. 4E4ES
-#: cui/uiconfig/ui/spellingdialog.ui:178
+#: cui/uiconfig/ui/spellingdialog.ui:190
msgctxt "spellingdialog|suggestionsft"
msgid "_Suggestions"
msgstr "_ማሳሰቢያ"
+#. MZdqY
+#: cui/uiconfig/ui/spellingdialog.ui:233
+msgctxt "spellingdialog|extended_tip|suggestionslb"
+msgid "Lists suggested words to replace the misspelled word. Select the word that you want to use, and then click Correct or Correct All."
+msgstr "ለ ተሳሳተው ቃል መቀየሪያ የሚሆን ዝርዝር ያቀርባል: እርስዎ መጠቀም የሚፈልጉትን ቃል ይምረጡ: እና ከዛ ይጫኑ ማረሚያ ወይንም ሁሉንም ማረሚያ "
+
#. 7Lgq7
-#: cui/uiconfig/ui/spellingdialog.ui:229
+#: cui/uiconfig/ui/spellingdialog.ui:246
msgctxt "spellingdialog|checkgrammar"
msgid "Chec_k grammar"
msgstr "_ሰዋሰው መመርመሪያ"
+#. 3VnDN
+#: cui/uiconfig/ui/spellingdialog.ui:255
+msgctxt "spellingdialog|extended_tip|checkgrammar"
+msgid "Enable Check grammar to work first on all spelling errors, then on all grammar errors."
+msgstr ""
+
#. gPGys
-#: cui/uiconfig/ui/spellingdialog.ui:253
+#: cui/uiconfig/ui/spellingdialog.ui:275
msgctxt "spellingdialog|notindictft"
msgid "_Not in dictionary"
msgstr "መዝገበ ቃላት ውስጥ _የለም"
#. R7k8J
-#: cui/uiconfig/ui/spellingdialog.ui:273
+#: cui/uiconfig/ui/spellingdialog.ui:295
msgctxt "spellingdialog|paste"
msgid "Paste"
msgstr "መለጠፊያ"
#. vTAkA
-#: cui/uiconfig/ui/spellingdialog.ui:286
+#: cui/uiconfig/ui/spellingdialog.ui:308
msgctxt "spellingdialog|insert"
msgid "Special Character"
msgstr "የ ተለዩ ባህሪዎች"
#. qLx9c
-#: cui/uiconfig/ui/spellingdialog.ui:317
+#: cui/uiconfig/ui/spellingdialog.ui:339
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
msgstr "የ ጽሁፍ ቋን_ቋ:"
+#. g7zja
+#: cui/uiconfig/ui/spellingdialog.ui:371
+msgctxt "spellingdialog|extended_tip|languagelb"
+msgid "Specifies the language to use to check the spelling."
+msgstr "ቋንቋ ይወስኑ ፊደል ማረሚያ ለ መጠቀም "
+
#. bxC8G
-#: cui/uiconfig/ui/spellingdialog.ui:368
+#: cui/uiconfig/ui/spellingdialog.ui:395
msgctxt "spellingdialog|resumeft"
msgid "Res_ume"
msgstr "ይቀ_ጥሉ"
#. D2E4f
-#: cui/uiconfig/ui/spellingdialog.ui:380
+#: cui/uiconfig/ui/spellingdialog.ui:407
msgctxt "spellingdialog|nosuggestionsft"
msgid "(no suggestions)"
msgstr "(አስተያየት የለም)"
#. dCCnN
-#: cui/uiconfig/ui/spellingdialog.ui:392
+#: cui/uiconfig/ui/spellingdialog.ui:419
msgctxt "spellingdialog|alttitleft"
msgid "Spelling: $LANGUAGE ($LOCATION)"
msgstr "ፊደል ማረሚያ: $LANGUAGE ($LOCATION)"
#. 5LDdh
-#: cui/uiconfig/ui/spellingdialog.ui:415
+#: cui/uiconfig/ui/spellingdialog.ui:442
msgctxt "spellingdialog|change"
msgid "Co_rrect"
msgstr "ማረ_ሚያ"
+#. m7FFp
+#: cui/uiconfig/ui/spellingdialog.ui:451
+msgctxt "spellingdialog|extended_tip|change"
+msgid "Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced."
+msgstr "የ ማይታወቀውን ቃል በ አሁኑ ሀሳብ መቀየሪያ: እርስዎ በትክክል ያልተጻፈ ቃል ከ ቀየሩ: ጠቅላላ አረፍተ ነገሩ ይቀየራል "
+
#. dZvFo
-#: cui/uiconfig/ui/spellingdialog.ui:430
+#: cui/uiconfig/ui/spellingdialog.ui:462
msgctxt "spellingdialog|changeall"
msgid "Correct A_ll"
msgstr "ሁ_ሉንም ማረሚያ"
+#. 9kjPB
+#: cui/uiconfig/ui/spellingdialog.ui:471
+msgctxt "spellingdialog|extended_tip|changeall"
+msgid "Replaces all occurrences of the unknown word with the current suggestion."
+msgstr "ሁሉንም ሁኔታዎች መቀየሪያ ያልተወቀውን ቃል በ አሁኑ ሀሳብ ውስጥ "
+
#. GYcSJ
-#: cui/uiconfig/ui/spellingdialog.ui:445
+#: cui/uiconfig/ui/spellingdialog.ui:482
msgctxt "spellingdialog|autocorrect"
msgid "Alwa_ys Correct"
msgstr "ሁል_ጊዜ አርም"
+#. GhEsr
+#: cui/uiconfig/ui/spellingdialog.ui:491
+msgctxt "spellingdialog|extended_tip|autocorrect"
+msgid "Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacements table."
+msgstr "መጨመሪያ ለ አሁኑ መቀላቀያ የ ተሳሳተ ቃል እና የ መቀየሪያ ቃል በ በራሱ አራሚ መቀየሪያ ሰንጠረዥ ውስጥ "
+
#. DoqLo
-#: cui/uiconfig/ui/spellingdialog.ui:472
+#: cui/uiconfig/ui/spellingdialog.ui:514
msgctxt "spellingdialog|ignore"
msgid "_Ignore Once"
msgstr "_አንድ ጊዜ መተው"
+#. M5qZF
+#: cui/uiconfig/ui/spellingdialog.ui:523
+msgctxt "spellingdialog|extended_tip|ignore"
+msgid "Skips the unknown word and continues with the spellcheck."
+msgstr "ያልታወቀውን ቃል ይዘል እና ፊደል ማረም ይቀጥላል "
+
#. 32F96
-#: cui/uiconfig/ui/spellingdialog.ui:487
+#: cui/uiconfig/ui/spellingdialog.ui:534
msgctxt "spellingdialog|ignoreall"
msgid "I_gnore All"
msgstr "መ_ተው ሁሉንም"
+#. B5UQJ
+#: cui/uiconfig/ui/spellingdialog.ui:543
+msgctxt "spellingdialog|extended_tip|ignoreall"
+msgid "Skips all occurrences of the unknown word until the end of the current %PRODUCTNAME session and continues with the spellcheck."
+msgstr "ሁሉንም ሁኔታዎች እና ያልታወቀውን ቃል ይዘላል እስከ መጨረሻው %PRODUCTNAME ድረስ እና ፊደል ማረም ይቀጥላል "
+
#. ZZNQM
-#: cui/uiconfig/ui/spellingdialog.ui:502
+#: cui/uiconfig/ui/spellingdialog.ui:554
msgctxt "spellingdialog|ignorerule"
msgid "I_gnore Rule"
msgstr "ሕጉን መ_ተው"
+#. E63nm
+#: cui/uiconfig/ui/spellingdialog.ui:563
+msgctxt "spellingdialog|extended_tip|ignorerule"
+msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
+msgstr "ሰዋሰው በሚመረምሩ ጊዜ: ይጫኑ መተው ደንቡን: አሁን የሚታየውን የ ሰዋሰው ስህተት ደንቡን ለ መተው "
+
#. evAcz
-#: cui/uiconfig/ui/spellingdialog.ui:517
+#: cui/uiconfig/ui/spellingdialog.ui:574
msgctxt "spellingdialog|add"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
#. CEWcz
-#: cui/uiconfig/ui/spellingdialog.ui:532
+#: cui/uiconfig/ui/spellingdialog.ui:589
msgctxt "spellingdialog|addmb"
msgid "_Add to Dictionary"
msgstr "ወደ መዝገበ ቃላት _መጨመሪያ"
+#. YFz8g
+#: cui/uiconfig/ui/spellingdialog.ui:603
+msgctxt "spellingdialog|extended_tip|addmb"
+msgid "Adds the unknown word to a user-defined dictionary."
+msgstr "ያልታወቀውን ቃል በ ተጠቃሚ-የሚገለጽ መዝገበ ቃላት ውስጥ መጨመሪያ "
+
+#. GSZVa
+#: cui/uiconfig/ui/spellingdialog.ui:644
+msgctxt "spellingdialog|extended_tip|SpellingDialog"
+msgid "Checks the document or the current selection for spelling errors. If a grammar checking extension is installed, the dialog also checks for grammar errors."
+msgstr "ሰነድ ወይንም አሁን የ ተመረጠውን የ ፊደል ስህተት መመርመሪያ: የ ሰዋሰው መመርመሪያ ተጨማሪ ተገጥሞ ከሆነ: የ ሰዋሰው ስህተት ይመረመራል "
+
#. fM6Vt
#: cui/uiconfig/ui/spelloptionsdialog.ui:8
msgctxt "spelloptionsdialog|SpellOptionsDialog"
@@ -14806,6 +19820,12 @@ msgctxt "splitcellsdialog|label2"
msgid "Direction"
msgstr "አቅጣጫ"
+#. WFHAy
+#: cui/uiconfig/ui/splitcellsdialog.ui:278
+msgctxt "splitcellsdialog|extended_tip|SplitCellsDialog"
+msgid "Splits the cell or group of cells horizontally or vertically into the number of cells that you enter."
+msgstr "መክፈያ ክፍል ወይንም የ ክፍሎች ቡድን በ አግድም ወይንም በ ቁመት እርስዎ ወደሚያስገቡት ክፍል ቁጥር ውስጥ "
+
#. hbDka
#: cui/uiconfig/ui/storedwebconnectiondialog.ui:18
msgctxt "storedwebconnectiondialog|StoredWebConnectionDialog"
@@ -14842,138 +19862,234 @@ msgctxt "storedwebconnectiondialog|change"
msgid "_Change Password..."
msgstr "የ መግቢያ ቃል _መቀየሪያ..."
+#. M4C6V
+#: cui/uiconfig/ui/swpossizepage.ui:77
+msgctxt "swpossizepage|extended_tip|width"
+msgid "Enter the width that you want for the selected object."
+msgstr "ለ ተመረጠው እቃ እርስዎ የሚፈልጉትን ስፋት ያስገቡ "
+
#. ADAyE
-#: cui/uiconfig/ui/swpossizepage.ui:85
+#: cui/uiconfig/ui/swpossizepage.ui:90
msgctxt "swpossizepage|widthft"
msgid "_Width:"
msgstr "_ስፋት:"
+#. 5jMac
+#: cui/uiconfig/ui/swpossizepage.ui:120
+msgctxt "swpossizepage|extended_tip|height"
+msgid "Enter the height that you want for the selected object."
+msgstr "ለ ተመረጠው እቃ እርስዎ የሚፈልጉትን እርዝመት ያስገቡ "
+
#. D2QY9
-#: cui/uiconfig/ui/swpossizepage.ui:123
+#: cui/uiconfig/ui/swpossizepage.ui:133
msgctxt "swpossizepage|heightft"
msgid "H_eight:"
msgstr "እ_ርዝመት:"
#. UpdQN
-#: cui/uiconfig/ui/swpossizepage.ui:141
+#: cui/uiconfig/ui/swpossizepage.ui:151
msgctxt "swpossizepage|ratio"
msgid "_Keep ratio"
msgstr "መጠን _መጠበቂያ"
+#. vRbyX
+#: cui/uiconfig/ui/swpossizepage.ui:160
+msgctxt "swpossizepage|extended_tip|ratio"
+msgid "Maintains the height and width ratio when you change the width or the height setting."
+msgstr "የ እርዝመት እና ስፋት መጠን መጠበቂያ እርስዎ ስፋት እና እርዝመት በሚቀይሩ ጊዜ የ ማሰናጃውን "
+
#. Dhk9o
-#: cui/uiconfig/ui/swpossizepage.ui:162
+#: cui/uiconfig/ui/swpossizepage.ui:177
msgctxt "swpossizepage|label2"
msgid "Size"
msgstr "መጠን"
#. okeh5
-#: cui/uiconfig/ui/swpossizepage.ui:218
+#: cui/uiconfig/ui/swpossizepage.ui:233
msgctxt "swpossizepage|topage"
msgid "To _page"
msgstr "ወደ _ገጽ"
+#. cAYrG
+#: cui/uiconfig/ui/swpossizepage.ui:243
+msgctxt "swpossizepage|extended_tip|topage"
+msgid "Anchors the selection to the current page."
+msgstr "የ ተመረጠውን የ አሁኑ ገጽ ማስቆሚያ "
+
#. 7GtoG
-#: cui/uiconfig/ui/swpossizepage.ui:234
+#: cui/uiconfig/ui/swpossizepage.ui:254
msgctxt "swpossizepage|topara"
msgid "To paragrap_h"
msgstr "ወደ አንቀ_ጽ"
+#. NhNym
+#: cui/uiconfig/ui/swpossizepage.ui:264
+msgctxt "swpossizepage|extended_tip|topara"
+msgid "Anchors the selection to the current paragraph."
+msgstr "የ ተመረጠውን የ አሁኑ አንቀጽ ማስቆሚያ "
+
#. Uj9Pu
-#: cui/uiconfig/ui/swpossizepage.ui:250
+#: cui/uiconfig/ui/swpossizepage.ui:275
msgctxt "swpossizepage|tochar"
msgid "To cha_racter"
msgstr "ወደ ባህ_ሪ"
+#. KpVFy
+#: cui/uiconfig/ui/swpossizepage.ui:285
+msgctxt "swpossizepage|extended_tip|tochar"
+msgid "Anchors the selection to a character."
+msgstr "የ ተመረጠውን የ አሁኑ ባህሪ ማስቆሚያ "
+
#. GNmu5
-#: cui/uiconfig/ui/swpossizepage.ui:266
+#: cui/uiconfig/ui/swpossizepage.ui:296
msgctxt "swpossizepage|aschar"
msgid "_As character"
msgstr "_እንደ ባህሪ"
+#. F5EmK
+#: cui/uiconfig/ui/swpossizepage.ui:306
+msgctxt "swpossizepage|extended_tip|aschar"
+msgid "Anchors the selection as character. The height of the current line is resized to match the height of the selection."
+msgstr "የ ተመረጠውን እንደ ባህሪ ማስቆሚያ: የ አሁኑ መስመር እርዝመት እንደገና ይመጠናል: ለ ተመረጠው እርዝመት እንዲስማማ "
+
#. e4F9d
-#: cui/uiconfig/ui/swpossizepage.ui:282
+#: cui/uiconfig/ui/swpossizepage.ui:317
msgctxt "swpossizepage|toframe"
msgid "To _frame"
msgstr "ወደ _ክፈፍ"
#. ckR4Z
-#: cui/uiconfig/ui/swpossizepage.ui:304
+#: cui/uiconfig/ui/swpossizepage.ui:339
msgctxt "swpossizepage|label1"
msgid "Anchor"
msgstr "ማስቆሚያ"
#. 7XWqU
-#: cui/uiconfig/ui/swpossizepage.ui:344
+#: cui/uiconfig/ui/swpossizepage.ui:379
msgctxt "swpossizepage|horiposft"
msgid "Hori_zontal:"
msgstr "በ አግ_ድም:"
#. nCjCJ
-#: cui/uiconfig/ui/swpossizepage.ui:358
+#: cui/uiconfig/ui/swpossizepage.ui:393
msgctxt "swpossizepage|horibyft"
msgid "b_y:"
msgstr "በ_:"
#. JAihS
-#: cui/uiconfig/ui/swpossizepage.ui:372
+#: cui/uiconfig/ui/swpossizepage.ui:407
msgctxt "swpossizepage|vertbyft"
msgid "_by:"
msgstr "_በ:"
#. bEU2H
-#: cui/uiconfig/ui/swpossizepage.ui:386
+#: cui/uiconfig/ui/swpossizepage.ui:421
msgctxt "swpossizepage|horitoft"
msgid "_to:"
msgstr "_ለ:"
+#. 7c9uU
+#: cui/uiconfig/ui/swpossizepage.ui:440
+msgctxt "swpossizepage|extended_tip|byhori"
+msgid "Enter the amount of space to leave between the left edge of the selected object and the reference point that you select in the To box."
+msgstr "እርስዎ ከ ተመረጠው እቃ በ ግራ ጠርዝ በኩል መተው የሚፈልጉትን ክፍተት መጠን ያስገቡ: ለ ተመረጠው እቃ እና ለ ማመሳከሪያ ነጥብ እርስዎ የ መረጡትን በ ሳጥን ውስጥ"
+
+#. 93Nyg
+#: cui/uiconfig/ui/swpossizepage.ui:455
+msgctxt "swpossizepage|extended_tip|horianchor"
+msgid "Select the reference point for the selected horizontal alignment option."
+msgstr "የ ማመሳከሪያ ነጥብ ይምረጡ ለ ተመረጠው የ አግድም ማሰለፊያ ምርጫ "
+
+#. drz3i
+#: cui/uiconfig/ui/swpossizepage.ui:470
+msgctxt "swpossizepage|extended_tip|horipos"
+msgid "Select the horizontal alignment option for the object."
+msgstr "ለ እቃው የ አግድም ማሰለፊያ ምርጫ ይምረጡ "
+
#. NKeEB
-#: cui/uiconfig/ui/swpossizepage.ui:433
+#: cui/uiconfig/ui/swpossizepage.ui:483
msgctxt "swpossizepage|vertposft"
msgid "_Vertical:"
msgstr "በ _ቁመት:"
+#. DRm4w
+#: cui/uiconfig/ui/swpossizepage.ui:499
+msgctxt "swpossizepage|extended_tip|vertpos"
+msgid "Select the vertical alignment option for the object."
+msgstr "ለ እቃው የ ቁመት ማሰለፊያ ምርጫ ይምረጡ "
+
+#. ys5CR
+#: cui/uiconfig/ui/swpossizepage.ui:517
+msgctxt "swpossizepage|extended_tip|byvert"
+msgid "Enter the amount of space to leave between the top edge of the selected object and the reference point that you select in the To box."
+msgstr "እርስዎ ከ ላይ ጠርዝ በኩል መተው የሚፈልጉትን ክፍተት መጠን ያስገቡ: ለ ተመረጠው እቃ እና ለ ማመሳከሪያ ነጥብ እርስዎ የ መረጡትን በ ሳጥን ውስጥ "
+
#. 5jQc3
-#: cui/uiconfig/ui/swpossizepage.ui:470
+#: cui/uiconfig/ui/swpossizepage.ui:530
msgctxt "swpossizepage|verttoft"
msgid "t_o:"
msgstr "ለ_:"
+#. 5YHD7
+#: cui/uiconfig/ui/swpossizepage.ui:546
+msgctxt "swpossizepage|extended_tip|vertanchor"
+msgid "Select the reference point for the selected vertical alignment option."
+msgstr "የ ማመሳከሪያ ነጥብ ይምረጡ ለ ተመረጠው የ ቁመት ማሰለፊያ ምርጫ "
+
#. ZFE5p
-#: cui/uiconfig/ui/swpossizepage.ui:492
+#: cui/uiconfig/ui/swpossizepage.ui:557
msgctxt "swpossizepage|mirror"
msgid "_Mirror on even pages"
msgstr "በ ሙሉ ገጾች ላይ _ማንጸባረቂያ"
-#. iTRvh
-#: cui/uiconfig/ui/swpossizepage.ui:509
+#. rubDV
+#: cui/uiconfig/ui/swpossizepage.ui:567
+msgctxt "swpossizepage|extended_tip|mirror"
+msgid "Reverses the current horizontal alignment settings on even pages."
+msgstr "እንደ ነበር መመለሻ የ አሁኑን የ አግድም ማሰለፊያ ማሰናጃ በ ሙሉ ቁጥር ገጾች ላይ"
+
+#. NRKCh
+#: cui/uiconfig/ui/swpossizepage.ui:579
msgctxt "swpossizepage|followtextflow"
-msgid "Follow te_xt flow"
-msgstr "የ ጽ_ሁፉን ፍሰት ተከተል"
+msgid "Keep inside te_xt boundaries"
+msgstr ""
+
+#. zfpt5
+#: cui/uiconfig/ui/swpossizepage.ui:589
+msgctxt "swpossizepage|extended_tip|followtextflow"
+msgid "Keeps the selected object within the layout boundaries of the text that the object is anchored to. To place the selected object anywhere in your document, do not select this option."
+msgstr "በ ረቂቅ ድንበሮች ውስጥ የ ተመረጠውን እቃ መጠበቂያ በ ጽሁፍ እቃ ማስቆሚያ ውስጥ: ወደ ተመረጠው ማንኛውም ቦታ ለ ማድረግ በ እርስዎ ሰነድ ውስጥ: ይህን ምርጫ አይምረጡ "
#. hKBGx
-#: cui/uiconfig/ui/swpossizepage.ui:532
+#: cui/uiconfig/ui/swpossizepage.ui:607
msgctxt "swpossizepage|label11"
msgid "Position"
msgstr "ቦታ"
#. 3PMgB
-#: cui/uiconfig/ui/swpossizepage.ui:563
+#: cui/uiconfig/ui/swpossizepage.ui:638
msgctxt "swpossizepage|pos"
msgid "Positio_n"
msgstr "ቦ_ታ"
#. YuVkA
-#: cui/uiconfig/ui/swpossizepage.ui:579
+#: cui/uiconfig/ui/swpossizepage.ui:654
msgctxt "swpossizepage|size"
msgid "_Size"
msgstr "_መጠን"
#. 7MV8R
-#: cui/uiconfig/ui/swpossizepage.ui:601
+#: cui/uiconfig/ui/swpossizepage.ui:676
msgctxt "swpossizepage|label3"
msgid "Protect"
msgstr "መጠበቂያ"
+#. YeGXE
+#: cui/uiconfig/ui/swpossizepage.ui:690
+msgctxt "swpossizepage|extended_tip|SwPosSizePage"
+msgid "Specifies the size and the position of the selected object or frame on a page."
+msgstr "ለ ተመረጠው እቃ ወይንም ክፈፍ በ ገጹ ላይ መጠን እና ቦታ መወሰኛ"
+
#. C7DcB
#: cui/uiconfig/ui/textanimtabpage.ui:70
msgctxt "textanimtabpage|liststoreEFFECT"
@@ -15004,210 +20120,372 @@ msgctxt "textanimtabpage|liststoreEFFECT"
msgid "Scroll In"
msgstr "መሸብለያ"
+#. Ew3yG
+#: cui/uiconfig/ui/textanimtabpage.ui:78
+msgctxt "textanimtabpage|extended_tip|LB_EFFECT"
+msgid "Select the animation effect that you want to apply to the text in the selected drawing object. To remove an animation effect, select No Effect."
+msgstr "በ ተመረጠው የ መሳያ እቃ ውስጥ የ ጽሁፍ እንቅስቃሴ ውጤት መጨመሪያ: የ እንቅስቃሴውን ውጤት ለ ማስወገድ ይምረጡ ውጤት የለም "
+
#. FpCUy
-#: cui/uiconfig/ui/textanimtabpage.ui:94
+#: cui/uiconfig/ui/textanimtabpage.ui:99
msgctxt "textanimtabpage|FT_DIRECTION"
msgid "Direction:"
msgstr "አቅጣጫ:"
#. XD5iJ
-#: cui/uiconfig/ui/textanimtabpage.ui:113
+#: cui/uiconfig/ui/textanimtabpage.ui:118
msgctxt "textanimtabpage|BTN_UP|tooltip_text"
msgid "To top"
msgstr "ወደ ላይ"
#. bz7eu
-#: cui/uiconfig/ui/textanimtabpage.ui:120
+#: cui/uiconfig/ui/textanimtabpage.ui:125
msgctxt "textanimtabpage|BTN_UP-atkobject"
msgid "Up"
msgstr "ወደ ላይ"
+#. DaCJR
+#: cui/uiconfig/ui/textanimtabpage.ui:126
+msgctxt "textanimtabpage|extended_tip|BTN_UP"
+msgid "Scrolls text from bottom to top."
+msgstr "ጽሁፍ ከ ታች ወደ ላይ መሸብለያ "
+
#. xD7QC
-#: cui/uiconfig/ui/textanimtabpage.ui:134
+#: cui/uiconfig/ui/textanimtabpage.ui:140
msgctxt "textanimtabpage|BTN_RIGHT|tooltip_text"
msgid "To right"
msgstr "ወደ ቀኝ"
#. VN5hz
-#: cui/uiconfig/ui/textanimtabpage.ui:141
+#: cui/uiconfig/ui/textanimtabpage.ui:147
msgctxt "textanimtabpage|BTN_RIGHT-atkobject"
msgid "Right"
msgstr "በ ቀኝ"
+#. wYUTD
+#: cui/uiconfig/ui/textanimtabpage.ui:148
+msgctxt "textanimtabpage|extended_tip|BTN_RIGHT"
+msgid "Scrolls text from left to right."
+msgstr "ጽሁፍ ከ ግራ ወደ ቀኝ መሸብለያ"
+
#. qufE7
-#: cui/uiconfig/ui/textanimtabpage.ui:155
+#: cui/uiconfig/ui/textanimtabpage.ui:162
msgctxt "textanimtabpage|BTN_LEFT|tooltip_text"
msgid "To left"
msgstr "ወደ ግራ"
#. XGbGL
-#: cui/uiconfig/ui/textanimtabpage.ui:162
+#: cui/uiconfig/ui/textanimtabpage.ui:169
msgctxt "textanimtabpage|BTN_LEFT-atkobject"
msgid "Left"
msgstr "በ ግራ"
+#. DKAFm
+#: cui/uiconfig/ui/textanimtabpage.ui:170
+msgctxt "textanimtabpage|extended_tip|BTN_LEFT"
+msgid "Scrolls text from right to left."
+msgstr "ጽሁፍ ከ ቀኝ ወደ ግራ መሸብለያ "
+
#. Y9HDp
-#: cui/uiconfig/ui/textanimtabpage.ui:176
+#: cui/uiconfig/ui/textanimtabpage.ui:184
msgctxt "textanimtabpage|BTN_DOWN|tooltip_text"
msgid "To bottom"
msgstr "ወደ ታች"
#. AaxJ6
-#: cui/uiconfig/ui/textanimtabpage.ui:183
+#: cui/uiconfig/ui/textanimtabpage.ui:191
msgctxt "textanimtabpage|BTN_DOWN-atkobject"
msgid "Down"
msgstr "ከ ታች"
+#. LmUmC
+#: cui/uiconfig/ui/textanimtabpage.ui:192
+msgctxt "textanimtabpage|extended_tip|BTN_DOWN"
+msgid "Scrolls text from top to bottom."
+msgstr "ጽሁፍ ከ ላይ ወደ ታች መሸብለያ "
+
#. C8qts
-#: cui/uiconfig/ui/textanimtabpage.ui:229
+#: cui/uiconfig/ui/textanimtabpage.ui:238
msgctxt "textanimtabpage|FT_EFFECTS"
msgid "E_ffect"
msgstr ""
#. yTfAi
-#: cui/uiconfig/ui/textanimtabpage.ui:264
+#: cui/uiconfig/ui/textanimtabpage.ui:273
msgctxt "textanimtabpage|TSB_START_INSIDE"
msgid "S_tart inside"
msgstr "በ ውስጥ ማ_ስጀመሪያ"
+#. WeZT4
+#: cui/uiconfig/ui/textanimtabpage.ui:283
+msgctxt "textanimtabpage|extended_tip|TSB_START_INSIDE"
+msgid "Text is visible and inside the drawing object when the effect is applied."
+msgstr "ጽሁፍ ይታያል እና በ መሳያ እቃ ውስጥ ጽሁፍ ይታያል ውጤቱ ሲፈጸም "
+
#. AojvU
-#: cui/uiconfig/ui/textanimtabpage.ui:281
+#: cui/uiconfig/ui/textanimtabpage.ui:295
msgctxt "textanimtabpage|TSB_STOP_INSIDE"
msgid "Text _visible when exiting"
msgstr "በሚወጡ ጊዜ የ_ሚታየው ጽሁፍ"
+#. 6a3Ed
+#: cui/uiconfig/ui/textanimtabpage.ui:305
+msgctxt "textanimtabpage|extended_tip|TSB_STOP_INSIDE"
+msgid "Text remains visible after the effect is applied."
+msgstr "ጽሁፍ እንደታየ ይቆያል ውጤቱ ከ ተፈጸመ በኋላ "
+
#. mH7ec
-#: cui/uiconfig/ui/textanimtabpage.ui:300
+#: cui/uiconfig/ui/textanimtabpage.ui:319
msgctxt "textanimtabpage|FT_COUNT"
msgid "Animation cycles:"
msgstr "የ እንቅስቃሴ ሂደት:"
#. r33uA
-#: cui/uiconfig/ui/textanimtabpage.ui:317
+#: cui/uiconfig/ui/textanimtabpage.ui:336
msgctxt "textanimtabpage|TSB_ENDLESS"
msgid "_Continuous"
msgstr "_የሚቀጥል"
+#. RBFeu
+#: cui/uiconfig/ui/textanimtabpage.ui:349
+msgctxt "textanimtabpage|extended_tip|TSB_ENDLESS"
+msgid "Plays the animation effect continuously. To specify the number of times to play the effect, clear this checkbox, and enter a number in the Continuous box."
+msgstr "የ እንቅስቃሴ ውጤት በ ተከታታይ ማጫወቻ: ለ ተወሰነ ቁጥር ጊዜ ውጤቱን ማጫወቻ: ይህን ምልክት ማድረጊያ ያጽዱ እና ቁጥር ያስገቡ በ ተከታታይ ሳጥን ውስጥ"
+
+#. 9wuKa
+#: cui/uiconfig/ui/textanimtabpage.ui:370
+msgctxt "textanimtabpage|extended_tip|NUM_FLD_COUNT"
+msgid "Enter the number of times that you want the animation effect to repeat."
+msgstr "እንቅስቃሴው በ ተከታታይ ምን ያህል ጊዜ እንዲታይ እንደሚፈልጉ ቁጥር ያስገቡ "
+
#. FGuFE
-#: cui/uiconfig/ui/textanimtabpage.ui:361
+#: cui/uiconfig/ui/textanimtabpage.ui:390
msgctxt "textanimtabpage|FT_AMOUNT"
msgid "Increment:"
msgstr "ጭማሪ:"
#. D2oYy
-#: cui/uiconfig/ui/textanimtabpage.ui:378
+#: cui/uiconfig/ui/textanimtabpage.ui:407
msgctxt "textanimtabpage|TSB_PIXEL"
msgid "_Pixels"
msgstr "_ፒክስልስ"
+#. rwAQy
+#: cui/uiconfig/ui/textanimtabpage.ui:420
+msgctxt "textanimtabpage|extended_tip|TSB_PIXEL"
+msgid "Measures increment value in pixels."
+msgstr "የ ጭማሪ ዋጋ በ ፒክስሎች መለኪያ"
+
+#. fq4Ps
+#: cui/uiconfig/ui/textanimtabpage.ui:441
+msgctxt "textanimtabpage|extended_tip|MTR_FLD_AMOUNT"
+msgid "Enter the number of increments by which to scroll the text."
+msgstr "ጽሁፉ የሚሸበለልበት የ ጭማሪውን ቁጥር ያስገቡ "
+
#. n9msn
-#: cui/uiconfig/ui/textanimtabpage.ui:422
+#: cui/uiconfig/ui/textanimtabpage.ui:461
msgctxt "textanimtabpage|FT_DELAY"
msgid "Delay:"
msgstr "ማዘግያ:"
#. cKvSH
-#: cui/uiconfig/ui/textanimtabpage.ui:439
+#: cui/uiconfig/ui/textanimtabpage.ui:478
msgctxt "textanimtabpage|TSB_AUTO"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
+#. HwKA5
+#: cui/uiconfig/ui/textanimtabpage.ui:491
+msgctxt "textanimtabpage|extended_tip|TSB_AUTO"
+msgid "%PRODUCTNAME automatically determines the amount of time to wait before repeating the effect. To manually assign the delay period, clear this checkbox, and then enter a value in the Automatic box."
+msgstr "%PRODUCTNAME ራሱ በራሱ ይወስናል ውጤቱ እንደገና ከ መደገሙ በፊት የሚቆይበትን ጊዜ: የ ማዘግያ ጊዜ በ እጅ ለማስገባት: ይህን ምልክት ማድረጊያ ያጽዱ እና ቁጥር ያስገቡ በ ራሱ በራሱ ሳጥን ውስጥ "
+
+#. aagEf
+#: cui/uiconfig/ui/textanimtabpage.ui:512
+msgctxt "textanimtabpage|extended_tip|MTR_FLD_DELAY"
+msgid "Enter the amount of time to wait before repeating the effect."
+msgstr "ውጤቱ እንደገና ከ መደገሙ በፊት የሚቆይበትን መጠን ጊዜ ያስገቡ "
+
#. pbjT5
-#: cui/uiconfig/ui/textanimtabpage.ui:487
+#: cui/uiconfig/ui/textanimtabpage.ui:536
msgctxt "textanimtabpage|label2"
msgid "Properties"
msgstr "ባህሪዎች"
+#. 7cYvC
+#: cui/uiconfig/ui/textanimtabpage.ui:552
+msgctxt "textanimtabpage|extended_tip|TextAnimation"
+msgid "Adds an animation effect to the text in the selected drawing object."
+msgstr "በ ተመረጠው የ መሳያ እቃ ውስጥ የ ጽሁፍ እንቅስቃሴ ውጤት መጨመሪያ "
+
#. 4iDya
#: cui/uiconfig/ui/textattrtabpage.ui:60
msgctxt "textattrtabpage|TSB_AUTOGROW_WIDTH"
msgid "Fit wi_dth to text"
msgstr "ጽሁፍ በ ስ_ፋቱ ልክ"
+#. JswCU
+#: cui/uiconfig/ui/textattrtabpage.ui:70
+msgctxt "textattrtabpage|extended_tip|TSB_AUTOGROW_WIDTH"
+msgid "Expands the width of the object to the width of the text, if the object is smaller than the text."
+msgstr "የ እቃውን ስፋት ማስፊያ በ ጽሁፉ ስፋት ልክ: እቃው አነስተኛ ከሆነ ከ ጽሁፉ "
+
#. AFJcc
-#: cui/uiconfig/ui/textattrtabpage.ui:76
+#: cui/uiconfig/ui/textattrtabpage.ui:81
msgctxt "textattrtabpage|TSB_AUTOGROW_HEIGHT"
msgid "Fit h_eight to text"
msgstr "ጽሁፍ በ እ_ርዝመቱ ልክ"
+#. pgGDH
+#: cui/uiconfig/ui/textattrtabpage.ui:91
+msgctxt "textattrtabpage|extended_tip|TSB_AUTOGROW_HEIGHT"
+msgid "Expands the height of the object to the height of the text, if the object is smaller than the text."
+msgstr "የ እቃውን እርዝመት ማስፊያ በ ጽሁፉ እርዝመት ልክ: እቃው አነስተኛ ከሆነ ከ ጽሁፉ "
+
#. gKSp5
-#: cui/uiconfig/ui/textattrtabpage.ui:92
+#: cui/uiconfig/ui/textattrtabpage.ui:102
msgctxt "textattrtabpage|TSB_FIT_TO_SIZE"
msgid "_Fit to frame"
msgstr "በ ክፈፉ _ልክ"
+#. qAEnD
+#: cui/uiconfig/ui/textattrtabpage.ui:112
+msgctxt "textattrtabpage|extended_tip|TSB_FIT_TO_SIZE"
+msgid "Resizes the text to fit the entire area of the drawing or text object."
+msgstr ""
+
#. HNhqB
-#: cui/uiconfig/ui/textattrtabpage.ui:108
+#: cui/uiconfig/ui/textattrtabpage.ui:123
msgctxt "textattrtabpage|TSB_CONTOUR"
msgid "_Adjust to contour"
msgstr "በ ቅርጹ ልክ _ማስተካከያ"
+#. QBTi6
+#: cui/uiconfig/ui/textattrtabpage.ui:133
+msgctxt "textattrtabpage|extended_tip|TSB_CONTOUR"
+msgid "Adapts the text flow so that it matches the contours of the selected drawing object."
+msgstr "ለ ተመረጠው መሳያ እቃ የ ጽሁፍ ፍሰት ይስማማል ከ ቅርጹ ጋር ለ መመሳሰል"
+
#. ZxFbp
-#: cui/uiconfig/ui/textattrtabpage.ui:130
+#: cui/uiconfig/ui/textattrtabpage.ui:150
msgctxt "textattrtabpage|label1"
msgid "Drawing Object Text"
msgstr "የ ጽሁፍ እቃ መሳያ"
#. E7JrK
-#: cui/uiconfig/ui/textattrtabpage.ui:163
+#: cui/uiconfig/ui/textattrtabpage.ui:183
msgctxt "textattrtabpage|TSB_WORDWRAP_TEXT"
msgid "_Word wrap text in shape"
msgstr "በ ቅርጹ ውስጥ የ ጽሁፍ _ቃላት መጠቅለያ"
+#. 4rpt3
+#: cui/uiconfig/ui/textattrtabpage.ui:193
+msgctxt "textattrtabpage|extended_tip|TSB_WORDWRAP_TEXT"
+msgid "Wraps the text that you add after double-clicking a custom shape to fit inside the shape."
+msgstr "እርስዎ የ ጨመሩትን ጽሁፍ መጠቅለያ ሁለት ጊዜ-ከ ተጫኑ በኋላ በ ቅርጹ ልክ እንዲሆን ቅርጽ ማስተካከያ "
+
#. T4kEz
-#: cui/uiconfig/ui/textattrtabpage.ui:179
+#: cui/uiconfig/ui/textattrtabpage.ui:204
msgctxt "textattrtabpage|TSB_AUTOGROW_SIZE"
msgid "_Resize shape to fit text"
msgstr "በ ጽሁፉ ልክ ቅርጹን _እንደገና መመጠኛ"
+#. iFsgJ
+#: cui/uiconfig/ui/textattrtabpage.ui:214
+msgctxt "textattrtabpage|extended_tip|TSB_AUTOGROW_SIZE"
+msgid "Resizes a custom shape to fit the text that you enter after double-clicking the shape."
+msgstr "እንደገና መመጠኛ ቅርጽ ማስተካከያ በ ጽሁፉ ልክ እንዲሆን እርስዎ ባስገቡት በ ቅርጹ ላይ ሁለት ጊዜ-ከ ተጫኑ በኋላ "
+
#. CWdDn
-#: cui/uiconfig/ui/textattrtabpage.ui:201
+#: cui/uiconfig/ui/textattrtabpage.ui:231
msgctxt "textattrtabpage|label8"
msgid "Custom Shape Text"
msgstr "የ ጽሁፍ ቅርጽ ማስተካከያ"
#. 7Ad2Q
-#: cui/uiconfig/ui/textattrtabpage.ui:248
+#: cui/uiconfig/ui/textattrtabpage.ui:278
msgctxt "textattrtabpage|label4"
msgid "_Left:"
msgstr "በ _ግራ:"
#. dMFkF
-#: cui/uiconfig/ui/textattrtabpage.ui:262
+#: cui/uiconfig/ui/textattrtabpage.ui:292
msgctxt "textattrtabpage|label5"
msgid "_Right:"
msgstr "በ _ቀኝ:"
#. nxccs
-#: cui/uiconfig/ui/textattrtabpage.ui:276
+#: cui/uiconfig/ui/textattrtabpage.ui:306
msgctxt "textattrtabpage|label6"
msgid "_Top:"
msgstr "ከ _ላይ:"
#. avsGr
-#: cui/uiconfig/ui/textattrtabpage.ui:290
+#: cui/uiconfig/ui/textattrtabpage.ui:320
msgctxt "textattrtabpage|label7"
msgid "_Bottom:"
msgstr "ከ _ታች:"
+#. qhk2Q
+#: cui/uiconfig/ui/textattrtabpage.ui:339
+msgctxt "textattrtabpage|extended_tip|MTR_FLD_LEFT"
+msgid "Enter the amount of space to leave between the left edge of the drawing or text object and the left border of the text."
+msgstr "ክፍተት ያስገቡ እርስዎ መተው የሚፈልጉትን በ ገጽ የ ግራ ጠርዝ እና በ ግራ የ ጽሁፍ ድንበር በኩል"
+
+#. Gscsa
+#: cui/uiconfig/ui/textattrtabpage.ui:357
+msgctxt "textattrtabpage|extended_tip|MTR_FLD_RIGHT"
+msgid "Enter the amount of space to leave between the right edge of the drawing or text object and the right border of the text."
+msgstr "ክፍተት ያስገቡ እርስዎ መተው የሚፈልጉትን በ ገጽ የ ቀኝ ጠርዝ እና በ ቀኝ የ ጽሁፍ ድንበር በኩል"
+
+#. 7CCsd
+#: cui/uiconfig/ui/textattrtabpage.ui:375
+msgctxt "textattrtabpage|extended_tip|MTR_FLD_TOP"
+msgid "Enter the amount of space to leave between the top edge of the drawing or text object and the upper border of the text."
+msgstr "ክፍተት ያስገቡ እርስዎ መተው የሚፈልጉትን በ ገጽ ከ ላይ ጠርዝ በኩል እና በ ጽሁፍ ድንበር በኩል "
+
+#. T3o9E
+#: cui/uiconfig/ui/textattrtabpage.ui:393
+msgctxt "textattrtabpage|extended_tip|MTR_FLD_BOTTOM"
+msgid "Enter the amount of space to leave between the bottom edge of the drawing or text object and the lower border of the text."
+msgstr "ክፍተት ያስገቡ እርስዎ መተው የሚፈልጉትን በ ገጽ ከ ታች ጠርዝ በኩል እና በ ጽሁፍ ድንበር በኩል"
+
#. aYFEA
-#: cui/uiconfig/ui/textattrtabpage.ui:360
+#: cui/uiconfig/ui/textattrtabpage.ui:410
msgctxt "textattrtabpage|label2"
msgid "Spacing to Borders"
msgstr "ለ ድንበሮች ክፍተት"
+#. gMHiC
+#: cui/uiconfig/ui/textattrtabpage.ui:462
+msgctxt "textattrtabpage|extended_tip|CTL_POSITION"
+msgid "Click where you want to place the anchor for the text."
+msgstr "ይጫኑ እርስዎ ጽሁፍ ማስቆም የሚፈልጉበትን ቦታ "
+
#. PUoRb
-#: cui/uiconfig/ui/textattrtabpage.ui:423
+#: cui/uiconfig/ui/textattrtabpage.ui:478
msgctxt "textattrtabpage|TSB_FULL_WIDTH"
msgid "Full _width"
msgstr "በ ሙሉ _ስፋት"
+#. jU6YX
+#: cui/uiconfig/ui/textattrtabpage.ui:488
+msgctxt "textattrtabpage|extended_tip|TSB_FULL_WIDTH"
+msgid "Anchors the text to the full width of the drawing object or text object."
+msgstr "በ መሳያ እቃ ወይንም በ ጽሁፍ እቃመኡሉ ስፋት ልክ ጽሁፍ ማስቆሚያ "
+
#. BP2Vk
-#: cui/uiconfig/ui/textattrtabpage.ui:446
+#: cui/uiconfig/ui/textattrtabpage.ui:506
msgctxt "textattrtabpage|label3"
msgid "Text Anchor"
msgstr "ጽሁፍ ማስቆሚያ"
+#. 3zrBD
+#: cui/uiconfig/ui/textattrtabpage.ui:528
+msgctxt "textattrtabpage|extended_tip|TextAttributesPage"
+msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
+msgstr "የ እቅድ እና ማስቆሚያ ባህሪዎች ማሰናጃ ለ ጽሁፍ በ ተመረጠው የ መሳያ ወይንም የ ጽሁፍ እቃ ውስጥ"
+
#. 3Huae
#: cui/uiconfig/ui/textdialog.ui:8
msgctxt "textdialog|TextDialog"
@@ -15232,144 +20510,246 @@ msgctxt "textflowpage|checkAuto"
msgid "A_utomatically"
msgstr "ራ_ሱ በራሱ"
+#. iKEC7
+#: cui/uiconfig/ui/textflowpage.ui:82
+msgctxt "textflowpage|extended_tip|checkAuto"
+msgid "Automatically inserts hyphens where they are needed in a paragraph."
+msgstr "ራሱ በራሱ ጭረት ማስገቢያ በ አንቀጽ ውስጥ በሚያስፈልግበት ቦታ"
+
+#. MzDMB
+#: cui/uiconfig/ui/textflowpage.ui:102
+msgctxt "textflowpage|extended_tip|spinMaxNum"
+msgid "Enter the maximum number of consecutive lines that can be hyphenated."
+msgstr "ለ ተከታታይ መስመር ጭረት የሚደረግበት ከፍተኛውን ቁጥር ያስገቡ"
+
+#. zBD7h
+#: cui/uiconfig/ui/textflowpage.ui:121
+msgctxt "textflowpage|extended_tip|spinLineBegin"
+msgid "Enter the minimum number of characters that must appear at the beginning of the line after the hyphen."
+msgstr "አነስተኛ የ ባህሪ ቁጥር ያስገቡ ከ መስመሩ መጀመሪያ በፊት የሚተወው ጭረት ከ ገባ በኋላ"
+
+#. FFGUz
+#: cui/uiconfig/ui/textflowpage.ui:141
+msgctxt "textflowpage|extended_tip|spinLineEnd"
+msgid "Enter the minimum number of characters to leave at the end of the line before a hyphen is inserted."
+msgstr "አነስተኛ የ ባህሪ ቁጥር ያስገቡ ከ መስመሩ መጨረሻ በፊት የሚተወው ጭረት ከ መግባቱ በፊት"
+
#. c6KN2
-#: cui/uiconfig/ui/textflowpage.ui:135
+#: cui/uiconfig/ui/textflowpage.ui:155
msgctxt "textflowpage|labelLineEnd"
msgid "C_haracters at line end"
msgstr "ባ_ህሪዎች በ መስመር መጨረሻ"
#. AGfNV
-#: cui/uiconfig/ui/textflowpage.ui:149
+#: cui/uiconfig/ui/textflowpage.ui:169
msgctxt "textflowpage|labelLineBegin"
msgid "Cha_racters at line begin"
msgstr "ባህ_ሪዎች በመስመር መጀመሪያ"
#. FTX7o
-#: cui/uiconfig/ui/textflowpage.ui:163
+#: cui/uiconfig/ui/textflowpage.ui:183
msgctxt "textflowpage|labelMaxNum"
msgid "_Maximum number of consecutive hyphens"
msgstr "_ከፍተኛው ቁጥር ለ ተከታታይ ጭረቶች"
#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:174
+#: cui/uiconfig/ui/textflowpage.ui:194
msgctxt "textflowpage|checkNoCaps"
msgid "Don't hyphenate words in _CAPS"
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:197
+#: cui/uiconfig/ui/textflowpage.ui:217
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "ጭረት"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:229
+#: cui/uiconfig/ui/textflowpage.ui:249
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_ማስገቢያ"
+#. Zje9t
+#: cui/uiconfig/ui/textflowpage.ui:259
+msgctxt "textflowpage|extended_tip|checkInsert"
+msgid "Select this check box, and then select the break type that you want to use."
+msgstr "ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ የ መጨረሻ አይነት ይምረጡ እርስዎ መጠቀም የሚፈልጉትን"
+
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:245
+#: cui/uiconfig/ui/textflowpage.ui:270
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "ከ ገጽ ዘዴ_ዎች ጋር:"
+#. RFwGc
+#: cui/uiconfig/ui/textflowpage.ui:283
+msgctxt "textflowpage|extended_tip|checkPageStyle"
+msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
+msgstr "ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ የ ገጽ ዘዴ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን ለ መጀመሪያው ገጽ ከ መጨረሻው በኋላ"
+
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:266
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_አይነት:"
+#. tX6ag
+#: cui/uiconfig/ui/textflowpage.ui:317
+msgctxt "textflowpage|extended_tip|spinPageNumber"
+msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
+msgstr "የ ገጽ ቁጥር ያስገቡ ለ መጀመሪያው ገጽ መጨረሻውን ተከትሎ: እርስዎ መቀጠል የሚፈልጉ ከሆነ የ አሁኑ የ ገጽ ቁጥር መስጫ: ምልክት ማድረጊያውን ይተዉት ምልክት እንደ ተደረገበት "
+
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:293
+#: cui/uiconfig/ui/textflowpage.ui:328
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "የ ገጽ _ቁጥር:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:314
+#: cui/uiconfig/ui/textflowpage.ui:349
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "ቦታ:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:334
+#: cui/uiconfig/ui/textflowpage.ui:369
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
+#. E97k4
+#: cui/uiconfig/ui/textflowpage.ui:370
+msgctxt "textflowpage|extended_tip|comboPageStyle"
+msgid "Select the formatting style to use for the first page after the break."
+msgstr "ይምረጡ የ አቀራረብ ዘዴ እርስዎ መጠቀም የሚፈልጉትን ለ መጀመሪያው ገጽ ከ መጨረሻው በኋላ"
+
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:348
+#: cui/uiconfig/ui/textflowpage.ui:384
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "ገጽ"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:349
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "አምድ"
+#. eLRHP
+#: cui/uiconfig/ui/textflowpage.ui:389
+msgctxt "textflowpage|extended_tip|comboBreakType"
+msgid "Select the break type that you want to insert."
+msgstr "የ መጨረሻ አይነት ይምረጡ እርስዎ ማስገባት የሚፈልጉትን አይነት"
+
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:362
+#: cui/uiconfig/ui/textflowpage.ui:403
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "በፊት"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:363
+#: cui/uiconfig/ui/textflowpage.ui:404
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "በኋላ"
+#. BJqRd
+#: cui/uiconfig/ui/textflowpage.ui:408
+msgctxt "textflowpage|extended_tip|comboBreakPosition"
+msgid "Select where you want to insert the break."
+msgstr "ይምረጡ መጨረሻውን ማስገባት የሚፈልጉበትን"
+
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:382
+#: cui/uiconfig/ui/textflowpage.ui:428
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "መጨረሻ"
#. MEpn4
-#: cui/uiconfig/ui/textflowpage.ui:414
+#: cui/uiconfig/ui/textflowpage.ui:460
msgctxt "textflowpage|checkSplitPara"
msgid "_Do not split paragraph"
msgstr "አንቀጹን _አትክፈል"
+#. XLpSD
+#: cui/uiconfig/ui/textflowpage.ui:470
+msgctxt "textflowpage|extended_tip|checkSplitPara"
+msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
+msgstr "ጠቅላላ አንቀጹን ወደሚቀጥለው ገጽ መቀየሪያ ወይንም አምድ ከ ገጽ መጨረሻ በኋላ ማስገቢያ"
+
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:431
+#: cui/uiconfig/ui/textflowpage.ui:482
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር _አስቀምጥ"
+#. i6pDE
+#: cui/uiconfig/ui/textflowpage.ui:492
+msgctxt "textflowpage|extended_tip|checkKeepPara"
+msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
+msgstr "የ አሁኑን አንቀጽ እና የሚቀጥለውን አንቀጽ አብሮ ማድረጊያ: መጨረሻ ወይንም የ አምድ መጨረሻ በሚያስገቡ ጊዜ"
+
#. dQZQ7
-#: cui/uiconfig/ui/textflowpage.ui:448
+#: cui/uiconfig/ui/textflowpage.ui:504
msgctxt "textflowpage|checkOrphan"
msgid "_Orphan control"
msgstr "_ብቸኛ መቆጣጠሪያ"
+#. zADSo
+#: cui/uiconfig/ui/textflowpage.ui:517
+msgctxt "textflowpage|extended_tip|checkOrphan"
+msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
+msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በፊት የሚኖረውን የ መስመሮች ቁጥር መወሰኛ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
+
#. pnW52
-#: cui/uiconfig/ui/textflowpage.ui:467
+#: cui/uiconfig/ui/textflowpage.ui:528
msgctxt "textflowpage|checkWidow"
msgid "_Widow control"
msgstr "_መስኮት መቆጣጠሪያ"
+#. SmFT5
+#: cui/uiconfig/ui/textflowpage.ui:541
+msgctxt "textflowpage|extended_tip|checkWidow"
+msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
+msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በኋላ የሚኖረውን የ መስመሮች ቁጥር መወሰኛ በ መጀመሪያው ገጽ ላይ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
+
+#. mb9LZ
+#: cui/uiconfig/ui/textflowpage.ui:561
+msgctxt "textflowpage|extended_tip|spinOrphan"
+msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
+msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በፊት የሚኖረውን የ መስመሮች ቁጥር መወሰኛ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
+
+#. 3cNEP
+#: cui/uiconfig/ui/textflowpage.ui:582
+msgctxt "textflowpage|extended_tip|spinWidow"
+msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
+msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በኋላ የሚኖረውን የ መስመሮች ቁጥር መወሰኛ በ መጀመሪያው ገጽ ላይ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
+
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:595
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "መስመሮች"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:531
+#: cui/uiconfig/ui/textflowpage.ui:607
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "መስመሮች"
#. nXryi
-#: cui/uiconfig/ui/textflowpage.ui:547
+#: cui/uiconfig/ui/textflowpage.ui:623
msgctxt "textflowpage|labelOptions"
msgid "Options"
msgstr "ምርጫዎች"
+#. qrhEF
+#: cui/uiconfig/ui/textflowpage.ui:640
+msgctxt "textflowpage|extended_tip|TextFlowPage"
+msgid "Specify hyphenation and pagination options."
+msgstr "ጭረት እና የ ገጽ ብዛት ምርጫ መወሰኛ"
+
#. 5BskL
#: cui/uiconfig/ui/thesaurus.ui:23
msgctxt "thesaurus|ThesaurusDialog"
@@ -15377,35 +20757,71 @@ msgid "Thesaurus"
msgstr "ተመሳሳይ"
#. BBvLD
-#: cui/uiconfig/ui/thesaurus.ui:58
+#: cui/uiconfig/ui/thesaurus.ui:55
msgctxt "thesaurus|replace"
msgid "_Replace"
msgstr "_መቀየሪያ"
#. x792E
-#: cui/uiconfig/ui/thesaurus.ui:105
+#: cui/uiconfig/ui/thesaurus.ui:102
msgctxt "thesaurus|label1"
msgid "Current word:"
msgstr "የ አሁኑ ቃል:"
#. GQz9P
-#: cui/uiconfig/ui/thesaurus.ui:120
+#: cui/uiconfig/ui/thesaurus.ui:117
msgctxt "thesaurus|label2"
msgid "Alternatives:"
msgstr "አማራጮች:"
#. DqB5k
-#: cui/uiconfig/ui/thesaurus.ui:135
+#: cui/uiconfig/ui/thesaurus.ui:132
msgctxt "thesaurus|label3"
msgid "Replace with:"
msgstr "መቀየሪያ በ:"
+#. wMG8r
+#: cui/uiconfig/ui/thesaurus.ui:150
+msgctxt "thesaurus|extended_tip|replaceed"
+msgid "The word or words in the \"Replace with\" text box will replace the original word in the document when you click the Replace button. You can also type text directly in this box."
+msgstr "እነዚህ ቃል ወይንም ቃሎች \"መቀየሪያ በ\" ጽሁፍ ሳጥን ዋናውን ቃል ይቀይራሉ በ ሰነድ ውስጥ እርስዎ በሚጫኑ ጊዜ መቀየሪያ ቁልፍ: እርስዎ እንዲሁም መጻፍ ይችላሉ ጽሁፍ በ ቀጥታ በዚህ ሳጥን ውስጥ"
+
+#. xW3j2
+#: cui/uiconfig/ui/thesaurus.ui:170
+msgctxt "thesaurus|extended_tip|left"
+msgid "Recalls the previous contents of the \"Current word\" text box."
+msgstr "እንደገና መጥሪያ ቀደም ያለውን ይዞታዎች ለ \"አሁኑ ቃል\" ጽሁፍ ሳጥን ውስጥ "
+
+#. MysZM
+#: cui/uiconfig/ui/thesaurus.ui:186
+msgctxt "thesaurus|extended_tip|langcb"
+msgid "Select a language for the thesaurus."
+msgstr " ይምረጡ ቋንቋ ለ ተመሳሳይ "
+
+#. 2GzjN
+#: cui/uiconfig/ui/thesaurus.ui:211
+msgctxt "thesaurus|extended_tip|wordcb"
+msgid "Displays the current word, or the related term that you selected by double-clicking a line in the Alternatives list. You can also type text directly in this box to look up your text."
+msgstr "የ አሁኑን ቃል ማሳያ: ውቀይንም የ ተዛመደውን ደንብ እርስዎ የ መረጡትን ሁለት ጊዜ-በመጫን በ መስመር ላይ ከ አማራጭ ዝርዝር ውስጥ: እርስዎ እንዲሁም በ ቀጥታ ጽሁፍ መጻፍ ይችላሉ ወደ እዚህ ሳጥን ውስጥ የ እርስዎን ጽሁፍ ለ መፈለግ "
+
+#. FGgNh
+#: cui/uiconfig/ui/thesaurus.ui:263
+msgctxt "thesaurus|extended_tip|alternatives"
+msgid "Click an entry in the Alternatives list to copy the related term to the \"Replace with\" text box. Double-click an entry to copy the related term to the \"Current word\" text box and to look up that term."
+msgstr "ይጫኑ ማስገቢያ ውስጥ በ አማራጭ ዝርዝር ውስጥ ኮፒ ለማድረግ የ ተዛመደውን ደንብ ወደ \"መቀየሪያ በ\" ጽሁፍ ሳጥን ውስጥ: ሁለት ጊዜ-ይጫኑ በ ማስገቢያ ላይ ኮፒ ለማድረግ የ ተዛመደውን ደንብ ወደ \"የ አሁኑ ቃል\" ጽሁፍ ሳጥን ውስጥ: እና ለ መፈለግ ደንቡን ወይንም ቃሉን "
+
#. qZ6KM
-#: cui/uiconfig/ui/thesaurus.ui:259
+#: cui/uiconfig/ui/thesaurus.ui:281
msgctxt "thesaurus|RID_SVXSTR_ERR_TEXTNOTFOUND"
msgid "No alternatives found."
msgstr ""
+#. VGEXu
+#: cui/uiconfig/ui/thesaurus.ui:320
+msgctxt "thesaurus|extended_tip|ThesaurusDialog"
+msgid "Opens a dialog box to replace the current word with a synonym, or a related term."
+msgstr "የ ንግግር ሳጥን መክፈቻ ለ መቀየር የ አሁኑን ቃል በ ተመሳሳይ ወይንም በ ተዛመደው ደንብ "
+
#. BeTCk
#: cui/uiconfig/ui/tipofthedaydialog.ui:8
msgctxt "TipOfTheDayDialog|Name"
@@ -15442,120 +20858,264 @@ msgctxt "TipOfTheDayDialog|Link_Button"
msgid "Link"
msgstr ""
+#. WGqn5
+#: cui/uiconfig/ui/toolbarmodedialog.ui:13
+msgctxt "ToolbarmodeDialog|Name"
+msgid "Select Your Preferred User Interface"
+msgstr ""
+
+#. odHug
+#: cui/uiconfig/ui/toolbarmodedialog.ui:110
+msgctxt "ToolbarmodeDialog|radiobutton1"
+msgid "Standard Toolbar"
+msgstr ""
+
+#. wTDDF
+#: cui/uiconfig/ui/toolbarmodedialog.ui:127
+msgctxt "ToolbarmodeDialog|radiobutton2"
+msgid "Single Toolbar"
+msgstr ""
+
+#. AMgFL
+#: cui/uiconfig/ui/toolbarmodedialog.ui:145
+msgctxt "ToolbarmodeDialog|radiobutton3"
+msgid "Sidebar"
+msgstr ""
+
+#. WRYEa
+#: cui/uiconfig/ui/toolbarmodedialog.ui:163
+msgctxt "ToolbarmodeDialog|radiobutton4"
+msgid "Tabbed"
+msgstr ""
+
+#. YvSd9
+#: cui/uiconfig/ui/toolbarmodedialog.ui:181
+msgctxt "ToolbarmodeDialog|radiobutton5"
+msgid "Tabbed Compact"
+msgstr ""
+
+#. jAJbo
+#: cui/uiconfig/ui/toolbarmodedialog.ui:199
+msgctxt "ToolbarmodeDialog|radiobutton6"
+msgid "Groupedbar Compact"
+msgstr ""
+
+#. yT3UT
+#: cui/uiconfig/ui/toolbarmodedialog.ui:217
+msgctxt "ToolbarmodeDialog|radiobutton7"
+msgid "Groupedbar"
+msgstr ""
+
+#. iSVgL
+#: cui/uiconfig/ui/toolbarmodedialog.ui:235
+msgctxt "ToolbarmodeDialog|radiobutton8"
+msgid "Contextual Single"
+msgstr ""
+
+#. TrcWq
+#: cui/uiconfig/ui/toolbarmodedialog.ui:253
+msgctxt "ToolbarmodeDialog|radiobutton9"
+msgid "Contextual Groups"
+msgstr ""
+
+#. kGdXR
+#: cui/uiconfig/ui/toolbarmodedialog.ui:277
+msgctxt "ToolbarmodeDialog|leftframe"
+msgid "UI variants"
+msgstr ""
+
+#. H7m7J
+#: cui/uiconfig/ui/toolbarmodedialog.ui:350
+msgctxt "ToolbarmodeDialog|rightframe"
+msgid "Preview"
+msgstr ""
+
#. WChLB
#: cui/uiconfig/ui/transparencytabpage.ui:77
msgctxt "transparencytabpage|RBT_TRANS_OFF"
msgid "_No transparency"
msgstr "_ግልጽነት የለም"
+#. vysNZ
+#: cui/uiconfig/ui/transparencytabpage.ui:87
+msgctxt "transparencytabpage|extended_tip|RBT_TRANS_OFF"
+msgid "Turns off color transparency."
+msgstr "የ ቀለም ግልጽነት ማጥፊያ"
+
#. DEU8f
-#: cui/uiconfig/ui/transparencytabpage.ui:93
+#: cui/uiconfig/ui/transparencytabpage.ui:98
msgctxt "transparencytabpage|RBT_TRANS_LINEAR"
msgid "_Transparency:"
msgstr "_ግልጽነት:"
+#. RpVxj
+#: cui/uiconfig/ui/transparencytabpage.ui:111
+msgctxt "transparencytabpage|extended_tip|RBT_TRANS_LINEAR"
+msgid "Turns on color transparency. Select this option, and then enter a number in the box, where 0% is fully opaque and 100% is fully transparent."
+msgstr "የ ቀለም ግልጽነት ማብሪያ: ይምረጡ ከ ምርጫ: እና ከዛ ቁጥር ያስገቡ በ ሳጥን ውስጥ: ይህ 0% ማለት በ ውስጡ ብርሃን አያሳልፍም 100% ማለት በ ውስጡ ብርሃን ያሳልፋል "
+
#. mHokD
-#: cui/uiconfig/ui/transparencytabpage.ui:112
+#: cui/uiconfig/ui/transparencytabpage.ui:122
msgctxt "transparencytabpage|RBT_TRANS_GRADIENT"
msgid "_Gradient"
msgstr "_ከፍታ"
+#. 6WDfQ
+#: cui/uiconfig/ui/transparencytabpage.ui:132
+msgctxt "transparencytabpage|extended_tip|RBT_TRANS_GRADIENT"
+msgid "Applies a transparency gradient to the current fill color. Select this option, and then set the gradient properties."
+msgstr "ወደ አሁኑ ቀለም መሙያ የ ግልጽነት ከፍታ መፈጸሚያ: ይህን ምርጫ ይምረጡ እና ከዛ የ ከፍታ ባህሪዎችን ያሰናዱ"
+
+#. FBxYk
+#: cui/uiconfig/ui/transparencytabpage.ui:152
+msgctxt "transparencytabpage|extended_tip|MTR_TRANSPARENT"
+msgid "Adjusts the transparency of the current fill color. Enter a number between 0% (opaque) and 100% (transparent)."
+msgstr "የ አሁኑ ቀለም መሙያ ግልጽነት ማስተካከያ: ያስገቡ ቁጥር በ 0% (ማለት በ ውስጡ ብርሃን አያሳልፍም) 100% (ማለት በ ውስጡ ብርሃን ያሳልፋል)."
+
+#. 7XQDC
+#: cui/uiconfig/ui/transparencytabpage.ui:188
+msgctxt "transparencytabpage|extended_tip|MTR_TRGR_END_VALUE"
+msgid "Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent."
+msgstr "የ ግልጽነት ዋጋ ያስገቡ ለ ከፍታው መጨረሻ ነጥብ: 0% በ ውስጡ ምንም የማያሳልፍ 100% በሙሉ ግልጽ የሆነ "
+
+#. fq8QF
+#: cui/uiconfig/ui/transparencytabpage.ui:205
+msgctxt "transparencytabpage|extended_tip|MTR_TRGR_START_VALUE"
+msgid "Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent."
+msgstr "የ ግልጽነት ዋጋ ያስገቡ ለ ከፍታው መጀመሪያ ነጥብ: 0% በ ውስጡ ምንም የማያሳልፍ 100% በሙሉ ግልጽ የሆነ "
+
+#. 5EEBy
+#: cui/uiconfig/ui/transparencytabpage.ui:222
+msgctxt "transparencytabpage|extended_tip|MTR_TRGR_BORDER"
+msgid "Enter the amount by which you want to adjust the transparent area of the gradient. The default value is 0%."
+msgstr "እርስዎ ለ ግልጽነትን ቦታ ማስተካከል የሚፈልጉበትን መጠን ያስገቡ: ነባር ዋጋ 0% ነው"
+
+#. Yr5Vv
+#: cui/uiconfig/ui/transparencytabpage.ui:239
+msgctxt "transparencytabpage|extended_tip|MTR_TRGR_ANGLE"
+msgid "Enter a rotation angle for the gradient."
+msgstr "ለ ተመረጠው ከፍታ ማዞሪያ አንግል ያስገቡ "
+
+#. tJHu5
+#: cui/uiconfig/ui/transparencytabpage.ui:256
+msgctxt "transparencytabpage|extended_tip|MTR_TRGR_CENTER_Y"
+msgid "Enter the vertical offset for the gradient."
+msgstr "የ ቁመት ማካካሻ ለ ከፍታ ያስገቡ "
+
+#. nascp
+#: cui/uiconfig/ui/transparencytabpage.ui:273
+msgctxt "transparencytabpage|extended_tip|MTR_TRGR_CENTER_X"
+msgid "Enter the horizontal offset for the gradient."
+msgstr "የ አግድም ማካካሻ ለ ከፍታ ያስገቡ"
+
#. YgMd8
-#: cui/uiconfig/ui/transparencytabpage.ui:237
+#: cui/uiconfig/ui/transparencytabpage.ui:287
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Linear"
msgstr "ቀጥተኛ"
#. 8CgMQ
-#: cui/uiconfig/ui/transparencytabpage.ui:238
+#: cui/uiconfig/ui/transparencytabpage.ui:288
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Axial"
msgstr "Axial"
#. hyMck
-#: cui/uiconfig/ui/transparencytabpage.ui:239
+#: cui/uiconfig/ui/transparencytabpage.ui:289
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Radial"
msgstr "ተሽከርካሪ"
#. mEnF6
-#: cui/uiconfig/ui/transparencytabpage.ui:240
+#: cui/uiconfig/ui/transparencytabpage.ui:290
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Ellipsoid"
msgstr "ኤሊፕሶች"
#. GDBS5
-#: cui/uiconfig/ui/transparencytabpage.ui:241
+#: cui/uiconfig/ui/transparencytabpage.ui:291
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Quadratic"
msgstr "Quadratic"
#. NgYW8
-#: cui/uiconfig/ui/transparencytabpage.ui:242
+#: cui/uiconfig/ui/transparencytabpage.ui:292
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square"
msgstr "ስኴር"
+#. 9hAzC
+#: cui/uiconfig/ui/transparencytabpage.ui:296
+msgctxt "transparencytabpage|extended_tip|LB_TRGR_GRADIENT_TYPES"
+msgid "Select the type of transparency gradient that you want to apply."
+msgstr "እርስዎ መጠቀም የሚፈልጉትን የ ግልጽነት አይነት ከፍታ ይምረጡ"
+
#. EmYEU
-#: cui/uiconfig/ui/transparencytabpage.ui:259
+#: cui/uiconfig/ui/transparencytabpage.ui:314
msgctxt "transparencytabpage|FT_TRGR_TYPE"
msgid "Ty_pe:"
msgstr "አይ_ነት:"
#. kfKen
-#: cui/uiconfig/ui/transparencytabpage.ui:280
+#: cui/uiconfig/ui/transparencytabpage.ui:335
msgctxt "transparencytabpage|FT_TRGR_CENTER_X"
msgid "Center _X:"
msgstr "መሀከል _X:"
#. Nsx4p
-#: cui/uiconfig/ui/transparencytabpage.ui:301
+#: cui/uiconfig/ui/transparencytabpage.ui:356
msgctxt "transparencytabpage|FT_TRGR_CENTER_Y"
msgid "Center _Y:"
msgstr "መሀከል _Y:"
#. RWNkA
-#: cui/uiconfig/ui/transparencytabpage.ui:322
+#: cui/uiconfig/ui/transparencytabpage.ui:377
msgctxt "transparencytabpage|FT_TRGR_ANGLE"
msgid "_Angle:"
msgstr "_አንግል:"
#. uRCB3
-#: cui/uiconfig/ui/transparencytabpage.ui:343
+#: cui/uiconfig/ui/transparencytabpage.ui:398
msgctxt "transparencytabpage|FT_TRGR_BORDER"
msgid "_Border:"
msgstr "_ድንበር:"
#. JBFw6
-#: cui/uiconfig/ui/transparencytabpage.ui:364
+#: cui/uiconfig/ui/transparencytabpage.ui:419
msgctxt "transparencytabpage|FT_TRGR_START_VALUE"
msgid "_Start value:"
msgstr "_መጀመሪያ ዋጋ:"
#. opX8T
-#: cui/uiconfig/ui/transparencytabpage.ui:385
+#: cui/uiconfig/ui/transparencytabpage.ui:440
msgctxt "transparencytabpage|FT_TRGR_END_VALUE"
msgid "_End value:"
msgstr "_መጨረሻ ዋጋ:"
#. vFPGU
-#: cui/uiconfig/ui/transparencytabpage.ui:442
+#: cui/uiconfig/ui/transparencytabpage.ui:497
msgctxt "transparencytabpage|CTL_BITMAP_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
#. AiQzg
-#: cui/uiconfig/ui/transparencytabpage.ui:477
+#: cui/uiconfig/ui/transparencytabpage.ui:532
msgctxt "transparencytabpage|CTL_TRANS_PREVIEW-atkobject"
msgid "Example"
msgstr "ለምሳሌ"
#. UMCGy
-#: cui/uiconfig/ui/transparencytabpage.ui:521
+#: cui/uiconfig/ui/transparencytabpage.ui:576
msgctxt "transparencytabpage|FL_PROP"
msgid "Area Transparency Mode"
msgstr "የ ቦታው ግልጽነት ዘዴ"
+#. 2tXmW
+#: cui/uiconfig/ui/transparencytabpage.ui:585
+msgctxt "transparencytabpage|extended_tip|TransparencyTabPage"
+msgid "Set the transparency options for the fill that you apply to the selected object."
+msgstr "ለ ተመረጠው እቃ እርስዎ መፈጸም ለሚፈልጉት የ ግልጽነት ምርጫ ማሰናጃ"
+
#. vUHk9
#: cui/uiconfig/ui/tsaurldialog.ui:16
msgctxt "tsaurldialog|TSAURLDialog"
@@ -15563,25 +21123,25 @@ msgid "Time Stamping Authority URLs"
msgstr "የ ሰአት ማህተም ባለስልጣን URLs"
#. osDWc
-#: cui/uiconfig/ui/tsaurldialog.ui:67
+#: cui/uiconfig/ui/tsaurldialog.ui:66
msgctxt "tsaurldialog|add"
msgid "_Add..."
msgstr "_መጨመሪያ..."
#. px3EH
-#: cui/uiconfig/ui/tsaurldialog.ui:145
+#: cui/uiconfig/ui/tsaurldialog.ui:143
msgctxt "tsaurldialog|label2"
msgid "Add or delete Time Stamp Authority URLs"
msgstr "መጨመሪያ ወይንም ማጥፊያ የ ሰአት ማህተም ባለስልጣን URLs"
#. fUEE7
-#: cui/uiconfig/ui/tsaurldialog.ui:207
+#: cui/uiconfig/ui/tsaurldialog.ui:205
msgctxt "tsaurldialog|enteraurl"
msgid "Enter a Time Stamp Authority URL"
msgstr "የ ሰአት ማህተም ባለስልጣን URL ያስገቡ:"
#. NEFBL
-#: cui/uiconfig/ui/tsaurldialog.ui:235
+#: cui/uiconfig/ui/tsaurldialog.ui:233
msgctxt "tsaurldialog|label1"
msgid "TSA URL"
msgstr "የ ሰአት ማህተም ባለስልጣን URL"
@@ -15634,60 +21194,126 @@ msgctxt "wordcompletionpage|enablewordcomplete"
msgid "Enable word _completion"
msgstr "ቃላት _መጨረሻ ማስቻያ"
+#. C6wQP
+#: cui/uiconfig/ui/wordcompletionpage.ui:79
+msgctxt "wordcompletionpage|extended_tip|enablewordcomplete"
+msgid "Stores frequently used words, and automatically completes a word after you type three letters that match the first three letters of a stored word."
+msgstr "እርስዎ አዘውትረው የሚጠቀሙበትን ቃላቶች ያስቀምጣል: እና ራሱ በራሱ ቃሉን ይጨርሳል እርስዎ ሶስት ፊደሎች ከጻፉ በኋላ ተመሳሳይ ሆኖ ቃላቱ ከ ተገኘ "
+
#. F6ECQ
-#: cui/uiconfig/ui/wordcompletionpage.ui:95
+#: cui/uiconfig/ui/wordcompletionpage.ui:100
msgctxt "wordcompletionpage|appendspace"
msgid "_Append space"
msgstr "ክፍተት _መጨመሪያ"
+#. B3Tgo
+#: cui/uiconfig/ui/wordcompletionpage.ui:109
+msgctxt "wordcompletionpage|extended_tip|appendspace"
+msgid "If you do not add punctuation after the word, %PRODUCTNAME adds a space."
+msgstr "እርስዎ ከ ቃላት በኋላ ስርአተ ነጥብ ካላስገቡ ራሱ %PRODUCTNAME ክፍተት ቦታ ይጨምራል"
+
#. YyYGC
-#: cui/uiconfig/ui/wordcompletionpage.ui:110
+#: cui/uiconfig/ui/wordcompletionpage.ui:120
msgctxt "wordcompletionpage|showastip"
msgid "_Show as tip"
msgstr "እንደ ምክር _ማሳያ"
+#. AM5rj
+#: cui/uiconfig/ui/wordcompletionpage.ui:129
+msgctxt "wordcompletionpage|extended_tip|showastip"
+msgid "Displays the completed word as a Help Tip."
+msgstr "የ ተጨረሰውን ቃል እንደ እርዳታ ምክር ማሳያ "
+
#. RJa2G
-#: cui/uiconfig/ui/wordcompletionpage.ui:153
+#: cui/uiconfig/ui/wordcompletionpage.ui:168
msgctxt "wordcompletionpage|label2"
msgid "Mi_n. word length:"
msgstr "አነ_ስተኛው የ ቃላት እርዝመት:"
+#. XSEGa
+#: cui/uiconfig/ui/wordcompletionpage.ui:187
+msgctxt "wordcompletionpage|extended_tip|minwordlen"
+msgid "Enter the minimum word length for a word to become eligible for the word completion feature."
+msgstr "አነስተኛ የ ቃል እርዝመት ያስገቡ ቃል ብቁ የሚሆንበት ለ ቃላት መጨረሻ ገጽታ"
+
#. YAb3D
-#: cui/uiconfig/ui/wordcompletionpage.ui:180
+#: cui/uiconfig/ui/wordcompletionpage.ui:200
msgctxt "wordcompletionpage|label1"
msgid "_Max. entries:"
msgstr "_ከፍተኛው ማስገቢያ:"
+#. Ypa2L
+#: cui/uiconfig/ui/wordcompletionpage.ui:219
+msgctxt "wordcompletionpage|extended_tip|maxentries"
+msgid "Enter the maximum number of words that you want to store in the Word Completion list."
+msgstr "ከፍተኛ የ ቃል እርዝመት ያስገቡ እርስዎ ቃል ማስቀመጥ የሚፈልጉትን ለ ቃላት መጨረሻ ዝርዝር"
+
#. SzABn
-#: cui/uiconfig/ui/wordcompletionpage.ui:207
+#: cui/uiconfig/ui/wordcompletionpage.ui:232
msgctxt "wordcompletionpage|label3"
msgid "Acc_ept with:"
msgstr "ተቀብ_ያለሁ በ:"
+#. gPj5A
+#: cui/uiconfig/ui/wordcompletionpage.ui:248
+msgctxt "wordcompletionpage|extended_tip|acceptwith"
+msgid "Select the key that you want to use to accept the automatic word completion."
+msgstr "እርስዎ ቁልፍ ይምረጡ መጠቀም የሚፈልጉትን ራሱ በራሱ ቃል በሚጨርስ ጊዜ ለ መቀበል የሚጠቀሙበት "
+
#. iedK3
-#: cui/uiconfig/ui/wordcompletionpage.ui:253
+#: cui/uiconfig/ui/wordcompletionpage.ui:283
msgctxt "acorreplacepage|collectedwords"
msgid "Collected Words"
msgstr ""
+#. GCXAm
+#: cui/uiconfig/ui/wordcompletionpage.ui:329
+msgctxt "wordcompletionpage|extended_tip|entries"
+msgid "Lists the collected words. The list is valid until you close the current document. To make the list available to other documents in the current session, disable \"When closing a document, remove the words collected from it from the list\"."
+msgstr "የ ተሰበሰቡት ቃላቶች ዝርዝር: እነዚህ ቃላቶች ዋጋ የሚኖራቸው የ አሁኑን ሰነድ እስከሚዘጉ ድረስ ነው: ዝርዝሩን ዝግጁ ለማድረግ ለ ሌሎች ሰንዶች በ አሁኑ ክፍለ ጊዜ: ያሰናክሉ \"ሰነዱን በሚዘጉ ጊዘ: ቃላቶቹን ያስወግዱ የ ተሰበሰበውን ከ ራሱ ከ ዝርዝር ውስጥ\" "
+
#. Akygd
-#: cui/uiconfig/ui/wordcompletionpage.ui:307
+#: cui/uiconfig/ui/wordcompletionpage.ui:342
msgctxt "wordcompletionpage|whenclosing"
msgid "_When closing a document, remove the words collected from it from the list"
msgstr "ሰነዱ በሚዘጋበት _ጊዜ በ ዝርዝር ውስጥ የ ተሰበሰቡትን ቃላቶች ማስወገጃ"
+#. RFvtW
+#: cui/uiconfig/ui/wordcompletionpage.ui:352
+msgctxt "wordcompletionpage|extended_tip|whenclosing"
+msgid "When enabled, the list gets cleared when closing the current document. When disabled, makes the current Word Completion list available to other documents after you close the current document. The list remains available until you exit %PRODUCTNAME."
+msgstr "ይህን በሚያስችሉ ጊዜ: ዝርዝሩ ይጸዳል የ አሁኑን ሰነድ በሚዘጉ ጊዜ: በሚሰናከል ጊዜ የ አሁኑን ቃላት መጨረሻ ዝርዝር ዝግጁ ይሆናል ለ ሌሎች ሰነዶች: እርስዎ የ አሁኑን ሰነድ ከ ዘጉ በኋላ: ዝርዝሩ ዝግጁ ይሆናል እርስዎ እስከሚወጡ ድረስ %PRODUCTNAME."
+
#. f7oAK
-#: cui/uiconfig/ui/wordcompletionpage.ui:327
+#: cui/uiconfig/ui/wordcompletionpage.ui:367
msgctxt "wordcompletionpage|collectwords"
msgid "C_ollect words"
msgstr "ቃላቶች መ_ሰብሰቢያ"
+#. AJuiz
+#: cui/uiconfig/ui/wordcompletionpage.ui:376
+msgctxt "wordcompletionpage|extended_tip|collectwords"
+msgid "Adds the frequently used words to a list. To remove a word from the Word Completion list, select the word, and then click Delete Entry."
+msgstr "አዘውትረው የሚጠቀሙትን ቃላቶች ወደ ዝርዝር ውስጥ መጨመሪያ: ቃል ከ ቃል መጨረሻ ውስጥ ለ ማስወገድ: ቃሉን ይምረጡ እና ከዛ ይጫኑ ማስገቢያውን ማጥፊያ "
+
#. yzZjo
-#: cui/uiconfig/ui/wordcompletionpage.ui:343
+#: cui/uiconfig/ui/wordcompletionpage.ui:388
msgctxt "wordcompletionpage|delete"
msgid "_Delete"
msgstr ""
+#. 4HjyH
+#: cui/uiconfig/ui/wordcompletionpage.ui:397
+msgctxt "wordcompletionpage|extended_tip|delete"
+msgid "Removes the selected word or words from the Word Completion list."
+msgstr "የ ተመረጠውን ቃል ወይንም ቃሎች ከ ቃል መጨረሻ ዝርዝር ውስጥ ማስወገጃ "
+
+#. zqnKv
+#: cui/uiconfig/ui/wordcompletionpage.ui:428
+msgctxt "wordcompletionpage|extended_tip|WordCompletionPage"
+msgid "Stores frequently used words, and automatically completes a word after you type three letters that match the first three letters of a stored word."
+msgstr "እርስዎ አዘውትረው የሚጠቀሙበትን ቃላቶች ያስቀምጣል: እና ራሱ በራሱ ቃሉን ይጨርሳል እርስዎ ሶስት ፊደሎች ከጻፉ በኋላ ተመሳሳይ ሆኖ ቃላቱ ከ ተገኘ "
+
#. gzUCC
#: cui/uiconfig/ui/zoomdialog.ui:19
msgctxt "zoomdialog|ZoomDialog"
@@ -15700,74 +21326,146 @@ msgctxt "zoomdialog|optimal"
msgid "Optimal"
msgstr "አጥጋቢ"
+#. Yd7ht
+#: cui/uiconfig/ui/zoomdialog.ui:122
+msgctxt "zoomdialog|extended_tip|optimal"
+msgid "Resizes the display to fit the width of the text in the document at the moment the command is started."
+msgstr " እንደገና መመጠኛ መመልከቻውን: ጽሁፉ በ ስፋቱ ልክ እንዲሆን በ ሰነዱ ውስጥ "
+
#. RfuDU
-#: cui/uiconfig/ui/zoomdialog.ui:129
+#: cui/uiconfig/ui/zoomdialog.ui:134
msgctxt "zoomdialog|fitwandh"
msgid "Fit width and height"
msgstr "በ ስፋቱ እና በ እርዝመቱ ልክ"
+#. ZHbzV
+#: cui/uiconfig/ui/zoomdialog.ui:144
+msgctxt "zoomdialog|extended_tip|fitwandh"
+msgid "Displays the entire page on your screen."
+msgstr " እንደገና መመጠኛ መመልከቻውን: ጽሁፉ በ ስፋቱ ልክ እንዲሆን በ ሰነዱ ውስጥ "
+
#. P9XGA
-#: cui/uiconfig/ui/zoomdialog.ui:146
+#: cui/uiconfig/ui/zoomdialog.ui:156
msgctxt "zoomdialog|fitw"
msgid "Fit width"
msgstr "በ ስፋቱ ልክ"
+#. ANMvA
+#: cui/uiconfig/ui/zoomdialog.ui:166
+msgctxt "zoomdialog|extended_tip|fitw"
+msgid "Displays the complete width of the document page. The top and bottom edges of the page may not be visible."
+msgstr "የ ሰነዱን ገጽ ሙሉ ስፋት ማሳያ: የ ላይኛው እና የ ታችኛው ጠርዝ ላይታይ ይችላል"
+
#. qeWB6
-#: cui/uiconfig/ui/zoomdialog.ui:163
+#: cui/uiconfig/ui/zoomdialog.ui:178
msgctxt "zoomdialog|100pc"
msgid "100%"
msgstr "100%"
+#. kwdpk
+#: cui/uiconfig/ui/zoomdialog.ui:188
+msgctxt "zoomdialog|extended_tip|100pc"
+msgid "Displays the document at its actual size."
+msgstr "ሰነዱን በ ዋናው መጠን ማሳያ"
+
#. DE7hS
-#: cui/uiconfig/ui/zoomdialog.ui:185
+#: cui/uiconfig/ui/zoomdialog.ui:205
msgctxt "zoomdialog|variable"
msgid "Variable:"
msgstr "ተለዋዋጭ:"
+#. zSg6i
+#: cui/uiconfig/ui/zoomdialog.ui:218
+msgctxt "zoomdialog|extended_tip|variable"
+msgid "Enter the zoom factor at which you want to display the document. Enter a percentage in the box."
+msgstr "የማሳያ መጠን ማስገቢያ እርስዎ ሰነዱን ማየት እንደሚፈልጉት: በ ሳጥኑ ውስጥ ፐርሰንት ያስገቡ"
+
#. QGHoo
-#: cui/uiconfig/ui/zoomdialog.ui:214
+#: cui/uiconfig/ui/zoomdialog.ui:239
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Variable"
msgstr "ተለዋዋጭ"
+#. tnqjj
+#: cui/uiconfig/ui/zoomdialog.ui:240
+msgctxt "zoomdialog|extended_tip|zoomsb"
+msgid "Enter the zoom factor at which you want to display the document. Enter a percentage in the box."
+msgstr "የማሳያ መጠን ማስገቢያ እርስዎ ሰነዱን ማየት እንደሚፈልጉት: በ ሳጥኑ ውስጥ ፐርሰንት ያስገቡ"
+
#. 8iPB6
-#: cui/uiconfig/ui/zoomdialog.ui:239
+#: cui/uiconfig/ui/zoomdialog.ui:265
msgctxt "zoomdialog|label2"
msgid "Zoom Factor"
msgstr "የ ማሳያ መጠን"
#. CzsKr
-#: cui/uiconfig/ui/zoomdialog.ui:272
+#: cui/uiconfig/ui/zoomdialog.ui:298
msgctxt "zoomdialog|automatic"
msgid "Automatic"
msgstr "ራሱ በራሱ"
+#. CQYiS
+#: cui/uiconfig/ui/zoomdialog.ui:307
+msgctxt "zoomdialog|extended_tip|automatic"
+msgid "The automatic view layout displays pages side by side, as many as the zoom factor allows."
+msgstr "ራሱ በራሱ የ መመልክከቻ እቅድ ማሳያ ገጾች ጎን ለ ጎን: የማሳያ መጠኑ እስከሚችለው ድረስ "
+
#. DBVGM
-#: cui/uiconfig/ui/zoomdialog.ui:288
+#: cui/uiconfig/ui/zoomdialog.ui:319
msgctxt "zoomdialog|singlepage"
msgid "Single page"
msgstr "ነጠላ ገጽ"
+#. E2onG
+#: cui/uiconfig/ui/zoomdialog.ui:329
+msgctxt "zoomdialog|extended_tip|singlepage"
+msgid "The single page view layout displays pages beneath each other, but never side by side."
+msgstr "የ ነጠላ ገጽ መመልከቻ እቅድ የሚያሳያቸው ገጾች አንዱን ከ አንዱ ስር ነው: ጎን ለ ጎን አይደለም "
+
#. FdNqb
-#: cui/uiconfig/ui/zoomdialog.ui:310
+#: cui/uiconfig/ui/zoomdialog.ui:346
msgctxt "zoomdialog|columns"
msgid "Columns:"
msgstr "አምዶች:"
+#. oXVAa
+#: cui/uiconfig/ui/zoomdialog.ui:360
+msgctxt "zoomdialog|extended_tip|columns"
+msgid "In columns view layout you see pages in a given number of columns side by side. Enter the number of columns."
+msgstr "በ አምድ መመልከቻ እቅድ ውስጥ ለ እርስዎ ይታያል ለ ገጾች የ ተሰጠው ቁጥር ከ አምዶች ጎን ለ ጎን: የ አምዶች ቁጥር ያስገቡ "
+
#. opsyv
-#: cui/uiconfig/ui/zoomdialog.ui:341
+#: cui/uiconfig/ui/zoomdialog.ui:382
msgctxt "zoomdialog|columnssb-atkobject"
msgid "Columns"
msgstr "አምዶች"
+#. psRyA
+#: cui/uiconfig/ui/zoomdialog.ui:383
+msgctxt "zoomdialog|extended_tip|columnssb"
+msgid "In columns view layout you see pages in a given number of columns side by side. Enter the number of columns."
+msgstr "በ አምድ መመልከቻ እቅድ ውስጥ ለ እርስዎ ይታያል ለ ገጾች የ ተሰጠው ቁጥር ከ አምዶች ጎን ለ ጎን: የ አምዶች ቁጥር ያስገቡ "
+
#. rhLet
-#: cui/uiconfig/ui/zoomdialog.ui:365
+#: cui/uiconfig/ui/zoomdialog.ui:407
msgctxt "zoomdialog|bookmode"
msgid "Book mode"
msgstr "በ መጽሀፍ ዘዴ"
+#. egdNS
+#: cui/uiconfig/ui/zoomdialog.ui:420
+msgctxt "zoomdialog|extended_tip|bookmode"
+msgid "In book mode view layout you see two pages side by side as in an open book. The first page is a right page with an odd page number."
+msgstr "በ መጽሀፍ መመልከቻ ዘዴ እቅድ ውስጥ ለ እርስዎ ሁለት ገጾች ይታያል ጎን ለ ጎን በ ተከፈተ መጽሀፍ ውስጥ: የ መጀመሪያው ገጽ የ ቀኝ ገጽ ነው ከ ጎዶሎ ገጽ ቁጥር ጋር"
+
#. pdZqi
-#: cui/uiconfig/ui/zoomdialog.ui:393
+#: cui/uiconfig/ui/zoomdialog.ui:440
msgctxt "zoomdialog|label1"
msgid "View Layout"
msgstr "እቅድ መመልከቻ"
+
+#. xrBmX
+#: cui/uiconfig/ui/zoomdialog.ui:472
+msgctxt "zoomdialog|extended_tip|ZoomDialog"
+msgid "Reduces or enlarges the screen display of %PRODUCTNAME."
+msgstr "መቀነሻ ወይንም መጨመሪያ የ መመልከቻውን ማሳያ %PRODUCTNAME."
diff --git a/source/am/dbaccess/messages.po b/source/am/dbaccess/messages.po
index 6de8caaba38..5d85a57b37f 100644
--- a/source/am/dbaccess/messages.po
+++ b/source/am/dbaccess/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:30+0100\n"
"PO-Revision-Date: 2020-10-19 15:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/am/>\n"
@@ -965,20 +965,14 @@ msgctxt "STR_TASKS"
msgid "Tasks"
msgstr "ስራዎች"
-#. t46y2
-#: dbaccess/inc/strings.hrc:183
-msgctxt "STR_DESCRIPTION"
-msgid "Description"
-msgstr ""
-
#. i4BHJ
-#: dbaccess/inc/strings.hrc:184
+#: dbaccess/inc/strings.hrc:183
msgctxt "STR_PREVIEW"
msgid "Preview"
msgstr "ቅድመ እይታ"
#. MpYZa
-#: dbaccess/inc/strings.hrc:185
+#: dbaccess/inc/strings.hrc:184
msgctxt "STR_QUERY_CLOSEDOCUMENTS"
msgid ""
"The connection type has been altered.\n"
@@ -992,31 +986,31 @@ msgstr ""
"ሁሉንም ሰነዶች አሁን መዝጋት ይፈልጋሉ?"
#. 5Ujux
-#: dbaccess/inc/strings.hrc:188
+#: dbaccess/inc/strings.hrc:187
msgctxt "STR_FRM_LABEL"
msgid "F~orm name"
msgstr "የፎ~ርሙ ስም"
#. zA6vD
-#: dbaccess/inc/strings.hrc:189
+#: dbaccess/inc/strings.hrc:188
msgctxt "STR_RPT_LABEL"
msgid "~Report name"
msgstr "~የመግለጫው ስም"
#. 8RUit
-#: dbaccess/inc/strings.hrc:190
+#: dbaccess/inc/strings.hrc:189
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
msgstr "የፎ~ልደሩ ስም"
#. Twota
-#: dbaccess/inc/strings.hrc:191
+#: dbaccess/inc/strings.hrc:190
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS"
msgid "The document contains forms or reports with embedded macros."
msgstr "ሰነዱ በ ውስጡ ፎርሞች እና መግለጫዎች እንዲሁም የ ተጣበቁ ማክሮስ ይዟል"
#. v33uG
-#: dbaccess/inc/strings.hrc:192
+#: dbaccess/inc/strings.hrc:191
msgctxt "STR_SUB_DOCS_WITH_SCRIPTS_DETAIL"
msgid ""
"Macros should be embedded into the database document itself.\n"
@@ -1032,260 +1026,260 @@ msgstr ""
"ያስታውሱ ማክሮስ ማክሮስ አይችሉም ወደ ዳታቤዝ ሰነዶች ውስጥ: የ ማክሮስ ማዘዋወሩ ሂደት እስከሚካሄድ ድረስ "
#. SBEJP
-#: dbaccess/inc/strings.hrc:197
+#: dbaccess/inc/strings.hrc:196
msgctxt "RID_STR_EMBEDDED_DATABASE"
msgid "Embedded database"
msgstr "የ ተጣበቀ ዳታቤዝ"
#. 9GfaL
-#: dbaccess/inc/strings.hrc:198
+#: dbaccess/inc/strings.hrc:197
msgctxt "RID_STR_NO_DIFF_CAT"
msgid "You cannot select different categories."
msgstr "የተለያዩ ምድቦች መምረጥ አይችሉም"
#. HMRSN
-#: dbaccess/inc/strings.hrc:199
+#: dbaccess/inc/strings.hrc:198
msgctxt "RID_STR_UNSUPPORTED_OBJECT_TYPE"
msgid "Unsupported object type found ($type$)."
msgstr "የማይደገፍ አይነት እቃ ተገኝቷል ($type$)."
#. YgB34
-#: dbaccess/inc/strings.hrc:200
+#: dbaccess/inc/strings.hrc:199
msgctxt "STR_PAGETITLE_GENERAL"
msgid "Advanced Properties"
msgstr "የ ረቀቁ ባህሪዎች"
#. wFDHD
-#: dbaccess/inc/strings.hrc:201
+#: dbaccess/inc/strings.hrc:200
msgctxt "STR_PAGETITLE_ADVANCED"
msgid "Additional Settings"
msgstr "ተጨማሪ ማሰናጃዎች"
#. HYDjE
-#: dbaccess/inc/strings.hrc:202
+#: dbaccess/inc/strings.hrc:201
msgctxt "STR_PAGETITLE_CONNECTION"
msgid "Connection settings"
msgstr "ግንኙነት ማሰናጃዎች"
#. KLRak
-#: dbaccess/inc/strings.hrc:203
+#: dbaccess/inc/strings.hrc:202
msgctxt "STR_TBL_LABEL"
msgid "~Table Name"
msgstr "~የ ሰንጠረዥ ስም"
#. WPmUe
-#: dbaccess/inc/strings.hrc:204
+#: dbaccess/inc/strings.hrc:203
msgctxt "STR_QRY_LABEL"
msgid "~Query name"
msgstr "~የ ጥያቄ ስም"
#. cGPht
-#: dbaccess/inc/strings.hrc:205
+#: dbaccess/inc/strings.hrc:204
msgctxt "STR_TITLE_RENAME"
msgid "Rename to"
msgstr "እንደገና መሰየሚያ ወደ"
#. GQDBD
-#: dbaccess/inc/strings.hrc:206
+#: dbaccess/inc/strings.hrc:205
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
msgstr "ማስገቢያ እንደ"
#. yGyEU
-#: dbaccess/inc/strings.hrc:208
+#: dbaccess/inc/strings.hrc:207
msgctxt "STR_QUERY_BRW_DELETE_ROWS"
msgid "Do you want to delete the selected data?"
msgstr "የተመረጠውን ዳታ ማጥፋት ይፈልጋሉ?"
#. AMTEz
-#: dbaccess/inc/strings.hrc:209
+#: dbaccess/inc/strings.hrc:208
msgctxt "SBA_BROWSER_SETTING_ORDER"
msgid "Error setting the sort criteria"
msgstr "ስህተት መለያ መመዘኛ በማሰናዳት ላይ"
#. kXqdF
-#: dbaccess/inc/strings.hrc:210
+#: dbaccess/inc/strings.hrc:209
msgctxt "SBA_BROWSER_SETTING_FILTER"
msgid "Error setting the filter criteria"
msgstr "ስህተት ማጣሪያ መመዘኛ በማሰናዳት ላይ"
#. tXz3U
-#: dbaccess/inc/strings.hrc:211
+#: dbaccess/inc/strings.hrc:210
msgctxt "RID_STR_CONNECTION_LOST"
msgid "Connection lost"
msgstr "ግንኙነቱ ተቋርጧል"
#. 5ELXe
-#: dbaccess/inc/strings.hrc:212
+#: dbaccess/inc/strings.hrc:211
msgctxt "RID_STR_QUERIES_CONTAINER"
msgid "Queries"
msgstr "ጥያቄዎች"
#. wdm7E
-#: dbaccess/inc/strings.hrc:213
+#: dbaccess/inc/strings.hrc:212
msgctxt "RID_STR_TABLES_CONTAINER"
msgid "Tables"
msgstr "ሰንጠረዦች"
#. BTcMU
-#: dbaccess/inc/strings.hrc:214
+#: dbaccess/inc/strings.hrc:213
msgctxt "STR_TITLE_CONFIRM_DELETION"
msgid "Confirm Deletion"
msgstr "ማጥፋቱን ማረጋገጫ"
#. pbjZT
-#: dbaccess/inc/strings.hrc:215
+#: dbaccess/inc/strings.hrc:214
msgctxt "STR_QUERY_DELETE_TABLE"
msgid "Do you want to delete the table '%1'?"
msgstr "ሰንጠረዡን ማጥፋት ይፈልጋሉ '%1'?"
#. CLELW
-#: dbaccess/inc/strings.hrc:216
+#: dbaccess/inc/strings.hrc:215
msgctxt "STR_QUERY_CONNECTION_LOST"
msgid "The connection to the database has been lost. Do you want to reconnect?"
msgstr "ወደ ዳታ ቤዝ ግንኙነቱ ተቋርጧል: እንደገና መገናኘት ይፈልጋሉ?"
#. NRXrT
-#: dbaccess/inc/strings.hrc:217
+#: dbaccess/inc/strings.hrc:216
msgctxt "STR_OPENTABLES_WARNINGS"
msgid "Warnings encountered"
msgstr "ማስጠንቀቂያ ተፈጥሯል"
#. EXau9
-#: dbaccess/inc/strings.hrc:218
+#: dbaccess/inc/strings.hrc:217
msgctxt "STR_OPENTABLES_WARNINGS_DETAILS"
msgid "While retrieving the tables, warnings were reported by the database connection."
msgstr "ሰንጠረዡ በሚፈልግበት ጊዜ: የ ማስጠንቀቂያ መግለጫ ተሰጥቷል ዳታቤዝ ግንኙነት ውስጥ"
#. HtRDf
-#: dbaccess/inc/strings.hrc:219
+#: dbaccess/inc/strings.hrc:218
msgctxt "STR_CONNECTING_DATASOURCE"
msgid "Connecting to \"$name$\" ..."
msgstr "በመገናኘት ላይ ወደ \"$name$\" ..."
#. QNCRB
-#: dbaccess/inc/strings.hrc:220
+#: dbaccess/inc/strings.hrc:219
msgctxt "STR_LOADING_QUERY"
msgid "Loading query $name$ ..."
msgstr "ጥያቄውን በመጫን ላይ $name$ ..."
#. QfTUB
-#: dbaccess/inc/strings.hrc:221
+#: dbaccess/inc/strings.hrc:220
msgctxt "STR_LOADING_TABLE"
msgid "Loading table $name$ ..."
msgstr "ሰንጠረዡን በመጫን ላይ $name$ ..."
#. FECQm
-#: dbaccess/inc/strings.hrc:222
+#: dbaccess/inc/strings.hrc:221
msgctxt "STR_NO_TABLE_FORMAT_INSIDE"
msgid "No table format could be found."
msgstr "የ ሰንጠረዥ አቀራረብ ማግኘት አልተገኘም"
#. 6isKD
-#: dbaccess/inc/strings.hrc:223
+#: dbaccess/inc/strings.hrc:222
msgctxt "STR_COULDNOTCONNECT_DATASOURCE"
msgid "The connection to the data source \"$name$\" could not be established."
msgstr "ወደ ዳታ ምንጩ ግንኙነት \"$name$\" መፍጠር አልተቻለም"
#. CmzsA
-#: dbaccess/inc/strings.hrc:225
+#: dbaccess/inc/strings.hrc:224
msgctxt "STR_TABLEDESIGN_DBFIELDTYPES"
msgid "Unknown;Text;Number;Date/Time;Date;Time;Yes/No;Currency;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
msgstr "ያልታወቀ: ጽሁፍ: ቁጥር: ቀን/ሰአት: ቀን: ሰአት: አዎ/አይ: ገንዘብ: ማስታወሻ: መቁጠሪያ: ምስል: ጽሁፍ (መጠገኛ):ዴሲማል: Binary (መጠገኛ);Binary;BigInt;ድርብ: ማንሳፈፊያ ;Real;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHER;Bit (fix)"
#. hhXGF
-#: dbaccess/inc/strings.hrc:226
+#: dbaccess/inc/strings.hrc:225
msgctxt "STR_TABLEDESIGN_UNDO_PRIMKEY"
msgid "Insert/remove primary key"
msgstr "ቀዳሚ ቁልፍ ማስገቢያ/ማስወገጃ"
#. 26uKH
-#: dbaccess/inc/strings.hrc:227
+#: dbaccess/inc/strings.hrc:226
msgctxt "STR_VALUE_YES"
msgid "Yes"
msgstr "አዎ"
#. vqVF5
-#: dbaccess/inc/strings.hrc:228
+#: dbaccess/inc/strings.hrc:227
msgctxt "STR_VALUE_NO"
msgid "No"
msgstr "አይ"
#. TDokm
#. Note: should somehow fit to the word "value" in other languages as well: value - none...
-#: dbaccess/inc/strings.hrc:230
+#: dbaccess/inc/strings.hrc:229
msgctxt "STR_VALUE_NONE"
msgid "<none>"
msgstr "<ምንም>"
#. 66g23
-#: dbaccess/inc/strings.hrc:231
+#: dbaccess/inc/strings.hrc:230
msgctxt "STR_TAB_FIELD_COLUMN_NAME"
msgid "Field Name"
msgstr "የ ሜዳው ስም"
#. F6UGZ
-#: dbaccess/inc/strings.hrc:232
+#: dbaccess/inc/strings.hrc:231
msgctxt "STR_TAB_FIELD_COLUMN_DATATYPE"
msgid "Field Type"
msgstr "የ ሜዳው አይነት"
#. LFBuq
-#: dbaccess/inc/strings.hrc:233
+#: dbaccess/inc/strings.hrc:232
msgctxt "STR_TAB_HELP_TEXT"
msgid "Description"
msgstr "መግለጫ"
#. BYE5G
-#: dbaccess/inc/strings.hrc:234
+#: dbaccess/inc/strings.hrc:233
msgctxt "STR_COLUMN_DESCRIPTION"
msgid "Column Description"
msgstr "የአምድ መግለጫ"
#. Aney5
-#: dbaccess/inc/strings.hrc:235
+#: dbaccess/inc/strings.hrc:234
msgctxt "STR_TAB_PROPERTIES"
msgid "Field Properties"
msgstr "የ ሜዳ ባህሪዎች"
#. kjdpF
-#: dbaccess/inc/strings.hrc:236
+#: dbaccess/inc/strings.hrc:235
msgctxt "STR_TABED_UNDO_CELLMODIFIED"
msgid "Modify cell"
msgstr "ክፍል ማሻሻያ"
#. aPzA3
-#: dbaccess/inc/strings.hrc:237
+#: dbaccess/inc/strings.hrc:236
msgctxt "STR_TABED_UNDO_ROWDELETED"
msgid "Delete row"
msgstr "ረድፍ ማጥፊያ"
#. DFnqv
-#: dbaccess/inc/strings.hrc:238
+#: dbaccess/inc/strings.hrc:237
msgctxt "STR_TABED_UNDO_TYPE_CHANGED"
msgid "Modify field type"
msgstr "የ ሜዳውን አይነት ማሻሻያ"
#. XLRpC
-#: dbaccess/inc/strings.hrc:239
+#: dbaccess/inc/strings.hrc:238
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
msgstr "ረድፍ ማስገቢያ"
#. LgbwQ
-#: dbaccess/inc/strings.hrc:240
+#: dbaccess/inc/strings.hrc:239
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
msgstr "አዲስ ረድፍ ማስገቢያ"
#. gi8TU
-#: dbaccess/inc/strings.hrc:241
+#: dbaccess/inc/strings.hrc:240
msgctxt "STR_DEFAULT_VALUE"
msgid "~Default value"
msgstr "~ነባር ዋጋ"
#. 3AyBV
-#: dbaccess/inc/strings.hrc:242
+#: dbaccess/inc/strings.hrc:241
msgctxt "STR_HELP_BOOL_DEFAULT"
msgid ""
"Select a value that is to appear in all new records as default.\n"
@@ -1295,7 +1289,7 @@ msgstr ""
"ሜዳው ነባር ዋጋ ካልነበረው: ባዶ ሀረግ ይምረጡ"
#. AbZU4
-#: dbaccess/inc/strings.hrc:243
+#: dbaccess/inc/strings.hrc:242
msgctxt "STR_HELP_DEFAULT_VALUE"
msgid ""
"Enter a default value for this field.\n"
@@ -1307,19 +1301,19 @@ msgstr ""
"በኋላ ሰንጠረዥ ውስጥ ዳታ ሲያስገቡ: ይህን ሀረግ ይጠቀማል ሜዳው ለ ተመረጠው ለ እያንዳንዱ መዝገብ: ስለዚህም ለ ተመረጠው ክፍል አቀራረብ ግንኙነት ያደርጋል ከ ታች ማስገባት ለሚፈልጉት"
#. hwwVA
-#: dbaccess/inc/strings.hrc:244
+#: dbaccess/inc/strings.hrc:243
msgctxt "STR_HELP_TEXT_LENGTH"
msgid "Enter the maximum text length permitted."
msgstr "ለ ጽሁፍ የ ተፈቀደውን ከፍተኛ እርዝመት ያስገቡ"
#. yPnZq
-#: dbaccess/inc/strings.hrc:245
+#: dbaccess/inc/strings.hrc:244
msgctxt "STR_HELP_NUMERIC_TYPE"
msgid "Enter the number format."
msgstr "የ ቁጥር አቀራረብ ያስገቡ"
#. 2yCJu
-#: dbaccess/inc/strings.hrc:246
+#: dbaccess/inc/strings.hrc:245
msgctxt "STR_HELP_LENGTH"
msgid ""
"Determine the length data can have in this field.\n"
@@ -1333,25 +1327,25 @@ msgstr ""
"ዋጋው እንደ አስፈላጊነቱ ይታረማል ለዚህ ዳታቤዝ ከ ተመደበው መጠኑ ሲያልፍ"
#. BY4V7
-#: dbaccess/inc/strings.hrc:247
+#: dbaccess/inc/strings.hrc:246
msgctxt "STR_HELP_SCALE"
msgid "Specify the number of decimal places permitted in this field."
msgstr "ለዚህ ሜዳ የ ተፈቀደውን የ ዴሲማል ቦታዎች እዚህ ይወስኑ"
#. QBHjm
-#: dbaccess/inc/strings.hrc:248
+#: dbaccess/inc/strings.hrc:247
msgctxt "STR_HELP_FORMAT_CODE"
msgid "This is where you see how the data would be displayed in the current format (use the button on the right to modify the format)."
msgstr "እዚህ ነው ዳታው በ አሁኑ አቀራረብ እንዴት እንደሚታይ የሚያዩት (አቀራረቡን ለማሻሻል በቀኝ በኩል ያለውን ቁልፍ ይጠቀሙ)."
#. eV4sD
-#: dbaccess/inc/strings.hrc:249
+#: dbaccess/inc/strings.hrc:248
msgctxt "STR_HELP_FORMAT_BUTTON"
msgid "This is where you determine the output format of the data."
msgstr "እዚህ ነው የዳታውን አቀራረብ ውጤት የሚወስኑት"
#. Y5q39
-#: dbaccess/inc/strings.hrc:250
+#: dbaccess/inc/strings.hrc:249
msgctxt "STR_HELP_AUTOINCREMENT"
msgid ""
"Choose if this field should contain AutoIncrement values.\n"
@@ -1363,49 +1357,49 @@ msgstr ""
"በ እንደዚህ አይነት ሜዳዎች ውስጥ ዳታ ማስገባት አይችሉም: የተዘማዱ ዋጋዎች ይመደባሉ ለ እያንዳንዱ አዲስ መረጃ ራሱ በራሱ (የሚጨምሩትን ውጤት ቀደም ካለው መረጃ)"
#. 5uQpF
-#: dbaccess/inc/strings.hrc:251
+#: dbaccess/inc/strings.hrc:250
msgctxt "STR_TABLEDESIGN_DUPLICATE_NAME"
msgid "The table cannot be saved because column name \"$column$\" was assigned twice."
msgstr "ሰንጠረዡን ማስቀመጥ አይቻልም ምክንያቱም የሰንጠረዡ ስም \"$column$\" ሁለት ጊዜ ተመድቧል"
#. vayRE
-#: dbaccess/inc/strings.hrc:252
+#: dbaccess/inc/strings.hrc:251
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
msgstr "አምዱ \"$column$\" የሚገባው ለቀዳሚ ቁልፍ ነው ፡ አምዱ ከጠፋ ቀዳሚ ቁልፉም አብሮ ይጠፋል ፡ በእርግጥ መቀጠል ይፈልጋሉ?"
#. fo93e
-#: dbaccess/inc/strings.hrc:253
+#: dbaccess/inc/strings.hrc:252
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE"
msgid "Primary Key Affected"
msgstr "ቀዳሚ ቁልፍ ተፅእኖ አለው"
#. wcLcG
-#: dbaccess/inc/strings.hrc:254
+#: dbaccess/inc/strings.hrc:253
msgctxt "STR_COLUMN_NAME"
msgid "Column"
msgstr "አምድ"
#. ES566
-#: dbaccess/inc/strings.hrc:255
+#: dbaccess/inc/strings.hrc:254
msgctxt "STR_QRY_CONTINUE"
msgid "Continue anyway?"
msgstr "ለማናቸውም ልቀጥል"
#. iXbw5
-#: dbaccess/inc/strings.hrc:256
+#: dbaccess/inc/strings.hrc:255
msgctxt "STR_TABLEDESIGN_CONNECTION_MISSING"
msgid "The table could not be saved due to problems connecting to the database."
msgstr "ሰንጠረዡን ማስቀመጥ አልተቻለም የ ዳታቤዙን መገናኘት ባለመቻል"
#. kuExF
-#: dbaccess/inc/strings.hrc:257
+#: dbaccess/inc/strings.hrc:256
msgctxt "STR_TABLEDESIGN_DATASOURCE_DELETED"
msgid "The table filter could not be adjusted because the data source has been deleted."
msgstr "የ ሰንጠረዥ ማጣሪያውን ማስተካከል አይቻልም ምክንያቱም የ ዳታ ምንጩ ጠፍቷል"
#. Lt4Yc
-#: dbaccess/inc/strings.hrc:258
+#: dbaccess/inc/strings.hrc:257
msgctxt "STR_QUERY_SAVE_TABLE_EDIT_INDEXES"
msgid ""
"Before you can edit the indexes of a table, you have to save it.\n"
@@ -1415,13 +1409,13 @@ msgstr ""
"ለውጦቹን አሁን ማስቀመጥ ይፈልጋሉ?"
#. HFLQk
-#: dbaccess/inc/strings.hrc:259
+#: dbaccess/inc/strings.hrc:258
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY_HEAD"
msgid "No primary key"
msgstr "ቀዳሚ ቁልፍ የለም"
#. ir5Du
-#: dbaccess/inc/strings.hrc:260
+#: dbaccess/inc/strings.hrc:259
msgctxt "STR_TABLEDESIGN_NO_PRIM_KEY"
msgid ""
"A unique index or primary key is required for data record identification in this database.\n"
@@ -1435,25 +1429,25 @@ msgstr ""
"ቀዳሚ ቁልፍ አሁን ይፈጠር?"
#. R7KDG
-#: dbaccess/inc/strings.hrc:261
+#: dbaccess/inc/strings.hrc:260
msgctxt "STR_TABLEDESIGN_ALTER_ERROR"
msgid "The column \"$column$\" could not be changed. Should the column instead be deleted and the new format appended?"
msgstr "አምዱን \"$column$\" መቀየር አይቻልም: በምትኩ አምዱ ይጥፋ እና አዲሱ አቀራረብ ይያያዝ?"
#. U3f4j
-#: dbaccess/inc/strings.hrc:262
+#: dbaccess/inc/strings.hrc:261
msgctxt "STR_TABLEDESIGN_SAVE_ERROR"
msgid "Error while saving the table design"
msgstr "ስህተት የሰንጠረዥ ንድፉን በማስቀመጥ ላይ"
#. 9BsSL
-#: dbaccess/inc/strings.hrc:263
+#: dbaccess/inc/strings.hrc:262
msgctxt "STR_TABLEDESIGN_COULD_NOT_DROP_COL"
msgid "The column $column$ could not be deleted."
msgstr "አምዱን $column$ ማጥፋት አይቻልም"
#. Etkrj
-#: dbaccess/inc/strings.hrc:264
+#: dbaccess/inc/strings.hrc:263
msgctxt "STR_HELP_AUTOINCREMENT_VALUE"
msgid ""
"Enter an SQL statement for the auto-increment field.\n"
@@ -1465,7 +1459,7 @@ msgstr ""
"ይህ አነጋገር በቀጥታ ወደ ዳታቤዝ ይተላለፋል ሰንጠረዥ ሲፈጠር"
#. fAEud
-#: dbaccess/inc/strings.hrc:265
+#: dbaccess/inc/strings.hrc:264
msgctxt "STR_NO_TYPE_INFO_AVAILABLE"
msgid ""
"No type information could be retrieved from the database.\n"
@@ -1475,37 +1469,37 @@ msgstr ""
"ለዚህ ዳታ ምንጭ የ ሰንጠረዡ ንድፍ ዘዴ አልተገኘም"
#. 2s2rr
-#: dbaccess/inc/strings.hrc:266
+#: dbaccess/inc/strings.hrc:265
msgctxt "STR_CHANGE_COLUMN_NAME"
msgid "change field name"
msgstr "የ ሜዳ ስም መቀየሪያ"
#. PC3QD
-#: dbaccess/inc/strings.hrc:267
+#: dbaccess/inc/strings.hrc:266
msgctxt "STR_CHANGE_COLUMN_TYPE"
msgid "change field type"
msgstr "የ ሜዳ አይነት መቀየሪያ"
#. Z2B9o
-#: dbaccess/inc/strings.hrc:268
+#: dbaccess/inc/strings.hrc:267
msgctxt "STR_CHANGE_COLUMN_DESCRIPTION"
msgid "change field description"
msgstr "የ ሜዳ መግለጫ መቀየሪያ"
#. aDrTE
-#: dbaccess/inc/strings.hrc:269
+#: dbaccess/inc/strings.hrc:268
msgctxt "STR_CHANGE_COLUMN_ATTRIBUTE"
msgid "change field attribute"
msgstr "የ ሜዳ ባህሪ መቀየሪያ"
#. 3srwC
-#: dbaccess/inc/strings.hrc:271
+#: dbaccess/inc/strings.hrc:270
msgctxt "STR_ENTER_CONNECTION_PASSWORD"
msgid "A password is needed to connect to the data source \"$name$\"."
msgstr "የ መግቢያ ቃል ያስፈልጋል ከ ዳታው ምንጩ ጋር ለ መገናኘት \"$name$\"."
#. tYDxc
-#: dbaccess/inc/strings.hrc:272
+#: dbaccess/inc/strings.hrc:271
msgctxt "STR_ASK_FOR_DIRECTORY_CREATION"
msgid ""
"The directory\n"
@@ -1521,49 +1515,49 @@ msgstr ""
"አልነበረም: አሁን ይፈጠር?"
#. 3PFxY
-#: dbaccess/inc/strings.hrc:273
+#: dbaccess/inc/strings.hrc:272
msgctxt "STR_COULD_NOT_CREATE_DIRECTORY"
msgid "The directory $name$ could not be created."
msgstr "ዳይሬክቶሪውን $name$ መፍጠር አልተቻለም"
#. V9kGF
-#: dbaccess/inc/strings.hrc:274
+#: dbaccess/inc/strings.hrc:273
msgctxt "STR_ALREADYEXISTOVERWRITE"
msgid "The file already exists. Overwrite?"
msgstr "ፋይሉ ቀደም ሲል ነበር በላዩ ላይ ደርቤ ልጻፍበት?"
#. i47ye
-#: dbaccess/inc/strings.hrc:275
+#: dbaccess/inc/strings.hrc:274
msgctxt "STR_NEW_FOLDER"
msgid "Folder"
msgstr "ፎልደር"
#. U2bRK
-#: dbaccess/inc/strings.hrc:277
+#: dbaccess/inc/strings.hrc:276
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
msgstr "የ ዳታቤዝ ባህሪዎች"
#. etNzz
-#: dbaccess/inc/strings.hrc:278
+#: dbaccess/inc/strings.hrc:277
msgctxt "STR_PARENTTITLE_GENERAL"
msgid "Data Source Properties: #"
msgstr "የ ዳታ ምንጩ ባህሪዎች: #"
#. z9Ecp
-#: dbaccess/inc/strings.hrc:279
+#: dbaccess/inc/strings.hrc:278
msgctxt "STR_ERR_USE_CONNECT_TO"
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
msgstr "እባክዎን ይምረጡ 'ግንኙነት ወደ ነበረው ዳታቤዝ' ለ መገናኘት ወደ ነበረው ዳታቤዝ በሱ ምትክ"
#. PfAC6
-#: dbaccess/inc/strings.hrc:280
+#: dbaccess/inc/strings.hrc:279
msgctxt "STR_COULD_NOT_LOAD_ODBC_LIB"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
msgstr "የ ፕሮግራሙን መጻህፍት ቤት መጫን አልተቻለም #lib# ወይንም የ ተበላሸ ነው የ ODBC ዳታ ምንጭ ምርጫ አልተገኘም"
#. d3vbZ
-#: dbaccess/inc/strings.hrc:281
+#: dbaccess/inc/strings.hrc:280
msgctxt "STR_UNSUPPORTED_DATASOURCE_TYPE"
msgid ""
"This kind of data source is not supported on this platform.\n"
@@ -1573,152 +1567,152 @@ msgstr ""
"ማሰናጃውን መቀየር ይችላሉ: ነገር ግን ምናልባት ወደ ዳታቤዝ መገናኘት አይችሉም"
#. 2f7Ga
-#: dbaccess/inc/strings.hrc:282
+#: dbaccess/inc/strings.hrc:281
msgctxt "STR_AUTOTEXT_FIELD_SEP_NONE"
msgid "{None}"
msgstr "{ምንም}"
#. iR7CJ
#. To translators: EM Dec 2002: 'Space' refers t o what you get when you hit the space bar on your keyboard.
-#: dbaccess/inc/strings.hrc:284
+#: dbaccess/inc/strings.hrc:283
msgctxt "STR_AUTOFIELDSEPARATORLIST"
msgid ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
msgstr ";\t59\t,\t44\t:\t58\t{Tab}\t9\t{Space}\t32"
#. DFGo9
-#: dbaccess/inc/strings.hrc:285
+#: dbaccess/inc/strings.hrc:284
msgctxt "STR_AUTODELIMITER_MISSING"
msgid "#1 must be set."
msgstr "#1 መዘጋጀት አለበት"
#. ZDRBf
-#: dbaccess/inc/strings.hrc:286
+#: dbaccess/inc/strings.hrc:285
msgctxt "STR_AUTODELIMITER_MUST_DIFFER"
msgid "#1 and #2 must be different."
msgstr "#1 እና #2 ልዩ መሆን አለበት"
#. 9oCZr
-#: dbaccess/inc/strings.hrc:287
+#: dbaccess/inc/strings.hrc:286
msgctxt "STR_AUTONO_WILDCARDS"
msgid "Wildcards such as ?,* are not allowed in #1."
msgstr "ሁለገብ እንደ የ ?,* ያሉ አይፈቀድም በ #1."
#. BdzcB
-#: dbaccess/inc/strings.hrc:289
+#: dbaccess/inc/strings.hrc:288
msgctxt "STR_CONNECTION_TEST"
msgid "Connection Test"
msgstr "ግንኙነት መሞከሪያ"
#. oAAKs
-#: dbaccess/inc/strings.hrc:290
+#: dbaccess/inc/strings.hrc:289
msgctxt "STR_CONNECTION_SUCCESS"
msgid "The connection was established successfully."
msgstr "ግንኙነት በሚገባ ተሳክቶ ተመስርቷል"
#. 5V7Ay
-#: dbaccess/inc/strings.hrc:291
+#: dbaccess/inc/strings.hrc:290
msgctxt "STR_CONNECTION_NO_SUCCESS"
msgid "The connection could not be established."
msgstr "ግንኙነት መፍጠር አልተቻለም"
#. wvNFP
-#: dbaccess/inc/strings.hrc:292
+#: dbaccess/inc/strings.hrc:291
msgctxt "STR_JDBCDRIVER_SUCCESS"
msgid "The JDBC driver was loaded successfully."
msgstr "የ JDBC driver ተሳክቶ ተጭኗል"
#. RdMCN
-#: dbaccess/inc/strings.hrc:293
+#: dbaccess/inc/strings.hrc:292
msgctxt "STR_JDBCDRIVER_NO_SUCCESS"
msgid "The JDBC driver could not be loaded."
msgstr "የ JDBC driver መጫን አልተቻለም"
#. dyCvN
-#: dbaccess/inc/strings.hrc:294
+#: dbaccess/inc/strings.hrc:293
msgctxt "STR_MSACCESS_FILTERNAME"
msgid "MS Access file"
msgstr "MS Access file"
#. rDsuu
-#: dbaccess/inc/strings.hrc:295
+#: dbaccess/inc/strings.hrc:294
msgctxt "STR_MSACCESS_2007_FILTERNAME"
msgid "MS Access 2007 file"
msgstr "MS Access 2007 file"
#. jFwxU
-#: dbaccess/inc/strings.hrc:296
+#: dbaccess/inc/strings.hrc:295
msgctxt "STR_FIREBIRD_FILTERNAME"
msgid "Firebird Database"
msgstr "የ ፋየርበርድ ዳታቤዝ"
#. 8Uiv2
-#: dbaccess/inc/strings.hrc:298
+#: dbaccess/inc/strings.hrc:297
msgctxt "STR_RSC_CHARSETS"
msgid "System"
msgstr "ስርአት"
#. pnwDB
-#: dbaccess/inc/strings.hrc:299
+#: dbaccess/inc/strings.hrc:298
msgctxt "STR_ERROR_DURING_CREATION"
msgid "Error during creation"
msgstr "ስህተት ተፈጥሯል በመፍጠር ላይ እንዳለ"
#. hnyJF
-#: dbaccess/inc/strings.hrc:300
+#: dbaccess/inc/strings.hrc:299
msgctxt "STR_UNEXPECTED_ERROR"
msgid "An error occurred. The operation could not be performed."
msgstr "ስህተት ተፈጥሯል: ተግባሩን መፈጸም አይቻልም"
#. kXCG9
-#: dbaccess/inc/strings.hrc:301
+#: dbaccess/inc/strings.hrc:300
msgctxt "STR_COULDNOTOPEN_LINKEDDOC"
msgid "The document \"$file$\" could not be opened."
msgstr "ሰነዱን \"$file$\" መክፈት አልተቻለም"
#. bFHHW
-#: dbaccess/inc/strings.hrc:302
+#: dbaccess/inc/strings.hrc:301
msgctxt "STR_MISSING_TABLES_XDROP"
msgid "The table cannot be deleted because the database connection does not support this."
msgstr "ሰንጠረዡን ማጥፋት አይቻልም ምክንያቱም የ ዳታቤዝ ግንኙነት ይህን አይደግፍም"
#. ZNB5D
-#: dbaccess/inc/strings.hrc:303
+#: dbaccess/inc/strings.hrc:302
msgctxt "STR_BUTTON_TEXT_ALL"
msgid "~All"
msgstr "~ሁሉንም"
#. C8eBG
-#: dbaccess/inc/strings.hrc:304
+#: dbaccess/inc/strings.hrc:303
msgctxt "STR_UNDO_COLON"
msgid "Undo:"
msgstr "መተው:"
#. aje2A
-#: dbaccess/inc/strings.hrc:305
+#: dbaccess/inc/strings.hrc:304
msgctxt "STR_REDO_COLON"
msgid "Redo:"
msgstr "እንደገና መስሪያ:"
#. ixMkj
-#: dbaccess/inc/strings.hrc:306
+#: dbaccess/inc/strings.hrc:305
msgctxt "STR_UNKNOWN_TYPE_FOUND"
msgid "No corresponding column type could be found for column '#1'."
msgstr "ምንም አይነት ተመሳሳይ አምድ አልተገኘም ለ አምዱ '#1'."
#. qVax3
-#: dbaccess/inc/strings.hrc:307
+#: dbaccess/inc/strings.hrc:306
msgctxt "STR_FILE_DOES_NOT_EXIST"
msgid "The file \"$file$\" does not exist."
msgstr "ፋይሉን \"$file$\" ማግኘት አልተቻለም"
#. 737k3
-#: dbaccess/inc/strings.hrc:308
+#: dbaccess/inc/strings.hrc:307
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
msgstr "ማስጠንቀቂያ ተሰጥቷል ወደ ዳታ ምንጩ ጋር ለመገናኘት በሞመከር ላይ እንዳለ: ይጫኑ \"$buttontext$\" መልእክቱን ለማየት"
#. cGJja
-#: dbaccess/inc/strings.hrc:309
+#: dbaccess/inc/strings.hrc:308
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
@@ -1729,199 +1723,199 @@ msgstr ""
#. xTNjt
#. #i96130# use hard coded name
-#: dbaccess/inc/strings.hrc:311
+#: dbaccess/inc/strings.hrc:310
msgctxt "RID_STR_EXTENSION_NOT_PRESENT"
msgid "The report, \"$file$\", requires the Report Builder feature."
msgstr "መግለጫው \"$file$\", ተጨማሪ የ ገጽታ መገንቢያ ይፈልጋል"
#. oC8Px
-#: dbaccess/inc/strings.hrc:313
+#: dbaccess/inc/strings.hrc:312
msgctxt "STR_COULDNOTCREATE_DRIVERMANAGER"
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
msgstr "መገናኘት አልተቻለም ወደ SDBC driver አስተዳዳሪ (#servicename#)."
#. aym6r
-#: dbaccess/inc/strings.hrc:314
+#: dbaccess/inc/strings.hrc:313
msgctxt "STR_NOREGISTEREDDRIVER"
msgid "A driver is not registered for the URL #connurl#."
msgstr "አካሉ አልተመዘገበም ለ URL #connurl#."
#. oafZG
-#: dbaccess/inc/strings.hrc:315
+#: dbaccess/inc/strings.hrc:314
msgctxt "STR_NOTABLEINFO"
msgid "Successfully connected, but information about database tables is not available."
msgstr "በሚገባ ተገናኝቷል: ነገር ግን ስለ ዳታቤዝ ሰንጠረዥ መረጃ አልተገኘም"
#. uBW6C
-#: dbaccess/inc/strings.hrc:316
+#: dbaccess/inc/strings.hrc:315
msgctxt "STR_ALL_TABLES"
msgid "All tables"
msgstr "ሁሉንም ሰንጠረዦች"
#. nhz6M
-#: dbaccess/inc/strings.hrc:317
+#: dbaccess/inc/strings.hrc:316
msgctxt "STR_ALL_VIEWS"
msgid "All views"
msgstr "ሁሉንም መመልከቻዎች"
#. APBCw
-#: dbaccess/inc/strings.hrc:318
+#: dbaccess/inc/strings.hrc:317
msgctxt "STR_ALL_TABLES_AND_VIEWS"
msgid "All tables and views"
msgstr "ሁሉንም ሰንጠረዦች እና መመልከቻዎች"
#. 4SGBJ
-#: dbaccess/inc/strings.hrc:320
+#: dbaccess/inc/strings.hrc:319
msgctxt "STR_TABLE_PRIV_NAME"
msgid "Table name"
msgstr "የሰንጠረዡ ስም"
#. Nw93R
-#: dbaccess/inc/strings.hrc:321
+#: dbaccess/inc/strings.hrc:320
msgctxt "STR_TABLE_PRIV_INSERT"
msgid "Insert data"
msgstr "ዳታ ማስገቢያ"
#. nLFJd
-#: dbaccess/inc/strings.hrc:322
+#: dbaccess/inc/strings.hrc:321
msgctxt "STR_TABLE_PRIV_DELETE"
msgid "Delete data"
msgstr "ዳታ ማጥፊያ"
#. eGEDE
-#: dbaccess/inc/strings.hrc:323
+#: dbaccess/inc/strings.hrc:322
msgctxt "STR_TABLE_PRIV_UPDATE"
msgid "Modify data"
msgstr "ዳታ ማሻሻያ"
#. e2bxV
-#: dbaccess/inc/strings.hrc:324
+#: dbaccess/inc/strings.hrc:323
msgctxt "STR_TABLE_PRIV_ALTER"
msgid "Alter structure"
msgstr "አካሉን መለወጫ"
#. zejFA
-#: dbaccess/inc/strings.hrc:325
+#: dbaccess/inc/strings.hrc:324
msgctxt "STR_TABLE_PRIV_SELECT"
msgid "Read data"
msgstr "ዳታ ማንበቢያ"
#. UsMj8
-#: dbaccess/inc/strings.hrc:326
+#: dbaccess/inc/strings.hrc:325
msgctxt "STR_TABLE_PRIV_REFERENCE"
msgid "Modify references"
msgstr "ማመሳከሪያዎችን ማሻሻያ"
#. SEGp9
-#: dbaccess/inc/strings.hrc:327
+#: dbaccess/inc/strings.hrc:326
msgctxt "STR_TABLE_PRIV_DROP"
msgid "Drop structure"
msgstr "አካሉን መጣያ"
#. BCCiv
-#: dbaccess/inc/strings.hrc:329
+#: dbaccess/inc/strings.hrc:328
msgctxt "STR_DBASE_PATH_OR_FILE"
msgid "Path to the dBASE files"
msgstr "መንገድ ወደ የ dBASE ፋይሎች"
#. hnBFY
-#: dbaccess/inc/strings.hrc:330
+#: dbaccess/inc/strings.hrc:329
msgctxt "STR_FLAT_PATH_OR_FILE"
msgid "Path to the text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
#. DRFyX
-#: dbaccess/inc/strings.hrc:331
+#: dbaccess/inc/strings.hrc:330
msgctxt "STR_CALC_PATH_OR_FILE"
msgid "Path to the spreadsheet document"
msgstr "ወደ ሰንጠረዥ ሰነድ መንገድ"
#. qxbA7
-#: dbaccess/inc/strings.hrc:332
+#: dbaccess/inc/strings.hrc:331
msgctxt "STR_NAME_OF_ODBC_DATASOURCE"
msgid "Name of the ODBC data source on your system"
msgstr "የ ODBC ዳታ ምንጭ ስም በ እርስዎ ስርአት ውስጥ"
#. mGJE9
-#: dbaccess/inc/strings.hrc:333
+#: dbaccess/inc/strings.hrc:332
msgctxt "STR_WRITER_PATH_OR_FILE"
msgid "Path to the Writer document"
msgstr "ወደ መጻፊያ ሰነድ መንገድ"
#. zQxCp
-#: dbaccess/inc/strings.hrc:334
+#: dbaccess/inc/strings.hrc:333
msgctxt "STR_MYSQL_DATABASE_NAME"
msgid "Name of the MySQL database"
msgstr "ስም ለ MySQL ዳታቤዝ"
#. uhRMQ
-#: dbaccess/inc/strings.hrc:335
+#: dbaccess/inc/strings.hrc:334
msgctxt "STR_ORACLE_DATABASE_NAME"
msgid "Name of the Oracle database"
msgstr "የ Oracle database ስም"
#. nmoae
-#: dbaccess/inc/strings.hrc:336
+#: dbaccess/inc/strings.hrc:335
msgctxt "STR_MSACCESS_MDB_FILE"
msgid "Microsoft Access database file"
msgstr "Microsoft Access database file"
#. 34zwh
-#: dbaccess/inc/strings.hrc:337
+#: dbaccess/inc/strings.hrc:336
msgctxt "STR_NO_ADDITIONAL_SETTINGS"
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
msgstr "ምንም አይነት ማሰናጃ አያስፈልግም: ግንኙነቱ እንደሚሰራ ለማረጋገጥ: ይጫኑ '%test' ቁልፉን"
#. GAVfb
-#: dbaccess/inc/strings.hrc:338
+#: dbaccess/inc/strings.hrc:337
msgctxt "STR_COMMONURL"
msgid "Datasource URL (e.g. host=$host:$port dbname=$database)"
msgstr "Datasource URL (e.g. host=$host:$port dbname=$database)"
#. rKH3t
-#: dbaccess/inc/strings.hrc:339
+#: dbaccess/inc/strings.hrc:338
msgctxt "STR_HOSTNAME"
msgid "~Host name"
msgstr "~የጋባዥ ስም"
#. Gdbjz
-#: dbaccess/inc/strings.hrc:340
+#: dbaccess/inc/strings.hrc:339
msgctxt "STR_MOZILLA_PROFILE_NAME"
msgid "~Mozilla profile name"
msgstr "~Mozilla profile name"
#. A6YJb
-#: dbaccess/inc/strings.hrc:341
+#: dbaccess/inc/strings.hrc:340
msgctxt "STR_THUNDERBIRD_PROFILE_NAME"
msgid "~Thunderbird profile name"
msgstr "~Thunderbird profile name"
#. HnmRA
-#: dbaccess/inc/strings.hrc:342
+#: dbaccess/inc/strings.hrc:341
msgctxt "STR_ADD_TABLES"
msgid "Add Tables"
msgstr "ሰንጠረዦች መጨመሪያ"
#. eHahH
-#: dbaccess/inc/strings.hrc:343
+#: dbaccess/inc/strings.hrc:342
msgctxt "STR_ADD_TABLE_OR_QUERY"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
#. 5dqK5
-#: dbaccess/inc/strings.hrc:345
+#: dbaccess/inc/strings.hrc:344
msgctxt "STR_WIZ_COLUMN_SELECT_TITEL"
msgid "Apply columns"
msgstr "አምዶቹን መፈጸሚያ"
#. nZ7x6
-#: dbaccess/inc/strings.hrc:346
+#: dbaccess/inc/strings.hrc:345
msgctxt "STR_WIZ_TYPE_SELECT_TITEL"
msgid "Type formatting"
msgstr "የ አቀራረብ አይነት"
#. C5Zs4
-#: dbaccess/inc/strings.hrc:347
+#: dbaccess/inc/strings.hrc:346
msgctxt "STR_WIZ_NAME_ALREADY_DEFINED"
msgid ""
"Enter a unique name for the new primary key data field.\n"
@@ -1931,163 +1925,163 @@ msgstr ""
"የሚቀጥለውን ስም በቅድሚያ ተጠቅመውበታል:"
#. MuQ2C
-#: dbaccess/inc/strings.hrc:348
+#: dbaccess/inc/strings.hrc:347
msgctxt "STR_WIZ_NAME_MATCHING_TITEL"
msgid "Assign columns"
msgstr "አምዶች መመደቢያ"
#. 5vCFA
-#: dbaccess/inc/strings.hrc:349
+#: dbaccess/inc/strings.hrc:348
msgctxt "STR_WIZ_PB_PREV"
msgid "< ~Back"
msgstr "< ~ወደ ኋላ"
#. aWFVD
-#: dbaccess/inc/strings.hrc:350
+#: dbaccess/inc/strings.hrc:349
msgctxt "STR_WIZ_PB_NEXT"
msgid "~Next>"
msgstr "~ይቀጥሉ>"
#. aKHUX
-#: dbaccess/inc/strings.hrc:351
+#: dbaccess/inc/strings.hrc:350
msgctxt "STR_WIZ_PB_OK"
msgid "C~reate"
msgstr "መ~ፍጠሪያ"
#. 3XyRu
-#: dbaccess/inc/strings.hrc:352
+#: dbaccess/inc/strings.hrc:351
msgctxt "STR_WIZ_TABLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
#. uNGvx
-#: dbaccess/inc/strings.hrc:353
+#: dbaccess/inc/strings.hrc:352
msgctxt "STR_COPYTABLE_TITLE_COPY"
msgid "Copy table"
msgstr "ሰንጠረዥ ኮፒ ማድረጊያ"
#. xCPkD
-#: dbaccess/inc/strings.hrc:354
+#: dbaccess/inc/strings.hrc:353
msgctxt "STR_INVALID_TABLE_NAME"
msgid "This table name is not valid in the current database."
msgstr "በ አሁኑ ዳታቤዝ ውስጥ ይህ የ ስንጠረዥ ስም ዋጋ የለውም"
#. m35Lx
-#: dbaccess/inc/strings.hrc:355
+#: dbaccess/inc/strings.hrc:354
msgctxt "STR_SUGGEST_APPEND_TABLE_DATA"
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
msgstr "ይህን ምርጫ ይምረጡ 'ዳታ መጨመሪያ' በ መጀመሪያው ገጽ ላይ ወደ ነበረው ሰንጠረዥ ውስጥ ዳታ ለመጨመር"
#. XbmVN
-#: dbaccess/inc/strings.hrc:356
+#: dbaccess/inc/strings.hrc:355
msgctxt "STR_INVALID_TABLE_NAME_LENGTH"
msgid "Please change the table name. It is too long."
msgstr "እባክዎን የ ሰንጠረዡን ስም ይቀይሩ: ስሙ በጣም ረጅም ነው"
#. 55EA7
-#: dbaccess/inc/strings.hrc:358
+#: dbaccess/inc/strings.hrc:357
msgctxt "STR_DBWIZARDTITLE"
msgid "Database Wizard"
msgstr "የ ዳታቤዝ አዋቂ"
#. p4Yy4
-#: dbaccess/inc/strings.hrc:359
+#: dbaccess/inc/strings.hrc:358
msgctxt "STR_PAGETITLE_INTROPAGE"
msgid "Select database"
msgstr "ዳታቤዝ ይምረጡ"
#. GTpDz
-#: dbaccess/inc/strings.hrc:360
+#: dbaccess/inc/strings.hrc:359
msgctxt "STR_PAGETITLE_DBASE"
msgid "Set up dBASE connection"
msgstr "የ dBASE ግንኙነት ማሰናጃ"
#. VBaQN
-#: dbaccess/inc/strings.hrc:361
+#: dbaccess/inc/strings.hrc:360
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
#. TiBeQ
-#: dbaccess/inc/strings.hrc:362
+#: dbaccess/inc/strings.hrc:361
msgctxt "STR_PAGETITLE_MSACCESS"
msgid "Set up Microsoft Access connection"
msgstr "የ Microsoft Access ግንኙነት ማሰናጃ"
#. XaDDh
-#: dbaccess/inc/strings.hrc:363
+#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_LDAP"
msgid "Set up LDAP connection"
msgstr "የ LDAP ግንኙነት ማሰናጃ"
#. WZtzU
-#: dbaccess/inc/strings.hrc:364
+#: dbaccess/inc/strings.hrc:363
msgctxt "STR_PAGETITLE_ADO"
msgid "Set up ADO connection"
msgstr "የ ADO ግንኙነት ማሰናጃ"
#. n3HgX
-#: dbaccess/inc/strings.hrc:365
+#: dbaccess/inc/strings.hrc:364
msgctxt "STR_PAGETITLE_JDBC"
msgid "Set up JDBC connection"
msgstr "የ JDBC ግንኙነት ማሰናጃ"
#. qiZT5
-#: dbaccess/inc/strings.hrc:366
+#: dbaccess/inc/strings.hrc:365
msgctxt "STR_PAGETITLE_ORACLE"
msgid "Set up Oracle database connection"
msgstr "የ Oracle database ግንኙነት ማሰናጃ"
#. KbAqW
-#: dbaccess/inc/strings.hrc:367
+#: dbaccess/inc/strings.hrc:366
msgctxt "STR_PAGETITLE_MYSQL"
msgid "Set up MySQL connection"
msgstr "የ MySQL ግንኙነት ማሰናጃ"
#. uJuNs
-#: dbaccess/inc/strings.hrc:368
+#: dbaccess/inc/strings.hrc:367
msgctxt "STR_PAGETITLE_ODBC"
msgid "Set up ODBC connection"
msgstr "የ ODBC ግንኙነት ማሰናጃ"
#. ecB4x
-#: dbaccess/inc/strings.hrc:369
+#: dbaccess/inc/strings.hrc:368
msgctxt "STR_PAGETITLE_DOCUMENT_OR_SPREADSHEET"
msgid "Set up Writer Document or Spreadsheet connection"
msgstr "የ መጻፊያ ሰነድ ወይንም ሰንጠረዥ ግንኙነት ማሰናጃ"
#. wUEMA
-#: dbaccess/inc/strings.hrc:370
+#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_AUTHENTIFICATION"
msgid "Set up user authentication"
msgstr "የተጠቃሚ ማረጋገጫ ማሰናጃ"
#. YgsyA
-#: dbaccess/inc/strings.hrc:371
+#: dbaccess/inc/strings.hrc:370
msgctxt "STR_PAGETITLE_MYSQL_NATIVE"
msgid "Set up MySQL server data"
msgstr "የ MySQL server data ማሰናጃ"
#. 6Fy7C
-#: dbaccess/inc/strings.hrc:372
+#: dbaccess/inc/strings.hrc:371
msgctxt "STR_PAGETITLE_FINAL"
msgid "Save and proceed"
msgstr "ማስቀመጫ እና መቀጠያ"
#. LhDjK
-#: dbaccess/inc/strings.hrc:373
+#: dbaccess/inc/strings.hrc:372
msgctxt "STR_DATABASEDEFAULTNAME"
msgid "New Database"
msgstr "አዲስ ዳታቤዝ"
#. DoGLb
-#: dbaccess/inc/strings.hrc:374
+#: dbaccess/inc/strings.hrc:373
msgctxt "STR_MYSQLJDBC_HEADERTEXT"
msgid "Set up connection to a MySQL database using JDBC"
msgstr "ግንኙነት ማሰናጃ ወደ MySQL ዳታቤዝ JDBC ን በመጠቀም"
#. B5kEC
-#: dbaccess/inc/strings.hrc:375
+#: dbaccess/inc/strings.hrc:374
msgctxt "STR_MYSQLJDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2097,67 +2091,67 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. uGTyY
-#: dbaccess/inc/strings.hrc:376
+#: dbaccess/inc/strings.hrc:375
msgctxt "STR_MYSQL_DRIVERCLASSTEXT"
msgid "MySQL JDBC d~river class:"
msgstr "MySQL JDBC d~river class:"
#. cBiSe
-#: dbaccess/inc/strings.hrc:377
+#: dbaccess/inc/strings.hrc:376
msgctxt "STR_MYSQL_DEFAULT"
msgid "Default: 3306"
msgstr "ነባር : 3306"
#. zDx7G
-#: dbaccess/inc/strings.hrc:378
+#: dbaccess/inc/strings.hrc:377
msgctxt "STR_DBASE_HEADERTEXT"
msgid "Set up a connection to dBASE files"
msgstr "ወደ dBASE ፋይሎች ግንኙነት ማሰናጃ"
#. MXTEF
-#: dbaccess/inc/strings.hrc:379
+#: dbaccess/inc/strings.hrc:378
msgctxt "STR_DBASE_HELPTEXT"
msgid "Select the folder where the dBASE files are stored."
msgstr "የ dBASE files የሚቀመጡበትን ይምረጡ"
#. Ke4xP
-#: dbaccess/inc/strings.hrc:380
+#: dbaccess/inc/strings.hrc:379
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
msgstr "ወደ ጽሁፍ ፋይሎች ግንኙነት ማሰናጃ"
#. uJFWa
-#: dbaccess/inc/strings.hrc:381
+#: dbaccess/inc/strings.hrc:380
msgctxt "STR_TEXT_HELPTEXT"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
msgstr "ፎልደር ይምረጡ የ CSV (Comma Separated Values) የ ጽሁፍ ፋይል የሚጠራቀምበት %PRODUCTNAME Base እነዚህን ፋይሎች ለንባብ-ብቻ ዘዴ ይከፍታቸዋል"
#. chkNh
-#: dbaccess/inc/strings.hrc:382
+#: dbaccess/inc/strings.hrc:381
msgctxt "STR_TEXT_PATH_OR_FILE"
msgid "Path to text files"
msgstr "ወደ ጽሁፍ ፋይሎች መንገድ"
#. VXUEj
-#: dbaccess/inc/strings.hrc:383
+#: dbaccess/inc/strings.hrc:382
msgctxt "STR_MSACCESS_HEADERTEXT"
msgid "Set up a connection to a Microsoft Access database"
msgstr "ወደ Microsoft ዳታቤዝ መድረሻ ማሰናጃ"
#. rTF65
-#: dbaccess/inc/strings.hrc:384
+#: dbaccess/inc/strings.hrc:383
msgctxt "STR_MSACCESS_HELPTEXT"
msgid "Please select the Microsoft Access file you want to access."
msgstr "እባክዎን ይምረጡ የ Microsoft መድረሻ ፋይል ማስኬድ የሚፈልጉትን"
#. DYcM8
-#: dbaccess/inc/strings.hrc:385
+#: dbaccess/inc/strings.hrc:384
msgctxt "STR_ADO_HEADERTEXT"
msgid "Set up a connection to an ADO database"
msgstr "ግንኙነት ማሰናጃ ወደ ADO database"
#. WzZiB
-#: dbaccess/inc/strings.hrc:386
+#: dbaccess/inc/strings.hrc:385
msgctxt "STR_ADO_HELPTEXT"
msgid ""
"Please enter the URL of the ADO data source you want to connect to.\n"
@@ -2169,13 +2163,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ:"
#. PRyfo
-#: dbaccess/inc/strings.hrc:387
+#: dbaccess/inc/strings.hrc:386
msgctxt "STR_ODBC_HEADERTEXT"
msgid "Set up a connection to an ODBC database"
msgstr "ግንኙነት ማሰናጃ ወደ ODBC database"
#. CBVtz
-#: dbaccess/inc/strings.hrc:388
+#: dbaccess/inc/strings.hrc:387
msgctxt "STR_ODBC_HELPTEXT"
msgid ""
"Enter the name of the ODBC database you want to connect to.\n"
@@ -2187,13 +2181,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ ሰለዚህ ማሰናጃ እርግጠኛ ካልሆኑ:"
#. dmi7n
-#: dbaccess/inc/strings.hrc:389
+#: dbaccess/inc/strings.hrc:388
msgctxt "STR_JDBC_HEADERTEXT"
msgid "Set up a connection to a JDBC database"
msgstr "ግንኙነት ማሰናጃ ወደ JDBC database"
#. dYGeU
-#: dbaccess/inc/strings.hrc:390
+#: dbaccess/inc/strings.hrc:389
msgctxt "STR_JDBC_HELPTEXT"
msgid ""
"Please enter the required information to connect to a JDBC database.\n"
@@ -2203,25 +2197,25 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. DWgup
-#: dbaccess/inc/strings.hrc:391
+#: dbaccess/inc/strings.hrc:390
msgctxt "STR_ORACLE_HEADERTEXT"
msgid "Set up a connection to an Oracle database"
msgstr "ግንኙነት ማሰናጃ ወደ Oracle ዳታቤዝ"
#. Z57ca
-#: dbaccess/inc/strings.hrc:392
+#: dbaccess/inc/strings.hrc:391
msgctxt "STR_ORACLE_DEFAULT"
msgid "Default: 1521"
msgstr "ነባር : 1521"
#. dnAP9
-#: dbaccess/inc/strings.hrc:393
+#: dbaccess/inc/strings.hrc:392
msgctxt "STR_ORACLE_DRIVERCLASSTEXT"
msgid "Oracle JDBC ~driver class"
msgstr "Oracle JDBC ~driver class"
#. aD8dK
-#: dbaccess/inc/strings.hrc:394
+#: dbaccess/inc/strings.hrc:393
msgctxt "STR_ORACLE_HELPTEXT"
msgid ""
"Please enter the required information to connect to an Oracle database. Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
@@ -2231,13 +2225,13 @@ msgstr ""
"እባክዎን የ ስርአት አስተዳዳሪውን ያማክሩ የሚቀጥለውን ማሰናጃ እርግጠኛ ካልሆኑ:"
#. Vqjfj
-#: dbaccess/inc/strings.hrc:395
+#: dbaccess/inc/strings.hrc:394
msgctxt "STR_SPREADSHEET_HEADERTEXT"
msgid "Set up a connection to spreadsheets"
msgstr "ወደ ሰንጠረዥ ግንኙነት ማሰናጃ"
#. FnpBr
-#: dbaccess/inc/strings.hrc:396
+#: dbaccess/inc/strings.hrc:395
msgctxt "STR_SPREADSHEET_HELPTEXT"
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
@@ -2247,277 +2241,277 @@ msgstr ""
"%PRODUCTNAME ለማንበብ-ዘዴ ብቻ ይከፈታል"
#. fxmJG
-#: dbaccess/inc/strings.hrc:397
+#: dbaccess/inc/strings.hrc:396
msgctxt "STR_SPREADSHEETPATH"
msgid "~Location and file name"
msgstr "የ ፋይል ስም እና ~አካባቢው"
#. og5kg
-#: dbaccess/inc/strings.hrc:399
+#: dbaccess/inc/strings.hrc:398
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
msgstr "ትእዛዙ በሚገባ ተፈጽሟል"
#. BhFXv
-#: dbaccess/inc/strings.hrc:400
+#: dbaccess/inc/strings.hrc:399
msgctxt "STR_DIRECTSQL_CONNECTIONLOST"
msgid "The connection to the database has been lost. This dialog will be closed."
msgstr "ወደ ዳታቤዝ የነበረው ግንኙነት ተቋርጧል: ይህ ንግግር ይዘጋል"
#. WTysM
-#: dbaccess/inc/strings.hrc:402
+#: dbaccess/inc/strings.hrc:401
msgctxt "STR_TAB_INDEX_SORTORDER"
msgid "Sort order"
msgstr "ደንብ መለያ"
#. 67TCR
-#: dbaccess/inc/strings.hrc:403
+#: dbaccess/inc/strings.hrc:402
msgctxt "STR_TAB_INDEX_FIELD"
msgid "Index field"
msgstr "የ ማውጫ ሜዳ"
#. rCZbG
-#: dbaccess/inc/strings.hrc:404
+#: dbaccess/inc/strings.hrc:403
msgctxt "STR_ORDER_ASCENDING"
msgid "Ascending"
msgstr "እየጨመረ የሚሄድ"
#. zUeEN
-#: dbaccess/inc/strings.hrc:405
+#: dbaccess/inc/strings.hrc:404
msgctxt "STR_ORDER_DESCENDING"
msgid "Descending"
msgstr "እየቀነሰ የሚሄድ"
#. DpB67
-#: dbaccess/inc/strings.hrc:406
+#: dbaccess/inc/strings.hrc:405
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
msgstr "በእርግጥ ማውጫውን ማጥፋት ይፈልጋሉ '$name$'?"
#. 3sTLe
-#: dbaccess/inc/strings.hrc:407
+#: dbaccess/inc/strings.hrc:406
msgctxt "STR_LOGICAL_INDEX_NAME"
msgid "index"
msgstr "ማውጫ"
#. HFaXn
-#: dbaccess/inc/strings.hrc:408
+#: dbaccess/inc/strings.hrc:407
msgctxt "STR_NEED_INDEX_FIELDS"
msgid "The index must contain at least one field."
msgstr "ማውጫው ቢያንስ አንድ ሜዳ መያዝ አለበት"
#. LRDDD
-#: dbaccess/inc/strings.hrc:409
+#: dbaccess/inc/strings.hrc:408
msgctxt "STR_INDEX_NAME_ALREADY_USED"
msgid "There is already another index named \"$name$\"."
msgstr "በዚህ ስም ቀደም ሲል ሌላ ማውጫ ነበር \"$name$\"."
#. 9C3mx
-#: dbaccess/inc/strings.hrc:410
+#: dbaccess/inc/strings.hrc:409
msgctxt "STR_INDEXDESIGN_DOUBLE_COLUMN_NAME"
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
msgstr "በ ማውጫ መግለጫ ውስጥ ምንም የ ሰንጠርዥ አምድ ከ አንድ ጊዜ በላይ መኖር የለበትም: ነገር ግን እርስዎ አምዱን ሁለት ጊዜ \"$name$\" አስገብተዋል"
#. XANpc
-#: dbaccess/inc/strings.hrc:412
+#: dbaccess/inc/strings.hrc:411
msgctxt "STR_COULD_NOT_CONVERT_PARAM"
msgid "The entry could not be converted to a valid value for the \"$name$\" parameter"
msgstr "ማስገቢያውን መቀየር አልተቻለም ወደ ዋጋ ያለው ዋጋ ለ \"$name$\" ደንብ"
#. FCnE3
-#: dbaccess/inc/strings.hrc:414
+#: dbaccess/inc/strings.hrc:413
msgctxt "STR_EXCEPTION_STATUS"
msgid "SQL Status"
msgstr "SQL Status"
#. ha64T
-#: dbaccess/inc/strings.hrc:415
+#: dbaccess/inc/strings.hrc:414
msgctxt "STR_EXCEPTION_ERRORCODE"
msgid "Error code"
msgstr "የ ስህተት ኮድ"
#. 9A2cX
-#: dbaccess/inc/strings.hrc:416
+#: dbaccess/inc/strings.hrc:415
msgctxt "STR_EXPLAN_STRINGCONVERSION_ERROR"
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
msgstr "ብዙ ጊዜ ይህ ስህተት የሚፈጠረው ለ ዳታቤዙ ቋንቋ አግባብ ያልሆነ ባህሪዎች ሲዘጋጁ ነው ማሰናጃውን ይምረጡ እና ይመርምሩ ማረሚያ - ዳታቤዝ - ባህሪዎች"
#. itnjJ
-#: dbaccess/inc/strings.hrc:417
+#: dbaccess/inc/strings.hrc:416
msgctxt "STR_EXCEPTION_ERROR"
msgid "Error"
msgstr "ስህተት"
#. Q4A2Y
-#: dbaccess/inc/strings.hrc:418
+#: dbaccess/inc/strings.hrc:417
msgctxt "STR_EXCEPTION_WARNING"
msgid "Warning"
msgstr "ማስጠንቀቂያ"
#. LSBpE
-#: dbaccess/inc/strings.hrc:419
+#: dbaccess/inc/strings.hrc:418
msgctxt "STR_EXCEPTION_INFO"
msgid "Information"
msgstr "መረጃ"
#. DKRwR
-#: dbaccess/inc/strings.hrc:420
+#: dbaccess/inc/strings.hrc:419
msgctxt "STR_EXCEPTION_DETAILS"
msgid "Details"
msgstr "ዝርዝሮች"
#. Avmtu
-#: dbaccess/inc/strings.hrc:422
+#: dbaccess/inc/strings.hrc:421
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
msgstr "በእርግጥ ተጠቃሚውን ማጥፋት ይፈልጋሉ?"
#. yeKZF
-#: dbaccess/inc/strings.hrc:423
+#: dbaccess/inc/strings.hrc:422
msgctxt "STR_USERADMIN_NOT_AVAILABLE"
msgid "The database does not support user administration."
msgstr "ይህ ዳታቤዝ የ ተጠቃሚ አስተዳዳሪን አይደግፍም:"
#. 4CVtX
-#: dbaccess/inc/strings.hrc:424
+#: dbaccess/inc/strings.hrc:423
msgctxt "STR_ERROR_PASSWORDS_NOT_IDENTICAL"
msgid "The passwords do not match. Please enter the password again."
msgstr "የመግቢያ ቃሉ አይመሳሰልም ፡ እባክዎን የመግቢያ ቃሉን እንደገና ያስገቡ"
#. iu64w
-#: dbaccess/inc/strings.hrc:426
+#: dbaccess/inc/strings.hrc:425
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
msgstr "እባክዎን ያስታውሱ አንዳንድ ዳታቤዞች እንደዚህ አይነት አገናኞች አይደግፉም"
#. Khmn9
-#: dbaccess/inc/strings.hrc:427
+#: dbaccess/inc/strings.hrc:426
msgctxt "STR_QUERY_INNER_JOIN"
msgid "Includes only records for which the contents of the related fields of both tables are identical."
msgstr "መዝገቦችን ብቻ ማካተቻ ይዞታቸው ከ ሜዳዎቹ ጋር የሚዛመደውን የ ሁለቱንም ተመሳሳይ ሰንጠረዦች"
#. JUyyK
-#: dbaccess/inc/strings.hrc:428
+#: dbaccess/inc/strings.hrc:427
msgctxt "STR_QUERY_LEFTRIGHT_JOIN"
msgid "Contains ALL records from table '%1' but only records from table '%2' where the values in the related fields are matching."
msgstr "ሁሉንም መዝገቦች ይዟል ከ ሰንጠረዦች ውስጥ '%1' ነገር ግን መዝገቦችን ብቻ ከሰንጠረዥ ውስጥ '%2' ዋጋቸው በተዛመደው ሜዳዎች ውስጥ የሚመሳሰለውን"
#. EdhCU
-#: dbaccess/inc/strings.hrc:429
+#: dbaccess/inc/strings.hrc:428
msgctxt "STR_QUERY_FULL_JOIN"
msgid "Contains ALL records from '%1' and from '%2'."
msgstr "ሁሉንም መዝገቦች ይዟል ከ '%1' እና ከ '%2'."
#. c9PsZ
-#: dbaccess/inc/strings.hrc:430
+#: dbaccess/inc/strings.hrc:429
msgctxt "STR_QUERY_CROSS_JOIN"
msgid "Contains the Cartesian product of ALL records from '%1' and from '%2'."
msgstr "ሁሉንም የ cartesian product መዝገብ ይይዛል ከ '%1' እና እስከ '%2'."
#. KyLuN
-#: dbaccess/inc/strings.hrc:432
+#: dbaccess/inc/strings.hrc:431
msgctxt "STR_CTW_NO_VIEWS_SUPPORT"
msgid "The destination database does not support views."
msgstr "መድረሻው ዳታቤዝ መመልከቻን አይደግፍም"
#. RaJQd
-#: dbaccess/inc/strings.hrc:433
+#: dbaccess/inc/strings.hrc:432
msgctxt "STR_CTW_NO_PRIMARY_KEY_SUPPORT"
msgid "The destination database does not support primary keys."
msgstr "መድረሻው ዳታቤዝ ቀዳሚ ቁልፎችን አይደግፍም"
#. JBBmY
-#: dbaccess/inc/strings.hrc:434
+#: dbaccess/inc/strings.hrc:433
msgctxt "STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
msgstr "ምንም የ ዳታ መድረሻ መግለጫ አልተገኘም: ወይንም የ ዳታ መድረሻ መግለጫ አስፈላጊ መረጃ አልተገኘም"
#. Z4JFe
-#: dbaccess/inc/strings.hrc:435
+#: dbaccess/inc/strings.hrc:434
msgctxt "STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT"
msgid "Only tables and queries are supported at the moment."
msgstr "ለጊዜው የተደገፉት ሰንጠረዦች እና ጥያቄዎች ብቻ ናቸው"
#. KvUFb
-#: dbaccess/inc/strings.hrc:436
+#: dbaccess/inc/strings.hrc:435
msgctxt "STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS"
msgid "The copy source's result set must support bookmarks."
msgstr "የ ኮፒ ምንጮች ውጤት ማሰናጃ ምልክት ማድረጊያዎችን መደገፍ አለበት"
#. XVb6E
-#: dbaccess/inc/strings.hrc:437
+#: dbaccess/inc/strings.hrc:436
msgctxt "STR_CTW_UNSUPPORTED_COLUMN_TYPE"
msgid "Unsupported source column type ($type$) at column position $pos$."
msgstr "ያልተደገፈ የምንጭ አምድ አይነት ($type$) በ አምድ ቦታ $pos$"
#. 7pnvE
-#: dbaccess/inc/strings.hrc:438
+#: dbaccess/inc/strings.hrc:437
msgctxt "STR_CTW_ILLEGAL_PARAMETER_COUNT"
msgid "Illegal number of initialization parameters."
msgstr "ዋጋ የሌላቸው የ ቁጥር ማስነሻ ደንቦች"
#. z3h9J
-#: dbaccess/inc/strings.hrc:439
+#: dbaccess/inc/strings.hrc:438
msgctxt "STR_CTW_ERROR_DURING_INITIALIZATION"
msgid "An error occurred during initialization."
msgstr "ስህተት ተፈጥሯል በማስነሳት ላይ እንዳለ"
#. Qpda7
-#: dbaccess/inc/strings.hrc:440
+#: dbaccess/inc/strings.hrc:439
msgctxt "STR_CTW_ERROR_UNSUPPORTED_SETTING"
msgid "Unsupported setting in the copy source descriptor: $name$."
msgstr "በምንጭ መግለጫው ኮፒ ውስጥ ያልተደገፈ ማሰናጃ : $name$."
#. BsP8j
-#: dbaccess/inc/strings.hrc:441
+#: dbaccess/inc/strings.hrc:440
msgctxt "STR_CTW_ERROR_NO_QUERY"
msgid "To copy a query, your connection must be able to provide queries."
msgstr "ጥያቄዎችን ኮፒ ለማድረግ: የ እርስዎ ግንኙነት ጥያቄ መጠየቅ አለበት"
#. QYh2y
-#: dbaccess/inc/strings.hrc:442
+#: dbaccess/inc/strings.hrc:441
msgctxt "STR_CTW_ERROR_INVALID_INTERACTIONHANDLER"
msgid "The given interaction handler is invalid."
msgstr "የ ተሰጠው ተጽእኖ ያዢ ዋጋ የለውም"
#. ixrDD
-#: dbaccess/inc/strings.hrc:444
+#: dbaccess/inc/strings.hrc:443
msgctxt "STR_QUERY_REL_EDIT_RELATION"
msgid "This relation already exists. Do you want to edit it or create a new one?"
msgstr "ይህ ዝምድና ቀደም ሲል ነበር ፡ ሊያርሙት ይፈልጋሉ ወይስ አዲስ ይፈጠር?"
#. nFRsS
-#: dbaccess/inc/strings.hrc:445
+#: dbaccess/inc/strings.hrc:444
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
msgstr "ማረሚያ..."
#. yRkFG
-#: dbaccess/inc/strings.hrc:446
+#: dbaccess/inc/strings.hrc:445
msgctxt "STR_QUERY_REL_CREATE"
msgid "Create..."
msgstr "መፍጠሪያ..."
#. VWBJF
-#: dbaccess/inc/strings.hrc:447
+#: dbaccess/inc/strings.hrc:446
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
msgstr " - %PRODUCTNAME Base: የ ተዛመደ ንድፍ"
#. ZCd5X
-#: dbaccess/inc/strings.hrc:448
+#: dbaccess/inc/strings.hrc:447
msgctxt "STR_RELATIONDESIGN_NOT_AVAILABLE"
msgid "The database does not support relations."
msgstr "ዳታቤዙ ግንኙነት አይደግፍም"
#. CG2Pd
-#: dbaccess/inc/strings.hrc:449
+#: dbaccess/inc/strings.hrc:448
msgctxt "STR_QUERY_REL_DELETE_WINDOW"
msgid "When you delete this table all corresponding relations will be deleted as well. Continue?"
msgstr "ደህና ልቀጥል?"
#. Wzf9T
-#: dbaccess/inc/strings.hrc:450
+#: dbaccess/inc/strings.hrc:449
msgctxt "STR_QUERY_REL_COULD_NOT_CREATE"
msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
@@ -2526,6 +2520,78 @@ msgstr ""
"ዳታቤዙ ግንኙነቱን መፍጠር አልቻለም ፡ ምናልባት የውጪ ቁልፎች ለ እንደዚህ አይነት ሰንጠረዥ ድግፍ አይሰጡም ይሆናል \n"
"እባክዎን የዳታቤዝ ሰነድ አቀማመጥዎን ይመርምሩ"
+#. Fsz7D
+#: dbaccess/inc/templwin.hrc:41
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Title"
+msgstr "አርእስት"
+
+#. zo57j
+#: dbaccess/inc/templwin.hrc:42
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "By"
+msgstr "በ"
+
+#. Zh8Ni
+#: dbaccess/inc/templwin.hrc:43
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Date"
+msgstr "ቀን"
+
+#. eHFA4
+#: dbaccess/inc/templwin.hrc:44
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Keywords"
+msgstr "ቁልፍ ቃል"
+
+#. eYGnQ
+#: dbaccess/inc/templwin.hrc:45
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Description"
+msgstr "መግለጫ"
+
+#. Eg2eG
+#: dbaccess/inc/templwin.hrc:46
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Type"
+msgstr "አይነት"
+
+#. hokZy
+#: dbaccess/inc/templwin.hrc:47
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Modified on"
+msgstr "የ ተሻሻለው በ"
+
+#. XMEJb
+#: dbaccess/inc/templwin.hrc:48
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Modified by"
+msgstr "የ ተሻሻለው በ"
+
+#. MWkd5
+#: dbaccess/inc/templwin.hrc:49
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Printed on"
+msgstr "የ ታተመው በ"
+
+#. BBEEC
+#: dbaccess/inc/templwin.hrc:50
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Printed by"
+msgstr "የ ታተመው በ"
+
+#. VCGe3
+#: dbaccess/inc/templwin.hrc:51
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Subject"
+msgstr "ጉዳዩ"
+
+#. HVYdE
+#: dbaccess/inc/templwin.hrc:52
+msgctxt "STRARY_SVT_DOCINFO"
+msgid "Size"
+msgstr "መጠን"
+
#. 4KVZn
#: dbaccess/uiconfig/ui/admindialog.ui:8
msgctxt "admindialog|AdminDialog"
@@ -2635,25 +2701,25 @@ msgid "_Save"
msgstr "_ማስቀመጫ"
#. mvCb2
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:140
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:138
msgctxt "collectionviewdialog|newFolderButton|tooltip_text"
msgid "Create New Directory"
msgstr "አዲስ ዳይሬክቶሪ መፍጠሪያ"
#. Bwm2H
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:157
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:154
msgctxt "collectionviewdialog|upButton|tooltip_text"
msgid "Up One Level"
msgstr "አንድ ደረጃ ወደ ላይ"
#. rSTnu
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:196
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:193
msgctxt "collectionviewdialog|columntitle"
msgid "Folder Name"
msgstr "የ ፎልደር ስም"
#. G5Eev
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:224
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:221
msgctxt "collectionviewdialog|fileNameLabel"
msgid "File _name:"
msgstr "የ ፋይል _ስም:"
@@ -2665,17 +2731,35 @@ msgid "Column Width"
msgstr "የ አምድ ስፋት"
#. AiEUA
-#: dbaccess/uiconfig/ui/colwidthdialog.ui:99
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:96
msgctxt "colwidthdialog|label1"
msgid "_Width:"
msgstr "_ስፋት:"
+#. j9AMh
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:116
+msgctxt "colwidthdialog|extended_tip|value"
+msgid "Enter the column width that you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ አምድ ስፋት ያስገቡ"
+
#. LtAmr
-#: dbaccess/uiconfig/ui/colwidthdialog.ui:125
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:127
msgctxt "colwidthdialog|automatic"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
+#. HWoLr
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:136
+msgctxt "colwidthdialog|extended_tip|automatic"
+msgid "Automatically adjusts the column width based on the current font."
+msgstr "የ አሁኑን ፊደል መሰረት ባደረገ የ አምድ ስፋት ራሱ በራሱ ያስተካክላል "
+
+#. enAfe
+#: dbaccess/uiconfig/ui/colwidthdialog.ui:167
+msgctxt "colwidthdialog|extended_tip|ColWidthDialog"
+msgid "Changes the width of the current column, or the selected columns."
+msgstr "የ አሁኑን አምድ ወይንም የ ተመረጠውን አምድ ስፋት መቀየሪያ"
+
#. zBVS9
#: dbaccess/uiconfig/ui/connectionpage.ui:40
msgctxt "connectionpage|browseurllabel"
@@ -3113,6 +3197,12 @@ msgctxt "fielddescpage|STR_TAB_FIELD_DATATYPE"
msgid "Field _type"
msgstr "የ ሜዳ _አይነት"
+#. dUE3D
+#: dbaccess/uiconfig/ui/fielddescpanel.ui:44
+msgctxt "designhelpbox|textview-tooltip"
+msgid "Field Properties Help"
+msgstr "የ ሜዳ ባህሪዎች እርዳታ"
+
#. KUVUc
#: dbaccess/uiconfig/ui/fielddialog.ui:9
msgctxt "fielddialog|FieldDialog"
@@ -3263,6 +3353,14 @@ msgctxt "generalpagewizard|connectDatabase"
msgid "Connect to an e_xisting database"
msgstr "ወደ ነ_በረው የ ዳታቤዝ መገናኛ"
+#. emqeD
+#: dbaccess/uiconfig/ui/generalpagewizard.ui:229
+msgctxt "generalpagewizard|noembeddeddbLabel"
+msgid ""
+"It is not possible to create a new database, because neither HSQLDB, nor Firebird is\n"
+"available in this setup."
+msgstr ""
+
#. DQvKi
#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:42
msgctxt "generalspecialjdbcdetailspage|label2"
@@ -3444,61 +3542,61 @@ msgid "Join Properties"
msgstr "ባህሪዎች ማገናኛ"
#. YUCgu
-#: dbaccess/uiconfig/ui/joindialog.ui:137
+#: dbaccess/uiconfig/ui/joindialog.ui:136
msgctxt "joindialog|label1"
msgid "Tables Involved"
msgstr "ሰንጠረዦች ተጠቃለዋል"
#. kbsrd
-#: dbaccess/uiconfig/ui/joindialog.ui:201
+#: dbaccess/uiconfig/ui/joindialog.ui:200
msgctxt "joindialog|label2"
msgid "Fields Involved"
msgstr "ሜዳዎች ተጠቃለዋል"
#. C3Avj
-#: dbaccess/uiconfig/ui/joindialog.ui:236
+#: dbaccess/uiconfig/ui/joindialog.ui:235
msgctxt "joindialog|label5"
msgid "_Type:"
msgstr "_አይነት:"
#. RAXzW
-#: dbaccess/uiconfig/ui/joindialog.ui:252
+#: dbaccess/uiconfig/ui/joindialog.ui:251
msgctxt "joindialog|liststore1"
msgid "Inner join"
msgstr "የውስጥ ማገናኛ"
#. ZEaHj
-#: dbaccess/uiconfig/ui/joindialog.ui:253
+#: dbaccess/uiconfig/ui/joindialog.ui:252
msgctxt "joindialog|liststore1"
msgid "Left join"
msgstr "በ ግራ ማገናኛ"
#. y9EMH
-#: dbaccess/uiconfig/ui/joindialog.ui:254
+#: dbaccess/uiconfig/ui/joindialog.ui:253
msgctxt "joindialog|liststore1"
msgid "Right join"
msgstr "በ ቀኝ ማገናኛ"
#. G57Ed
-#: dbaccess/uiconfig/ui/joindialog.ui:255
+#: dbaccess/uiconfig/ui/joindialog.ui:254
msgctxt "joindialog|liststore1"
msgid "Full (outer) join"
msgstr "ሙሉ (የውጪ) አገናኝ"
#. vwzCL
-#: dbaccess/uiconfig/ui/joindialog.ui:256
+#: dbaccess/uiconfig/ui/joindialog.ui:255
msgctxt "joindialog|liststore1"
msgid "Cross join"
msgstr "መስቀልኛ አገናኝ"
#. GTvPb
-#: dbaccess/uiconfig/ui/joindialog.ui:266
+#: dbaccess/uiconfig/ui/joindialog.ui:265
msgctxt "joindialog|natural"
msgid "Natural"
msgstr "በተፈጥሮ"
#. UkuPe
-#: dbaccess/uiconfig/ui/joindialog.ui:290
+#: dbaccess/uiconfig/ui/joindialog.ui:289
msgctxt "joindialog|label6"
msgid "Options"
msgstr "ምርጫዎች"
@@ -3834,137 +3932,209 @@ msgid "Standard Filter"
msgstr "መደበኛ ማጣሪያ"
#. Vj95w
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:101
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:98
msgctxt "queryfilterdialog|label2"
msgid "Operator"
msgstr "አንቀሳቃሹ"
#. epkLc
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:113
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:110
msgctxt "queryfilterdialog|label5"
msgid "Field name"
msgstr "የ ሜዳ ስም"
#. Y5DBo
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:124
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:121
msgctxt "queryfilterdialog|label6"
msgid "Condition"
msgstr "ሁኔታው"
#. DdcwC
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:137
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:134
msgctxt "queryfilterdialog|field1"
msgid "- none -"
msgstr "- ምንም -"
+#. eYDCU
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:138
+msgctxt "queryfilterdialog|extended_tip|field1"
+msgid "Specifies the field names from the current table to set them in the argument."
+msgstr "የ ሜዳ ስሞች መግለጫ ከ አሁኑ ሰንጠረዥ ማሰናጃ ወደ ክርክሩ ውስጥ "
+
#. 57zBE
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:152
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:154
msgctxt "queryfilterdialog|cond1"
msgid "="
msgstr "="
#. GGX3G
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:153
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:155
msgctxt "queryfilterdialog|cond1"
msgid "<>"
msgstr "<>"
#. k5DCL
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:154
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:156
msgctxt "queryfilterdialog|cond1"
msgid "<"
msgstr "<"
#. FAAzh
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:155
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:157
msgctxt "queryfilterdialog|cond1"
msgid "<="
msgstr "<="
#. Qzo9n
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:156
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:158
msgctxt "queryfilterdialog|cond1"
msgid ">"
msgstr ">"
#. H4pEw
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:157
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:159
msgctxt "queryfilterdialog|cond1"
msgid ">="
msgstr ">="
#. PWqBz
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:158
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:160
msgctxt "queryfilterdialog|cond1"
msgid "like"
msgstr "እወደዋለሁ"
#. RDy6G
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:159
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:161
msgctxt "queryfilterdialog|cond1"
msgid "not like"
msgstr "አልወደውም"
#. 2qvuA
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:160
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:162
msgctxt "queryfilterdialog|cond1"
msgid "null"
msgstr "ባዶ"
#. 4znh7
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:161
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:163
msgctxt "queryfilterdialog|cond1"
msgid "not null"
msgstr "ባዶ አይደለም"
+#. 4qhBZ
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:167
+msgctxt "queryfilterdialog|extended_tip|cond1"
+msgid "Specifies the comparative operators through which the entries in the Field name and Value fields can be linked."
+msgstr " መወሰኛ የ ማነፃፀሪያ አንቀሳቃሽ ባጠቃላይ ማስገቢያ በ ሜዳ ስም እና ዋጋ ሜዳዎች እንዲገናኙ "
+
#. A8jis
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:175
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:182
msgctxt "queryfilterdialog|field2"
msgid "- none -"
msgstr "- ምንም -"
+#. y2FAQ
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:186
+msgctxt "queryfilterdialog|extended_tip|field2"
+msgid "Specifies the field names from the current table to set them in the argument."
+msgstr "የ ሜዳ ስሞች መግለጫ ከ አሁኑ ሰንጠረዥ ማሰናጃ ወደ ክርክሩ ውስጥ "
+
#. FdHSG
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:189
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:201
msgctxt "queryfilterdialog|field3"
msgid "- none -"
msgstr "- ምንም -"
+#. FvUHF
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:205
+msgctxt "queryfilterdialog|extended_tip|field3"
+msgid "Specifies the field names from the current table to set them in the argument."
+msgstr "የ ሜዳ ስሞች መግለጫ ከ አሁኑ ሰንጠረዥ ማሰናጃ ወደ ክርክሩ ውስጥ "
+
+#. oCJaY
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:222
+msgctxt "queryfilterdialog|extended_tip|cond2"
+msgid "Specifies the comparative operators through which the entries in the Field name and Value fields can be linked."
+msgstr " መወሰኛ የ ማነፃፀሪያ አንቀሳቃሽ ባጠቃላይ ማስገቢያ በ ሜዳ ስም እና ዋጋ ሜዳዎች እንዲገናኙ "
+
+#. rY6Pi
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:239
+msgctxt "queryfilterdialog|extended_tip|cond3"
+msgid "Specifies the comparative operators through which the entries in the Field name and Value fields can be linked."
+msgstr " መወሰኛ የ ማነፃፀሪያ አንቀሳቃሽ ባጠቃላይ ማስገቢያ በ ሜዳ ስም እና ዋጋ ሜዳዎች እንዲገናኙ "
+
#. tBd3g
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:225
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:252
msgctxt "queryfilterdialog|label7"
msgid "Value"
msgstr "ዋጋ"
+#. o2BNC
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:267
+msgctxt "queryfilterdialog|extended_tip|value1"
+msgid "Specifies a value to filter the field."
+msgstr "ሜዳ እንዴት እንደሚጣር ዋጋ መወሰኛ "
+
+#. w42mr
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:284
+msgctxt "queryfilterdialog|extended_tip|value2"
+msgid "Specifies a value to filter the field."
+msgstr "ሜዳ እንዴት እንደሚጣር ዋጋ መወሰኛ "
+
+#. tB93H
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:301
+msgctxt "queryfilterdialog|extended_tip|value3"
+msgid "Specifies a value to filter the field."
+msgstr "ሜዳ እንዴት እንደሚጣር ዋጋ መወሰኛ "
+
#. PFZ8z
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:274
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:316
msgctxt "queryfilterdialog|op2"
msgid "AND"
msgstr "AND"
#. pQza3
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:275
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:317
msgctxt "queryfilterdialog|op2"
msgid "OR"
msgstr "ወይንም"
+#. msKEj
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:321
+msgctxt "queryfilterdialog|extended_tip|op2"
+msgid "For the following arguments, you can choose between the logical operators AND / OR."
+msgstr "ለሚቀጥሉት ክርክሮች: እርስዎ መምረጥ ይችላሉ የ ሎጂካል አንቀሳቃሾች በ እና / ወይንም መካከል "
+
#. EaXyP
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:289
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:336
msgctxt "queryfilterdialog|op3"
msgid "AND"
msgstr "AND"
#. DV78L
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:290
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:337
msgctxt "queryfilterdialog|op3"
msgid "OR"
msgstr "ወይንም"
+#. kdWnt
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:341
+msgctxt "queryfilterdialog|extended_tip|op3"
+msgid "For the following arguments, you can choose between the logical operators AND / OR."
+msgstr "ለሚቀጥሉት ክርክሮች: እርስዎ መምረጥ ይችላሉ የ ሎጂካል አንቀሳቃሾች በ እና / ወይንም መካከል "
+
#. SESZq
-#: dbaccess/uiconfig/ui/queryfilterdialog.ui:309
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:361
msgctxt "queryfilterdialog|label1"
msgid "Criteria"
msgstr "መመዘኛው"
+#. S22Fy
+#: dbaccess/uiconfig/ui/queryfilterdialog.ui:386
+msgctxt "queryfilterdialog|extended_tip|QueryFilterDialog"
+msgid "Allows you to set the filtering options."
+msgstr "የ ማጣሪያ ምርጫዎችን ማሰናዳት ያስችሎታል"
+
#. jFD4L
#: dbaccess/uiconfig/ui/queryfuncmenu.ui:12
msgctxt "queryfuncmenu|functions"
@@ -3996,29 +4166,53 @@ msgid "Query Properties"
msgstr "ባህሪዎች መጠየቂያ"
#. fyogK
-#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:89
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:86
msgctxt "querypropertiesdialog|limit-label"
msgid "Limit:"
msgstr "መጠን:"
#. 2D6E2
-#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:104
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:101
msgctxt "querypropertiesdialog|distinct"
msgid "Yes"
msgstr "አዎ"
+#. jgttX
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:111
+msgctxt "querypropertiesdialog|extended_tip|distinct"
+msgid "Use distinct values in query."
+msgstr "በ ጥያቄ ውስጥ የ ተወሰኑ ዋጋዎች ይጠቀሙ"
+
#. rErxt
-#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:121
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:123
msgctxt "querypropertiesdialog|nondistinct"
msgid "No"
msgstr "አይ"
+#. QAGhF
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:133
+msgctxt "querypropertiesdialog|extended_tip|nondistinct"
+msgid "Not use distinct values in query."
+msgstr "በ ጥያቄ ውስጥ የ ተወሰኑ ዋጋዎች አለመጠቀም"
+
#. P9quF
-#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:146
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:153
msgctxt "querypropertiesdialog|distinctvalues"
msgid "Distinct values:"
msgstr "የተለዩ ዋጋዎች:"
+#. asbjN
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:175
+msgctxt "querypropertiesdialog|extended_tip|limitbox"
+msgid "Adds a Limit to set the maximum number of records to return."
+msgstr ""
+
+#. GoEm9
+#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:203
+msgctxt "querypropertiesdialog|extended_tip|QueryPropertiesDialog"
+msgid "In the Query Properties dialog you can set two properties of the SQL Query, i.e. whether to return distinct values, and whether to limit the result set."
+msgstr ""
+
#. gLFLt
#: dbaccess/uiconfig/ui/relationdialog.ui:8
msgctxt "relationdialog|RelationDialog"
@@ -4026,103 +4220,103 @@ msgid "Relations"
msgstr "ዝምድናው"
#. DEGM2
-#: dbaccess/uiconfig/ui/relationdialog.ui:137
+#: dbaccess/uiconfig/ui/relationdialog.ui:136
msgctxt "relationdialog|label1"
msgid "Tables Involved"
msgstr "ሰንጠረዦች ተጠቃለዋል"
#. 87WEB
-#: dbaccess/uiconfig/ui/relationdialog.ui:175
+#: dbaccess/uiconfig/ui/relationdialog.ui:174
msgctxt "relationdialog|label2"
msgid "Fields Involved"
msgstr "ሜዳዎች ተጠቃለዋል"
#. pf4b4
-#: dbaccess/uiconfig/ui/relationdialog.ui:213
+#: dbaccess/uiconfig/ui/relationdialog.ui:212
msgctxt "relationdialog|addaction"
msgid "_No action"
msgstr "_ምንም ተግባር የለም"
#. uZGGW
-#: dbaccess/uiconfig/ui/relationdialog.ui:229
+#: dbaccess/uiconfig/ui/relationdialog.ui:228
msgctxt "relationdialog|addcascade"
msgid "_Update cascade"
msgstr "cascade _ማሻሻያ"
#. PfRDx
-#: dbaccess/uiconfig/ui/relationdialog.ui:245
+#: dbaccess/uiconfig/ui/relationdialog.ui:244
msgctxt "relationdialog|addnull"
msgid "_Set NULL"
msgstr "ባዶ _ማሰናጃ"
#. xNWHg
-#: dbaccess/uiconfig/ui/relationdialog.ui:261
+#: dbaccess/uiconfig/ui/relationdialog.ui:260
msgctxt "relationdialog|adddefault"
msgid "Set _default"
msgstr "_ነባር ማሰነጃ"
#. SfKFG
-#: dbaccess/uiconfig/ui/relationdialog.ui:283
+#: dbaccess/uiconfig/ui/relationdialog.ui:282
msgctxt "relationdialog|label3"
msgid "Update Options"
msgstr "የ ማሻሻያ ምርጫዎች"
#. wnvZa
-#: dbaccess/uiconfig/ui/relationdialog.ui:316
+#: dbaccess/uiconfig/ui/relationdialog.ui:315
msgctxt "relationdialog|delaction"
msgid "_No action"
msgstr "ምንም ተግባር _የለም"
#. 3BAEe
-#: dbaccess/uiconfig/ui/relationdialog.ui:332
+#: dbaccess/uiconfig/ui/relationdialog.ui:331
msgctxt "relationdialog|delcascade"
msgid "Delete _cascade"
msgstr "_cascade ማጥፊያ"
#. Zd5SC
-#: dbaccess/uiconfig/ui/relationdialog.ui:348
+#: dbaccess/uiconfig/ui/relationdialog.ui:347
msgctxt "relationdialog|delnull"
msgid "_Set NULL"
msgstr "ባዶ _ማሰናጃ"
#. hZGB8
-#: dbaccess/uiconfig/ui/relationdialog.ui:364
+#: dbaccess/uiconfig/ui/relationdialog.ui:363
msgctxt "relationdialog|deldefault"
msgid "Set _default"
msgstr "_ነባር ማሰናጃ"
#. LLcup
-#: dbaccess/uiconfig/ui/relationdialog.ui:386
+#: dbaccess/uiconfig/ui/relationdialog.ui:385
msgctxt "relationdialog|label4"
msgid "Delete Options"
msgstr "የ ማጥፊያ ምርጫዎች"
#. 2Cb2G
-#: dbaccess/uiconfig/ui/relationdialog.ui:439
+#: dbaccess/uiconfig/ui/relationdialog.ui:438
msgctxt "relationdialog|liststore1"
msgid "Inner join"
msgstr "የ ውስጥ ማገናኛ"
#. nhWNP
-#: dbaccess/uiconfig/ui/relationdialog.ui:443
+#: dbaccess/uiconfig/ui/relationdialog.ui:442
msgctxt "relationdialog|liststore1"
msgid "Left join"
msgstr "በ ግራ ማገናኛ"
#. TD2LX
-#: dbaccess/uiconfig/ui/relationdialog.ui:447
+#: dbaccess/uiconfig/ui/relationdialog.ui:446
msgctxt "relationdialog|liststore1"
msgid "Right join"
msgstr "የ ቀኝ ማገናኛ"
#. yLDPS
-#: dbaccess/uiconfig/ui/relationdialog.ui:451
+#: dbaccess/uiconfig/ui/relationdialog.ui:450
msgctxt "relationdialog|liststore1"
msgid "Full (outer) join"
msgstr "ሙሉ (የውጭ) ማገናኛ"
#. UYDBa
-#: dbaccess/uiconfig/ui/relationdialog.ui:455
+#: dbaccess/uiconfig/ui/relationdialog.ui:454
msgctxt "relationdialog|liststore1"
msgid "Cross join"
msgstr "መስቀልኛ ማገናኛ"
@@ -4134,17 +4328,35 @@ msgid "Row Height"
msgstr "የ ረድፍ እርዝመት"
#. 8pFfi
-#: dbaccess/uiconfig/ui/rowheightdialog.ui:99
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:96
msgctxt "rowheightdialog|label1"
msgid "_Height:"
msgstr "_እርዝመት:"
+#. cZCeF
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:116
+msgctxt "rowheightdialog|extended_tip|value"
+msgid "Enter the row height that you want to use."
+msgstr "መጠቀም የሚፈልጉትን የ ረድፍ እርዝመት ያስገቡ"
+
#. 4QFsD
-#: dbaccess/uiconfig/ui/rowheightdialog.ui:125
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:127
msgctxt "rowheightdialog|automatic"
msgid "_Automatic"
msgstr "_ራሱ በራሱ"
+#. HKRpK
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:136
+msgctxt "rowheightdialog|extended_tip|automatic"
+msgid "Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents."
+msgstr "የ ረድፍ እርዝመት ማስተካከያ ወደ ነባር ቴምፕሌት መሰረት ባደረገ መጠን: የ ነበሩት ይዞታዎች በ ቁመት ተከርክመው ይታያሉ: እርስዎ ትልቅ ይዞታዎች በሚያስገቡ ጊዜ እርዝመቱ ራሱ በራሱ አይጨምርም"
+
+#. qEa9T
+#: dbaccess/uiconfig/ui/rowheightdialog.ui:167
+msgctxt "rowheightdialog|extended_tip|RowHeightDialog"
+msgid "Changes the height of the current row, or the selected rows."
+msgstr "የ አሁኑን ረድፍ ወይንም የ ተመረጠውን ረድፍ እርዝመት መቀየሪያ"
+
#. SD2FQ
#: dbaccess/uiconfig/ui/savedialog.ui:8
msgctxt "savedialog|SaveDialog"
@@ -4200,77 +4412,83 @@ msgid "Sort Order"
msgstr "መለያ ደንብ"
#. szD83
-#: dbaccess/uiconfig/ui/sortdialog.ui:102
+#: dbaccess/uiconfig/ui/sortdialog.ui:99
msgctxt "sortdialog|label2"
msgid "Operator"
msgstr "አንቀሳቃሹ"
#. UcmpV
-#: dbaccess/uiconfig/ui/sortdialog.ui:114
+#: dbaccess/uiconfig/ui/sortdialog.ui:111
msgctxt "sortdialog|label3"
msgid "and then"
msgstr "እና ከዛ"
#. u8kT2
-#: dbaccess/uiconfig/ui/sortdialog.ui:127
+#: dbaccess/uiconfig/ui/sortdialog.ui:124
msgctxt "sortdialog|label4"
msgid "and then"
msgstr "እና ከዛ"
#. oK7UF
-#: dbaccess/uiconfig/ui/sortdialog.ui:140
+#: dbaccess/uiconfig/ui/sortdialog.ui:137
msgctxt "sortdialog|label5"
msgid "Field name"
msgstr "የ ሜዳ ስም"
#. AVPtE
-#: dbaccess/uiconfig/ui/sortdialog.ui:152
+#: dbaccess/uiconfig/ui/sortdialog.ui:149
msgctxt "sortdialog|label6"
msgid "Order"
msgstr "ቅደም ተከተል"
#. EGDpm
-#: dbaccess/uiconfig/ui/sortdialog.ui:177
+#: dbaccess/uiconfig/ui/sortdialog.ui:174
msgctxt "sortdialog|value1"
msgid "ascending"
msgstr "እየጨመረ በሚሄድ"
#. PGxfE
-#: dbaccess/uiconfig/ui/sortdialog.ui:178
+#: dbaccess/uiconfig/ui/sortdialog.ui:175
msgctxt "sortdialog|value1"
msgid "descending"
msgstr "እየቀነሰ በሚሄድ"
#. FqcgB
-#: dbaccess/uiconfig/ui/sortdialog.ui:214
+#: dbaccess/uiconfig/ui/sortdialog.ui:211
msgctxt "sortdialog|value2"
msgid "ascending"
msgstr "እየጨመረ በሚሄድ"
#. E5DBL
-#: dbaccess/uiconfig/ui/sortdialog.ui:215
+#: dbaccess/uiconfig/ui/sortdialog.ui:212
msgctxt "sortdialog|value2"
msgid "descending"
msgstr "እየቀነሰ በሚሄድ"
#. Fa8EC
-#: dbaccess/uiconfig/ui/sortdialog.ui:229
+#: dbaccess/uiconfig/ui/sortdialog.ui:226
msgctxt "sortdialog|value3"
msgid "ascending"
msgstr "እየጨመረ በሚሄድ"
#. UFZVT
-#: dbaccess/uiconfig/ui/sortdialog.ui:230
+#: dbaccess/uiconfig/ui/sortdialog.ui:227
msgctxt "sortdialog|value3"
msgid "descending"
msgstr "እየቀነሰ በሚሄድ"
#. C6iQ6
-#: dbaccess/uiconfig/ui/sortdialog.ui:249
+#: dbaccess/uiconfig/ui/sortdialog.ui:246
msgctxt "sortdialog|label1"
msgid "Sort Order"
msgstr "መለያ ደንብ"
+#. VCWPc
+#: dbaccess/uiconfig/ui/sortdialog.ui:271
+msgctxt "sortdialog|extended_tip|SortDialog"
+msgid "Specifies the sort criteria for the data display."
+msgstr "ለ ዳታ ማሳያ የ መለያ መመዘኛ መወሰኛ ማሳያ"
+
#. CsLXB
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:24
msgctxt "specialjdbcconnectionpage|header"
@@ -4530,7 +4748,7 @@ msgid "Mark the tables that should be visible for the applications."
msgstr "ለመተግበሪያው የሚታየውን ሰንጠርዥ ምልክት ያድርጉ"
#. Cvzwv
-#: dbaccess/uiconfig/ui/tablesfilterpage.ui:130
+#: dbaccess/uiconfig/ui/tablesfilterpage.ui:125
msgctxt "tablesfilterpage|label1"
msgid "Tables and Table Filter"
msgstr "ሰንጠረዦች እና የ ሰንጠረዦች ማጣሪያ"
@@ -4559,6 +4777,12 @@ msgctxt "tablesjoindialog|alttitle"
msgid "Add Table or Query"
msgstr "ሰንጠረዥ ወይንም ጥያቄ መጨመሪያ"
+#. YWLXP
+#: dbaccess/uiconfig/ui/taskwindow.ui:107
+msgctxt "taskwindow|STR_DESCRIPTION"
+msgid "Description"
+msgstr ""
+
#. 8b2nn
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
@@ -4787,8 +5011,8 @@ msgctxt "userdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
-#. oaAiD
+#. 6ZS8N
#: dbaccess/uiconfig/ui/userdetailspage.ui:213
msgctxt "userdetailspage|charsetheader"
-msgid "Data conversion"
-msgstr "ዳታ መቀየሪያ"
+msgid "Data Conversion"
+msgstr ""
diff --git a/source/am/desktop/messages.po b/source/am/desktop/messages.po
index cd7157047b1..fa0b60c03ac 100644
--- a/source/am/desktop/messages.po
+++ b/source/am/desktop/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2020-10-19 15:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/am/>\n"
@@ -17,113 +17,119 @@ msgstr ""
"X-POOTLE-MTIME: 1546553778.000000\n"
#. v2iwK
-#: desktop/inc/strings.hrc:25
+#: desktop/inc/strings.hrc:24
msgctxt "RID_STR_COPYING_PACKAGE"
msgid "Copying: "
msgstr "ኮፒ በማድረግ ላይ: "
#. 2dzDt
-#: desktop/inc/strings.hrc:26
+#: desktop/inc/strings.hrc:25
msgctxt "RID_STR_ERROR_WHILE_ADDING"
msgid "Error while adding: "
msgstr "ስህተት በመደመር ላይ: "
#. CUrtD
-#: desktop/inc/strings.hrc:27
+#: desktop/inc/strings.hrc:26
msgctxt "RID_STR_ERROR_WHILE_REMOVING"
msgid "Error while removing: "
msgstr "ስህተት በማስወገድ ላይ: "
#. XyESz
-#: desktop/inc/strings.hrc:28
+#: desktop/inc/strings.hrc:27
msgctxt "RID_STR_PACKAGE_ALREADY_ADDED"
msgid "Extension has already been added: "
msgstr "ተጨማሪው ቀደም ሲል ተጨምሯል: "
#. cuydq
-#: desktop/inc/strings.hrc:29
+#: desktop/inc/strings.hrc:28
msgctxt "RID_STR_NO_SUCH_PACKAGE"
msgid "There is no such extension deployed: "
msgstr "እንደዚህ ያለ ተጨማሪ የለም: "
#. wzGYv
-#: desktop/inc/strings.hrc:30
+#: desktop/inc/strings.hrc:29
msgctxt "RID_STR_SYNCHRONIZING_REPOSITORY"
msgid "Synchronizing repository for %NAME extensions"
msgstr "ማጠራቀሚያውን በማስማማት ላይ ለ %NAME ተጨማሪዎች"
#. dp8bf
-#: desktop/inc/strings.hrc:32
+#: desktop/inc/strings.hrc:31
msgctxt "RID_STR_REGISTERING_PACKAGE"
msgid "Enabling: "
msgstr "በማስቻል ላይ : "
#. xBysg
-#: desktop/inc/strings.hrc:33
+#: desktop/inc/strings.hrc:32
msgctxt "RID_STR_REVOKING_PACKAGE"
msgid "Disabling: "
msgstr "በማሰናከል ላይ : "
#. HDgpp
-#: desktop/inc/strings.hrc:34
+#: desktop/inc/strings.hrc:33
msgctxt "RID_STR_CANNOT_DETECT_MEDIA_TYPE"
msgid "Cannot detect media-type: "
msgstr "መገናኛ-አይነት ማግኘት አልተቻለም: "
#. QfGM7
-#: desktop/inc/strings.hrc:35
+#: desktop/inc/strings.hrc:34
msgctxt "RID_STR_UNSUPPORTED_MEDIA_TYPE"
msgid "This media-type is not supported: "
msgstr "ይህ መገናኛ -አይነት የ ተደገፈ አይደለም: "
#. VHcMc
-#: desktop/inc/strings.hrc:36
+#: desktop/inc/strings.hrc:35
msgctxt "RID_STR_ERROR_WHILE_REGISTERING"
msgid "An error occurred while enabling: "
msgstr "በማስቻል ላይ እያለ ስህተት ተፈጥሯል : "
#. BqmAM
-#: desktop/inc/strings.hrc:37
+#: desktop/inc/strings.hrc:36
msgctxt "RID_STR_ERROR_WHILE_REVOKING"
msgid "An error occurred while disabling: "
msgstr "በማሰናከል ላይ እያለ ስህተት ተፈጥሯል : "
#. Avii2
-#: desktop/inc/strings.hrc:39
+#: desktop/inc/strings.hrc:38
msgctxt "RID_STR_CONF_SCHEMA"
msgid "Configuration Schema"
msgstr "ገጽታ ማዋቀሪያ"
#. cL9MC
-#: desktop/inc/strings.hrc:40
+#: desktop/inc/strings.hrc:39
msgctxt "RID_STR_CONF_DATA"
msgid "Configuration Data"
msgstr "ዳታ ማዋቀሪያ"
#. S8Pj8
-#: desktop/inc/strings.hrc:42
+#: desktop/inc/strings.hrc:41
msgctxt "RID_STR_BASIC_LIB"
msgid "Basic Library"
msgstr "መሰረታዊ መጻህፍት ቤት"
#. Tnphj
-#: desktop/inc/strings.hrc:43
+#: desktop/inc/strings.hrc:42
msgctxt "RID_STR_DIALOG_LIB"
msgid "Dialog Library"
msgstr "የ ንግግር መጻህፍት ቤት"
#. ThJQm
-#: desktop/inc/strings.hrc:44
+#: desktop/inc/strings.hrc:43
msgctxt "RID_STR_CANNOT_DETERMINE_LIBNAME"
msgid "The library name could not be determined."
msgstr "የ መጻህፍት ቤቱን ስም መወሰን አልተቻለም"
#. G6SqW
-#: desktop/inc/strings.hrc:46
+#: desktop/inc/strings.hrc:45
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "ተጨማሪ"
+#. o6NBi
+#: desktop/inc/strings.hrc:46
+msgctxt "RID_STR_PACKAGE_BUNDLE"
+msgid "All supported files"
+msgstr "ሁሉንም የተደገፉ ፋይሎች"
+
#. 5TAZB
#: desktop/inc/strings.hrc:48
msgctxt "RID_STR_DYN_COMPONENT"
@@ -825,71 +831,131 @@ msgid "Extension Manager"
msgstr "የ ተጨማሪ አስተዳዳሪ"
#. gjCkd
-#: desktop/uiconfig/ui/extensionmanager.ui:87
+#: desktop/uiconfig/ui/extensionmanager.ui:84
msgctxt "extensionmanager|shared"
msgid "Installed for all users"
msgstr "ለሁሉም ተጠቃሚዎች ተገጥሟል"
+#. pnXoG
+#: desktop/uiconfig/ui/extensionmanager.ui:94
+msgctxt "extensionmanager|extended_tip|shared"
+msgid "Filter extensions available for all users of this computer."
+msgstr "የ ማጣሪያ ተጨማሪዎች ዝግጁ ናቸው ለ ሁሉም ተጠቃሚዎች በዚህ ኮምፒዩተር ውስጥ: "
+
#. zhqZT
-#: desktop/uiconfig/ui/extensionmanager.ui:103
+#: desktop/uiconfig/ui/extensionmanager.ui:105
msgctxt "extensionmanager|user"
msgid "Installed for current user"
msgstr "ለ አሁኑ ተጠቃሚ ተገጥሟል"
+#. QbHCi
+#: desktop/uiconfig/ui/extensionmanager.ui:115
+msgctxt "extensionmanager|extended_tip|user"
+msgid "Filter extensions only available for the currently logged in user."
+msgstr "የ ተጨማሪ ማጣሪያ ዝግጁ የሚሆነው አሁን ለ ገባው ተጠቃሚ ብቻ ነው "
+
#. 6wBVk
-#: desktop/uiconfig/ui/extensionmanager.ui:119
+#: desktop/uiconfig/ui/extensionmanager.ui:126
msgctxt "extensionmanager|bundled"
msgid "Bundled with %PRODUCTNAME"
msgstr "ተጣምሯል ከ %PRODUCTNAME"
+#. nF4rD
+#: desktop/uiconfig/ui/extensionmanager.ui:136
+msgctxt "extensionmanager|extended_tip|bundled"
+msgid "Bundled extensions are installed by the system administrator using the operating system specific installer packages. These can not be installed, updated or removed here."
+msgstr "የ ተጣመሩ ተጨማሪዎች የሚገጠሙት በ ስርአት አስተዳዳሪ ነው: የ መስሪያ ስርአቱን የ ተወሰነ ጥቅል በ መጠቀም: እነዚህን መግጠም: ማሻሻል: ወይንም ማስወገድ አይቻልም "
+
#. T8BGR
-#: desktop/uiconfig/ui/extensionmanager.ui:141
+#: desktop/uiconfig/ui/extensionmanager.ui:153
msgctxt "extensionmanager|label1"
msgid "Display Extensions"
msgstr "ተጨማሪዎችን ማሳያ"
+#. BAVdg
+#: desktop/uiconfig/ui/extensionmanager.ui:187
+msgctxt "extensionmanager|extended_tip|extensions"
+msgid "Select the extension that you want to remove, enable, or disable. For some extensions, you can also open an Options dialog."
+msgstr "ይምረጡ ተጨማሪ እርስዎ ማስወገድ: ወይንም ማሰናከል የሚፈልጉትን: ለ አንዳንድ ተጨማሪዎች: እርስዎ መክፈት ይችላሉ የ ምርጫ ንግግር "
+
#. DLME5
-#: desktop/uiconfig/ui/extensionmanager.ui:192
+#: desktop/uiconfig/ui/extensionmanager.ui:209
msgctxt "extensionmanager|optionsbtn"
msgid "_Options"
msgstr "_ምርጫዎች"
+#. DbuQS
+#: desktop/uiconfig/ui/extensionmanager.ui:216
+msgctxt "extensionmanager|extended_tip|optionsbtn"
+msgid "Select an installed extension, then click to open the Options dialog for the extension."
+msgstr "ይምረጡ የ ተገጠመ ተጨማሪ: እና ከዛ ይጫኑ ለ መክፈት የ ምርጫ ንግግር ለ ተጨማሪ "
+
#. ieiF4
-#: desktop/uiconfig/ui/extensionmanager.ui:206
+#: desktop/uiconfig/ui/extensionmanager.ui:228
msgctxt "extensionmanager|updatebtn"
msgid "Check for _Updates"
msgstr "_ማሻሻያዎች መፈለጊያ"
+#. rirpA
+#: desktop/uiconfig/ui/extensionmanager.ui:235
+msgctxt "extensionmanager|extended_tip|updatebtn"
+msgid "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."
+msgstr "ይጫኑ የ ማሻሻያ መፈለጊያ ለ ተገጠሙት ተጨማሪዎች በሙሉ: ለ ተመረጡት ተጨማሪዎች ብቻ ማሻሻያ ለ መፈለግ: ይምረጡ የ ማሻሻያ ትእዛዝ ከ አገባብ ዝርዝር ውስጥ: ዝግጁ ማሻሻያ መፈለግ ወዲያውኑ ይጀምራል "
+
#. GehiB
-#: desktop/uiconfig/ui/extensionmanager.ui:221
+#: desktop/uiconfig/ui/extensionmanager.ui:248
msgctxt "extensionmanager|addbtn"
msgid "_Add"
msgstr "_መጨመሪያ"
+#. MuigK
+#: desktop/uiconfig/ui/extensionmanager.ui:257
+msgctxt "extensionmanager|extended_tip|addbtn"
+msgid "Click Add to add an extension."
+msgstr "ይጫኑ መጨመሪያ ተጨማሪ ለ መጨመር "
+
#. wNCAw
-#: desktop/uiconfig/ui/extensionmanager.ui:238
+#: desktop/uiconfig/ui/extensionmanager.ui:270
msgctxt "extensionmanager|removebtn"
msgid "_Remove"
msgstr "_ማስወገጃ"
+#. AGoX7
+#: desktop/uiconfig/ui/extensionmanager.ui:277
+msgctxt "extensionmanager|extended_tip|removebtn"
+msgid "Select the extension that you want to remove, and then click Remove."
+msgstr "ይምረጡ ተጨማሪ እርስዎ ማስወገድ የሚፈልጉትን: እና ከዛ ይጫኑ ማስወገጃ "
+
#. qHMdq
-#: desktop/uiconfig/ui/extensionmanager.ui:253
+#: desktop/uiconfig/ui/extensionmanager.ui:290
msgctxt "extensionmanager|enablebtn"
msgid "_Enable"
msgstr "_ማስቻያ"
#. vz3Ti
-#: desktop/uiconfig/ui/extensionmanager.ui:282
+#: desktop/uiconfig/ui/extensionmanager.ui:319
msgctxt "extensionmanager|progressft"
msgid "Adding %EXTENSION_NAME"
msgstr "በመጨመር ላይ %EXTENSION_NAME"
#. A33SB
-#: desktop/uiconfig/ui/extensionmanager.ui:317
+#: desktop/uiconfig/ui/extensionmanager.ui:354
msgctxt "extensionmanager|getextensions"
msgid "Get more extensions online..."
msgstr "ተጨማሪዎችን በመስመር ላይ ያግኙ..."
+#. FBvRd
+#: desktop/uiconfig/ui/extensionmanager.ui:362
+msgctxt "extensionmanager|extended_tip|getextensions"
+msgid "You can find a collection of extensions on the Web."
+msgstr "እርስዎ ማግኘት ይችላሉ የ ተጨማሪዎች ስብስብ በ ዌብ ላይ:"
+
+#. vSiEz
+#: desktop/uiconfig/ui/extensionmanager.ui:397
+msgctxt "extensionmanager|extended_tip|ExtensionManagerDialog"
+msgid "The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions."
+msgstr "የ ተጨማሪ አስተዳዳሪ መጨመሪያ: ይጨምራል: ያስወግዳል: ያሰናክላል: እና ያሻሽላል %PRODUCTNAME ተጨማሪዎች "
+
#. EGwkP
#: desktop/uiconfig/ui/installforalldialog.ui:12
msgctxt "installforalldialog|InstallForAllDialog"
@@ -968,72 +1034,96 @@ msgctxt "licensedialog|down"
msgid "_Scroll Down"
msgstr "ወደ ታች _መሸብለያ"
-#. qquCs
+#. x4PCF
#: desktop/uiconfig/ui/showlicensedialog.ui:8
+msgctxt "showlicensedialog|extended_tip|ShowLicenseDialog"
+msgid "Read the license. Click the Scroll Down button to scroll down if necessary. Click Accept to continue the installation of the extension."
+msgstr " ፍቃዱን ያንብቡ: ይጫኑ መሸብለያውን ወደ ታች ለ መሸብለል አስፈላጊ ከሆነ: ይጫኑ እቀበላለሁ እና ለ መቀጠል ተጨማሪውን ለ መግጠም "
+
+#. qquCs
+#: desktop/uiconfig/ui/showlicensedialog.ui:13
msgctxt "showlicensedialog|ShowLicenseDialog"
msgid "Extension Software License Agreement"
msgstr "የ ተጨማሪ ሶፍትዌሮች ፍቃድ ስምምነት"
#. GX3k2
-#: desktop/uiconfig/ui/updatedialog.ui:10
+#: desktop/uiconfig/ui/updatedialog.ui:24
msgctxt "updatedialog|UpdateDialog"
msgid "Extension Update"
msgstr "ተጨማሪዎች ማሻሻያ"
#. DmHy5
-#: desktop/uiconfig/ui/updatedialog.ui:44
+#: desktop/uiconfig/ui/updatedialog.ui:55
msgctxt "updatedialog|INSTALL"
msgid "_Install"
msgstr "_መግጠሚያ"
#. 3bJwo
-#: desktop/uiconfig/ui/updatedialog.ui:109
+#: desktop/uiconfig/ui/updatedialog.ui:120
msgctxt "updatedialog|UPDATE_LABEL"
msgid "_Available extension updates"
msgstr "_ዝግጁ ተጨማሪ ማሻሻያ"
#. 3mtLC
-#: desktop/uiconfig/ui/updatedialog.ui:122
+#: desktop/uiconfig/ui/updatedialog.ui:133
msgctxt "updatedialog|UPDATE_CHECKING"
msgid "Checking..."
msgstr "በመመርመር ላይ..."
#. WkYgi
-#: desktop/uiconfig/ui/updatedialog.ui:206
+#: desktop/uiconfig/ui/updatedialog.ui:217
msgctxt "updatedialog|UPDATE_ALL"
msgid "_Show all updates"
msgstr "ሁሉንም ማሻሻያዎች _ማሳያ"
+#. ihAhY
+#: desktop/uiconfig/ui/updatedialog.ui:227
+msgctxt "updatedialog|extended_tip|UPDATE_ALL"
+msgid "By default, only the downloadable extensions are shown in the dialog. Mark Show all Updates to see also other extensions and error messages."
+msgstr "በ ነባር: የሚወርዱ ተጨማሪዎች ብቻ ይታያሉ በ ንግግር ውስጥ: ምልክት ያድርጉ ሁሉንም ማሻሻያ ማሳያ ሌሎች ተጨማሪዎች እና የ ስህተት መልእክቶች ለ መመልከት "
+
#. BriDD
-#: desktop/uiconfig/ui/updatedialog.ui:240
+#: desktop/uiconfig/ui/updatedialog.ui:256
msgctxt "updatedialog|DESCRIPTION_LABEL"
msgid "Description"
msgstr "መግለጫ"
#. 7DTtA
-#: desktop/uiconfig/ui/updatedialog.ui:258
+#: desktop/uiconfig/ui/updatedialog.ui:274
msgctxt "updatedialog|PUBLISHER_LABEL"
msgid "Publisher:"
msgstr "አታሚው:"
#. iaD89
-#: desktop/uiconfig/ui/updatedialog.ui:269
+#: desktop/uiconfig/ui/updatedialog.ui:285
msgctxt "updatedialog|PUBLISHER_LINK"
msgid "button"
msgstr "ቁልፍ"
#. kgLHP
-#: desktop/uiconfig/ui/updatedialog.ui:285
+#: desktop/uiconfig/ui/updatedialog.ui:301
msgctxt "updatedialog|RELEASE_NOTES_LABEL"
msgid "What is new:"
msgstr "ምን አዲስ ነገር አለ:"
#. JqHGH
-#: desktop/uiconfig/ui/updatedialog.ui:296
+#: desktop/uiconfig/ui/updatedialog.ui:312
msgctxt "updatedialog|RELEASE_NOTES_LINK"
msgid "Release notes"
msgstr "የተለቀቁ ማስታወሻዎች"
+#. UEHCd
+#: desktop/uiconfig/ui/updatedialog.ui:350
+msgctxt "updatedialog|extended_tip|DESCRIPTIONS"
+msgid "While checking for updates, you see a progress indicator. Wait for some messages to show up in the dialog, or click Cancel to abort the update check."
+msgstr "ማሻሻያ በሚፈልግበት ጊዜ: ለ እርስዎ ሂደቱን መጠቆሚያ ይታያል: ትንሽ ይጠብቁ መልእክት አስኪታይ በ ንግግር ውስጥ: ወይንም ይጫኑ መሰረዣ ከ ማሻሻያ መፈለጊያው ለ መውጣት "
+
+#. c5FG9
+#: desktop/uiconfig/ui/updatedialog.ui:387
+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 "ይጫኑ የ ማሻሻያ መፈለጊያ ቁልፍ በ ተጨማሪዎች አስተዳዳሪ ለ ተገጠሙት ተጨማሪዎች በሙሉ ማሻሻያ ለ መፈለግ በ መስመር ላይ: ለ ተመረጡት ተጨማሪዎች ብቻ ማሻሻያ ለ መፈለግ: በ ቀኝ-ይጫኑ ለ መክፈት የ አገባብ ዝርዝር እና ከዛ ይምረጡ ማሻሻያ "
+
#. YEhMN
#: desktop/uiconfig/ui/updateinstalldialog.ui:8
msgctxt "updateinstalldialog|UpdateInstallDialog"
@@ -1041,17 +1131,23 @@ msgid "Download and Installation"
msgstr "ማውረጃ እና መግጠሚያ"
#. t9MoN
-#: desktop/uiconfig/ui/updateinstalldialog.ui:90
+#: desktop/uiconfig/ui/updateinstalldialog.ui:87
msgctxt "updateinstalldialog|DOWNLOADING"
msgid "Downloading extensions..."
msgstr "ተጨማሪዎችን በማውረድ ላይ..."
#. 3AFnH
-#: desktop/uiconfig/ui/updateinstalldialog.ui:128
+#: desktop/uiconfig/ui/updateinstalldialog.ui:125
msgctxt "updateinstalldialog|RESULTS"
msgid "Result"
msgstr "ውጤት"
+#. Q4xyF
+#: 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 "ይጫኑ የ ማሻሻያ መፈለጊያ ቁልፍ በ ተጨማሪዎች አስተዳዳሪ ለ ተገጠሙት ተጨማሪዎች በሙሉ ማሻሻያ ለ መፈለግ በ መስመር ላይ: ለ ተመረጡት ተጨማሪዎች ብቻ ማሻሻያ ለ መፈለግ: በ ቀኝ-ይጫኑ ለ መክፈት የ አገባብ ዝርዝር እና ከዛ ይምረጡ ማሻሻያ "
+
#. Kfhc4
#: desktop/uiconfig/ui/updaterequireddialog.ui:8
msgctxt "updaterequireddialog|UpdateRequiredDialog"
diff --git a/source/am/editeng/messages.po b/source/am/editeng/messages.po
index 4d01f863128..edb6bf265b0 100644
--- a/source/am/editeng/messages.po
+++ b/source/am/editeng/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2020-06-05 20:56+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/editengmessages/am/>\n"
@@ -18,81 +18,81 @@ msgstr ""
#. BHYB4
#. enum SvxCellHorJustify ----------------------------------------------------
-#: editeng/inc/strings.hrc:18
+#: editeng/inc/strings.hrc:17
msgctxt "RID_SVXITEMS_HORJUST_STANDARD"
msgid "Horizontal alignment default"
msgstr "ነባር በ አግድም ማሰለፊያ"
#. htWdf
-#: editeng/inc/strings.hrc:19
+#: editeng/inc/strings.hrc:18
msgctxt "RID_SVXITEMS_HORJUST_LEFT"
msgid "Align left"
msgstr "በ ግራ ማሰለፊያ"
#. icuN2
-#: editeng/inc/strings.hrc:20
+#: editeng/inc/strings.hrc:19
msgctxt "RID_SVXITEMS_HORJUST_CENTER"
msgid "Centered horizontally"
msgstr "በ አግድም መሀከል ላይ"
#. JXEo9
-#: editeng/inc/strings.hrc:21
+#: editeng/inc/strings.hrc:20
msgctxt "RID_SVXITEMS_HORJUST_RIGHT"
msgid "Align right"
msgstr "በ ቀኝ ማሰለፊያ"
#. BFCFs
-#: editeng/inc/strings.hrc:22
+#: editeng/inc/strings.hrc:21
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify horizontally"
msgstr "በ አግድም እኩል ማካፈያ"
#. DVmUh
-#: editeng/inc/strings.hrc:23
+#: editeng/inc/strings.hrc:22
msgctxt "RID_SVXITEMS_HORJUST_REPEAT"
msgid "Repeat alignment"
msgstr "ማሰለፊያውን መድገሚያ"
#. hMaif
#. enum SvxCellVerJustify ----------------------------------------------------
-#: editeng/inc/strings.hrc:29
+#: editeng/inc/strings.hrc:28
msgctxt "RID_SVXITEMS_VERJUST_STANDARD"
msgid "Vertical alignment default"
msgstr "ነባር በ ቁመት ማሰለፊያ"
#. xy2FG
-#: editeng/inc/strings.hrc:30
+#: editeng/inc/strings.hrc:29
msgctxt "RID_SVXITEMS_VERJUST_TOP"
msgid "Align to top"
msgstr "ወደ ላይ ማሰለፊያ"
#. UjmWt
-#: editeng/inc/strings.hrc:31
+#: editeng/inc/strings.hrc:30
msgctxt "RID_SVXITEMS_VERJUST_CENTER"
msgid "Centered vertically"
msgstr "መሀከል በ ቁመት"
#. G3X9R
-#: editeng/inc/strings.hrc:32
+#: editeng/inc/strings.hrc:31
msgctxt "RID_SVXITEMS_VERJUST_BOTTOM"
msgid "Align to bottom"
msgstr "ከ ታች ማሰለፊያ"
#. 3jGFq
-#: editeng/inc/strings.hrc:33
+#: editeng/inc/strings.hrc:32
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify vertically"
msgstr "በ ቁመት እኩል ማካፈያ"
#. WQZvF
#. enum SvxCellJustifyMethod ----------------------------------------------------
-#: editeng/inc/strings.hrc:39
+#: editeng/inc/strings.hrc:38
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic Justify"
msgstr "ራሱ በራሱ እኩል ማካፈያ"
#. o9aJe
-#: editeng/inc/strings.hrc:40
+#: editeng/inc/strings.hrc:39
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed Justify"
msgstr "ስርጭት እኩል ማካፈያ"
diff --git a/source/am/extensions/messages.po b/source/am/extensions/messages.po
index 09af210bad4..9528e036de2 100644
--- a/source/am/extensions/messages.po
+++ b/source/am/extensions/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2019-05-22 18:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3091,24 +3091,54 @@ msgctxt "datasourcepage|browse"
msgid "Browse..."
msgstr "መቃኛ ..."
+#. apVFE
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:83
+msgctxt "datasourcepage|extended_tip|browse"
+msgid "Specifies the location using a file dialog."
+msgstr "የ ፋይል ንግግር በ መጠቀም አካባቢውን መወሰኛ"
+
+#. 7P3GP
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:106
+msgctxt "datasourcepage|extended_tip|location"
+msgid "Specifies the location of the database file."
+msgstr "የ ዳታቤዝ ፋይል አካባቢ መወሰኛ"
+
#. 6LtJa
-#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:113
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:123
msgctxt "datasourcepage|available"
msgid "Make this address book available to all modules in %PRODUCTNAME."
msgstr "ይህን የ አድራሻ ደብተር ዝግጁ ማድረጊያ በሁሉም ክፍል ውስጥ %PRODUCTNAME."
+#. F3UzV
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:132
+msgctxt "datasourcepage|extended_tip|available"
+msgid "Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file."
+msgstr "አዲስ የ ተፈጠረውን ዳታቤዝ ፋይል መመዝገቢያ በ %PRODUCTNAME. የ ዳታቤዝ ዝርዝር ውስጥ ይታያል ዳታ ምንጮች ክፍል ውስጥ (Ctrl+Shift+F4). ይህ ምልክት ማድረጊያ ሳጥን ከፀዳ: የ ዳታቤዝ ዝግጁ ይሆናል ለ መክፈት የ ዳታቤዝ ፋይል "
+
#. jbrum
-#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:148
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:163
msgctxt "datasourcepage|nameft"
msgid "Address book name"
msgstr "የ አድራሻው ደብተር ስም"
+#. EhAjb
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:181
+msgctxt "datasourcepage|extended_tip|name"
+msgid "Specifies the data source name."
+msgstr "የ ዳታ ምንጭ ስም መወሰኛ"
+
#. iHrkL
-#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:180
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:200
msgctxt "datasourcepage|warning"
msgid "Another data source already has this name. As data sources have to have globally unique names, you need to choose another one."
msgstr "በዚህ ስም ሌላ የ ዳታ ምንጭ አለ: የ ዳታ ምንጮች አለም አቀፍ የሆነ ልዩ ስም ያስፈልጋቸዋል: ስለዚህ ሌላ የተለየ ስም ይምረጡ"
+#. 6ZBG5
+#: extensions/uiconfig/sabpilot/ui/datasourcepage.ui:233
+msgctxt "datasourcepage|extended_tip|DataSourcePage"
+msgid "Specifies a location for the address book file and a name under which the data source will be listed in the data source explorer."
+msgstr "አካባቢውን መወሰኛ ለ አድራሻ ደብተሮች ፋይል እና ስም የ ዳታ ምንጭ ዝርዝር ያለበት ከ ዳታ ምንጭ መቃኛ ውስጥ "
+
#. CWNrs
#: extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui:18
msgctxt "defaultfieldselectionpage|label1"
@@ -3127,21 +3157,16 @@ msgctxt "defaultfieldselectionpage|defaultselectionno"
msgid "No, one particular field is not going to be selected."
msgstr "አይ: አንድ አማራጭ ሜዳ አይመረጥም"
-#. CiCym
+#. XXEB7
#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:14
msgctxt "fieldassignpage|label2"
msgid ""
"To incorporate the address data in your templates, %PRODUCTNAME has to know which fields contain which data.\n"
"\n"
-"For instance, you could have stored the e-mail addresses in a field named \"email\", or \"E-mail\" or \"EM\" - or something completely different.\n"
+"For instance, you could have stored the email addresses in a field named \"email\", or \"E-mail\" or \"EM\" - or something completely different.\n"
"\n"
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
-"በ እርስዎ ቴምፕሌቶች ውስጥ የ አድራሻ ዳታዎችን ለማዋሀድ %PRODUCTNAME የትኞቹ ዳታዎች በየትኛው ሜዳ ውስጥ እንዳሉ ማወቅ አለብዎት\n"
-"\n"
-"ለምሳሌ አስቀምጠው ይሆናል የ ኢ-ሜይል አድራሻዎችን በ \"ኢሜይል\" በሚል ሜዳ ውስጥ ወይንም \"ኢ-ሜይል\" ወይንም \"ኢሜ\" - ወይንም በጣም በተለየ ቦታ\n"
-"\n"
-"ከ ታች ያለውን ቁልፉን ይጫኑ ሌላ ንግግር ለመክፈት ለ እርስዎ ዳታ ምንጭ ማሰናጃ ለማስገባት"
#. RkyNf
#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:37
@@ -3149,6 +3174,18 @@ msgctxt "fieldassignpage|assign"
msgid "Field Assignment"
msgstr "የ ሜዳ ስራ"
+#. 94fxb
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:45
+msgctxt "fieldassignpage|extended_tip|assign"
+msgid "Opens the Templates: Address Book Assignment dialog."
+msgstr "መክፈቻ የ ቴምፕሌቶች: አድራሻ ደብተር ስራ ንግግር"
+
+#. CuPoK
+#: extensions/uiconfig/sabpilot/ui/fieldassignpage.ui:76
+msgctxt "fieldassignpage|extended_tip|FieldAssignPage"
+msgid "Opens a dialog that allows you to specify the field assignment."
+msgstr "እርስዎ የ ሜዳ ስራ መግለጽ እንዲችሉ ንግግር መክፈቻ"
+
#. j8AYS
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:17
msgctxt "fieldlinkpage|desc"
@@ -3227,11 +3264,11 @@ msgctxt "gridfieldsselectionpage|label1"
msgid "Existing fields"
msgstr "የ ነበሩ ሜዳዎች"
-#. ToNEj
+#. PDhUx
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:398
msgctxt "gridfieldsselectionpage|label2"
-msgid "Table element"
-msgstr "የ ሰንጠረዥ አካላት"
+msgid "Table Element"
+msgstr ""
#. Xk7cV
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:53
@@ -3281,11 +3318,11 @@ msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
msgstr "የትኛውን _ስሞች ነው መስጠት የሚፈልጉት ለ አማራጭ ሜዳዎች?"
-#. 4skyv
+#. yR2Am
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:307
msgctxt "groupradioselectionpage|label2"
-msgid "Table element"
-msgstr "የ ሰንጠረዥ አካል"
+msgid "Table Element"
+msgstr ""
#. 3dtcD
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:14
@@ -3305,8 +3342,14 @@ msgctxt "invokeadminpage|settings"
msgid "Settings"
msgstr "ማሰናጃዎች"
+#. GNt8z
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:42
+msgctxt "invokeadminpage|extended_tip|settings"
+msgid "Calls a dialog in which you can enter additional settings."
+msgstr "እርስዎ ተጨማር ማሰናጃዎች የሚያስገቡበት ንግግር መጥሪያ"
+
#. CAjBt
-#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:50
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:55
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
@@ -3315,6 +3358,12 @@ msgstr ""
"ወደ ዳታው ምንጭ ግንኙነት መፍጠር አልተቻለም \n"
"ከመቀጠልዎት በፊት ፡ እባክዎን ማሰናጃውን (ቀደም ካለው ገጽ) ላይ ይመርምሩ ወይም ሌላ የ አድራሻ ዳታ ምንጭ አይነት ይምረጡ"
+#. BgCsQ
+#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:75
+msgctxt "invokeadminpage|extended_tip|InvokeAdminPage"
+msgid "Allows you to enter additional settings for LDAP address data and other external data sources."
+msgstr "እርስዎን ተጨማሪ ማሰናጃ ማስገባት ያስችሎታል ለ LDAP አድራሻ ዳታ እና ሌሎች የ ውጪ ዳታ ምንጭ "
+
#. MdQKb
#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:41
msgctxt "optiondbfieldpage|label1"
@@ -3373,6 +3422,18 @@ msgstr ""
"እርስዎ የ መረጡት የ ውጪ ዳታ ምንጭ ከ አንድ በላይ የ አድራሻ ደብተር ይዟል \n"
"እባክዎን የሚሰሩበትን አንድ በዋነኛነት ይምረጡ:"
+#. YkkV4
+#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:76
+msgctxt "selecttablepage|extended_tip|table"
+msgid "Specifies the table that is to serve as the address book for the %PRODUCTNAME templates."
+msgstr "እንደ የ አድራሻ ደብተር የሚያገለግለውን ሰንጠረዥ መወሰኛ ለ %PRODUCTNAME ቴምፕሌቶች "
+
+#. F6ySC
+#: extensions/uiconfig/sabpilot/ui/selecttablepage.ui:89
+msgctxt "selecttablepage|extended_tip|SelectTablePage"
+msgid "Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in %PRODUCTNAME."
+msgstr "ሰንጠረዥ መወሰኛ ከ ሲሞንኪ / ኔትስኬፕ አድራሻ ደብተር ምንጫች ውስጥ የ ተጠቀሙት እንደ አድራሻ ደብተር %PRODUCTNAME."
+
#. bCndk
#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:14
msgctxt "selecttypepage|label2"
@@ -3391,54 +3452,108 @@ msgctxt "selecttypepage|evolution"
msgid "Evolution"
msgstr "ኢቮሊሽን"
+#. Xsfrc
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:50
+msgctxt "selecttypepage|extended_tip|evolution"
+msgid "Select this option if you already use an address book in Evolution."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ Evolution አድራሻ ደብተር"
+
#. F6JYD
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:56
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:61
msgctxt "selecttypepage|groupwise"
msgid "Groupwise"
msgstr "የቡድን አሰራር"
+#. eB6AA
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:71
+msgctxt "selecttypepage|extended_tip|groupwise"
+msgid "Select this option if you already use an address book in Groupwise."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ Groupwise. አድራሻ ደብተር"
+
#. cuXRp
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:72
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:82
msgctxt "selecttypepage|evoldap"
msgid "Evolution LDAP"
msgstr "የኢቮሊሽን LDAP"
+#. 7ZtGX
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:92
+msgctxt "selecttypepage|extended_tip|evoldap"
+msgid "Select this option if you already use an address book in Evolution LDAP."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ Evolution LDAP. አድራሻ ደብተር"
+
#. hMBCk
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:88
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:103
msgctxt "selecttypepage|firefox"
msgid "Firefox"
msgstr "ፋየርፎክስ"
+#. xHVgK
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:113
+msgctxt "selecttypepage|extended_tip|firefox"
+msgid "Select this option if you already use an address book in Firefox or Iceweasel."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ Firefox ወይንም Iceweasel አድራሻ ደብተር "
+
#. C4oTw
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:104
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:124
msgctxt "selecttypepage|thunderbird"
msgid "Thunderbird"
msgstr "ተንደርበርድ"
+#. Aq64F
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:134
+msgctxt "selecttypepage|extended_tip|thunderbird"
+msgid "Select this option if you already use an address book in Thunderbird or Icedove."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ Thunderbird ወይንም Icedove አድራሻ ደብተር"
+
#. su4jz
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:120
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:145
msgctxt "selecttypepage|kde"
msgid "KDE address book"
msgstr "የ ኬዲኢ አድራሻ ደብተር"
+#. X5F45
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:155
+msgctxt "selecttypepage|extended_tip|kde"
+msgid "Select this option if you already use an address book in KDE Address book."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ KDE አድራሻ ደብተር"
+
#. 2Psrm
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:136
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:166
msgctxt "selecttypepage|macosx"
msgid "Mac OS X address book"
msgstr "የ Mac OS X አድራሻ ደብተር"
+#. DF5Kd
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:176
+msgctxt "selecttypepage|extended_tip|macosx"
+msgid "Select this option if you already use an address book in macOS Address book."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ ቀደም ብለው የ አድራሻ ደብተር የሚጠቀሙ ከሆነ የ macOS አድራሻ ደብተር"
+
#. 3EnZE
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:152
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:187
msgctxt "selecttypepage|other"
msgid "Other external data source"
msgstr "ሌላ የ ውጪ ዳታ ምንጭ"
+#. xvf2d
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:197
+msgctxt "selecttypepage|extended_tip|other"
+msgid "Select this option if you want to register another data source as address book in %PRODUCTNAME."
+msgstr "ይህን ምርጫ ይምረጡ እርስዎ መመዝገብ ከ ፈለጉ ሌላ የ ዳታ ምንጭ እንደ አድራሻ ደብተር በ %PRODUCTNAME."
+
#. HyBth
-#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:170
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:210
msgctxt "selecttypepage|label1"
msgid "Select the type of your external address book:"
msgstr "እባክዎን የ ውጪ አድራሻ ደብተር አይነት ይምረጡ:"
+#. xdzuR
+#: extensions/uiconfig/sabpilot/ui/selecttypepage.ui:230
+msgctxt "selecttypepage|extended_tip|SelectTypePage"
+msgid "This wizard registers an existing address book as a data source in %PRODUCTNAME."
+msgstr "ይህ አዋቂ የ ነበረውን የ አድራሻ ደብተር እንደ ዳታ ምንጭ ይመዘግባል በ %PRODUCTNAME."
+
#. f33Eh
#: extensions/uiconfig/sabpilot/ui/tableselectionpage.ui:60
msgctxt "tableselectionpage|label3"
@@ -3691,6 +3806,12 @@ msgctxt "generalpage|custom3"
msgid "User-defined field _3"
msgstr "በ ተጠቃሚ-የሚወሰነ ሜዳ _3"
+#. x9s9K
+#: extensions/uiconfig/sbibliography/ui/generalpage.ui:617
+msgctxt "generalpage|extended_tip|GeneralPage"
+msgid "Insert, delete, edit, and organize records in the bibliography database."
+msgstr "ማስገቢያ: ማጥፊያ: ማረሚያ: እና መዝገቦች ማደራጃ ለ ጽሁፎች ዝርዝር ዳታቤዝ "
+
#. 7BG4W
#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:8
msgctxt "mappingdialog|MappingDialog"
@@ -3698,197 +3819,203 @@ msgid "Column Layout for Table “%1”"
msgstr "የ አምድ እቅድ ለ ሰንጠረዥ “%1”"
#. ZttGm
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:109
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:106
msgctxt "mappingdialog|label2"
msgid "_Short name"
msgstr "_አጭር ስም"
#. PcPgF
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:123
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:120
msgctxt "mappingdialog|label3"
msgid "_Author(s)"
msgstr "_ደራሲ(ዎች)"
#. DBBiK
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:137
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:134
msgctxt "mappingdialog|label4"
msgid "_Publisher"
msgstr "_አሳታሚው"
#. 4TG3U
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:151
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:148
msgctxt "mappingdialog|label5"
msgid "_Chapter"
msgstr "_ምዕራፍ"
#. DZwft
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:165
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:162
msgctxt "mappingdialog|label6"
msgid "Editor"
msgstr "አራሚው"
#. pEBaZ
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:225
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:222
msgctxt "mappingdialog|label7"
msgid "_Type"
msgstr "_አይነት"
#. TxEfY
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:239
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:236
msgctxt "mappingdialog|label8"
msgid "_Year"
msgstr "_አመት"
#. qLU7E
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:253
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:250
msgctxt "mappingdialog|label9"
msgid "Tit_le"
msgstr "አርእ_ስት"
#. F26mM
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:303
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:300
msgctxt "mappingdialog|label10"
msgid "A_ddress"
msgstr "አ_ድራሻ"
#. kBvqk
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:317
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:314
msgctxt "mappingdialog|label11"
msgid "_ISBN"
msgstr "_ISBN"
#. aeCGS
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:331
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:328
msgctxt "mappingdialog|label12"
msgid "Pa_ge(s)"
msgstr "ገ_ጽ(ጾች)"
#. N4Cx2
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:381
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:378
msgctxt "mappingdialog|label13"
msgid "Ed_ition"
msgstr "እት_ም"
#. CXnVD
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:407
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:404
msgctxt "mappingdialog|label14"
msgid "_Book title"
msgstr "የ _መጽሐፍ አርእስት"
#. FEe9P
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:421
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:418
msgctxt "mappingdialog|label15"
msgid "Volume"
msgstr "መጠን"
#. T6Eu3
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:433
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:430
msgctxt "mappingdialog|label16"
msgid "Publication t_ype"
msgstr "የ ሕትመት አ_ይነት"
#. KVHpY
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:483
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:480
msgctxt "mappingdialog|label17"
msgid "Organi_zation"
msgstr "ድር_ጅት"
#. GNoEJ
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:497
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:494
msgctxt "mappingdialog|label18"
msgid "Instit_ution"
msgstr "ድር_ጅት"
#. ZU7AT
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:511
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:508
msgctxt "mappingdialog|label19"
msgid "Uni_versity"
msgstr "ዩኒቨ_ርስቲ"
#. AeYEo
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:561
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:558
msgctxt "mappingdialog|label20"
msgid "Type of re_port"
msgstr "የ መግ_ለጫው አይነት"
#. NaFZM
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:575
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:572
msgctxt "mappingdialog|label21"
msgid "_Month"
msgstr "_ወር"
#. EacrE
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:613
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:610
msgctxt "mappingdialog|label22"
msgid "_Journal"
msgstr "_ማስታወሻ"
#. 98xrV
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:627
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:624
msgctxt "mappingdialog|label23"
msgid "Numb_er"
msgstr "ቁጥ_ር"
#. ssYBx
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:641
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:638
msgctxt "mappingdialog|label24"
msgid "Se_ries"
msgstr "ተከ_ታታይ"
#. kGM4q
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:691
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:688
msgctxt "mappingdialog|label25"
msgid "Ann_otation"
msgstr "ማብራ_ሪያ"
#. 8xMvD
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:705
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:702
msgctxt "mappingdialog|label26"
msgid "_Note"
msgstr "_ማስታወሻ"
#. t7JGr
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:719
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:716
msgctxt "mappingdialog|label27"
msgid "URL"
msgstr "URL"
#. STBDL
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:767
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:764
msgctxt "mappingdialog|label28"
msgid "User-defined field _1"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _1"
#. FDtfJ
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:781
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:778
msgctxt "mappingdialog|label29"
msgid "User-defined field _2"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _2"
#. EPoqo
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:795
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:792
msgctxt "mappingdialog|label30"
msgid "User-defined field _3"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _3"
#. LzUki
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:809
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:806
msgctxt "mappingdialog|label31"
msgid "User-defined field _4"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _4"
#. jY3cj
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:823
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:820
msgctxt "mappingdialog|label32"
msgid "User-defined field _5"
msgstr "በ ተጠቃሚው-የሚወሰነ ሜዳ _5"
#. wkCw6
-#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1035
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1032
msgctxt "mappingdialog|label1"
msgid "Column Names"
msgstr "የ አምድ ስሞች"
+#. B7h7G
+#: extensions/uiconfig/sbibliography/ui/mappingdialog.ui:1057
+msgctxt "mappingdialog|extended_tip|MappingDialog"
+msgid "Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar."
+msgstr ""
+
#. k9B7a
#: extensions/uiconfig/sbibliography/ui/querydialog.ui:30
msgctxt "querydialog|ask"
@@ -3925,6 +4052,18 @@ msgctxt "toolbar|TBC_BT_COL_ASSIGN"
msgid "Column Arrangement"
msgstr "አምድ ማዘጋጃ"
+#. DGQhT
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:114
+msgctxt "toolbar|extended_tip|TBC_BT_COL_ASSIGN"
+msgid "Lets you map the column headings to data fields from a different data source. To define a different data source for your bibliography, click the Data Source button on the record's Object bar."
+msgstr ""
+
+#. 8s8QS
+#: extensions/uiconfig/sbibliography/ui/toolbar.ui:125
+msgctxt "toolbar|extended_tip|toolbar"
+msgid "Insert, delete, edit, and organize records in the bibliography database."
+msgstr "ማስገቢያ: ማጥፊያ: ማረሚያ: እና መዝገቦች ማደራጃ ለ ጽሁፎች ዝርዝር ዳታቤዝ "
+
#. AFbU5
#: extensions/uiconfig/scanner/ui/griddialog.ui:111
msgctxt "griddialog|resetTypeCombobox"
@@ -4003,11 +4142,11 @@ msgctxt "sanedialog|label6"
msgid "_Bottom:"
msgstr "ከ _ታች:"
-#. rj9GD
+#. YfU4m
#: extensions/uiconfig/scanner/ui/sanedialog.ui:275
msgctxt "sanedialog|label1"
-msgid "Scan area"
-msgstr "ማሰሻ ቦታ"
+msgid "Scan Area"
+msgstr ""
#. FZ7Vw
#: extensions/uiconfig/scanner/ui/sanedialog.ui:334
@@ -4153,26 +4292,32 @@ msgctxt "taborder|TabOrderDialog"
msgid "Tab Order"
msgstr "የ ማስረጊያ ደንብ"
+#. bdEtz
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:150
+msgctxt "taborder|extended_tip|CTRLtree"
+msgid "Lists all controls in the form. These controls can be selected with the tab key in the given order from top to bottom."
+msgstr "በ ፎርም ውስጥ ያሉት ሁሉም ዝርዝሮች: እነዚህ መቆጣጠሪያዎች መምረጥ ይችላሉ በ tab ቁልፍ በተሰጠው ደንብ መሰረት ከ ላይ ወደ ታች:"
+
#. WGPX4
-#: extensions/uiconfig/spropctrlr/ui/taborder.ui:168
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:170
msgctxt "taborder|upB"
msgid "_Move Up"
msgstr "ወደ ላይ _ማንቀሳቀሻ"
#. LNZFB
-#: extensions/uiconfig/spropctrlr/ui/taborder.ui:182
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:184
msgctxt "taborder|downB"
msgid "Move _Down"
msgstr "ወደ _ታች ማንቀሳቀሻ"
#. zAGWY
-#: extensions/uiconfig/spropctrlr/ui/taborder.ui:196
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:198
msgctxt "taborder|autoB"
msgid "_Automatic Sort"
msgstr "_ራሱ በራሱ መለያ"
#. nQDDz
-#: extensions/uiconfig/spropctrlr/ui/taborder.ui:222
+#: extensions/uiconfig/spropctrlr/ui/taborder.ui:224
msgctxt "taborder|label2"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
diff --git a/source/am/filter/messages.po b/source/am/filter/messages.po
index ddba6c185e6..aaeb1fced94 100644
--- a/source/am/filter/messages.po
+++ b/source/am/filter/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2020-10-19 15:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/am/>\n"
@@ -305,338 +305,482 @@ msgctxt "pdfgeneralpage|all"
msgid "_All"
msgstr "_ሁሉንም"
+#. QMgsn
+#: filter/uiconfig/ui/pdfgeneralpage.ui:55
+msgctxt "pdfgeneralpage|extended_tip|all"
+msgid "Exports all defined print ranges. If no print range is defined, exports the entire document."
+msgstr ""
+
#. NXztB
-#: filter/uiconfig/ui/pdfgeneralpage.ui:62
+#: filter/uiconfig/ui/pdfgeneralpage.ui:67
msgctxt "pdfgeneralpage|range"
msgid "_Pages:"
msgstr "_ገጾች:"
+#. ZdAZ9
+#: filter/uiconfig/ui/pdfgeneralpage.ui:82
+msgctxt "pdfgeneralpage|extended_tip|range"
+msgid "Exports the pages you type in the box."
+msgstr "እርስዎ በ ሳጥን ውስጥ የጻፉትን ገጾች መላኪያ"
+
#. WTSeS
-#: filter/uiconfig/ui/pdfgeneralpage.ui:83
+#: filter/uiconfig/ui/pdfgeneralpage.ui:93
msgctxt "pdfgeneralpage|selection"
msgid "_Selection"
msgstr "_ምርጫ"
+#. RQeDb
+#: filter/uiconfig/ui/pdfgeneralpage.ui:104
+msgctxt "pdfgeneralpage|extended_tip|selection"
+msgid "Exports the current selection."
+msgstr "የ አሁኑን ምርጫ መላኪያ"
+
+#. qQrdx
+#: filter/uiconfig/ui/pdfgeneralpage.ui:125
+msgctxt "pdfgeneralpage|extended_tip|pages"
+msgid "Exports the pages you type in the box."
+msgstr "እርስዎ በ ሳጥን ውስጥ የጻፉትን ገጾች መላኪያ:"
+
#. tFeCH
-#: filter/uiconfig/ui/pdfgeneralpage.ui:119
+#: filter/uiconfig/ui/pdfgeneralpage.ui:139
msgctxt "pdfgeneralpage|slides"
msgid "Slides:"
msgstr "ተንሸራታቾች:"
#. 9Cyn8
-#: filter/uiconfig/ui/pdfgeneralpage.ui:128
+#: filter/uiconfig/ui/pdfgeneralpage.ui:148
msgctxt "pdfgeneralpage|viewpdf"
msgid "_View PDF after export"
msgstr "PDF _መመልከቻ ከተላከ በኋላ"
#. aWj7F
-#: filter/uiconfig/ui/pdfgeneralpage.ui:147
+#: filter/uiconfig/ui/pdfgeneralpage.ui:167
msgctxt "pdfgeneralpage|selectedsheets"
msgid "_Selection/Selected sheet(s)"
msgstr "_ምርጫ/የ ተመረጠው ወረቀት(ቶች)"
#. MXtmZ
-#: filter/uiconfig/ui/pdfgeneralpage.ui:162
+#: filter/uiconfig/ui/pdfgeneralpage.ui:182
msgctxt "pdfgeneralpage|label1"
msgid "Range"
msgstr "መጠን"
#. WbQ5j
-#: filter/uiconfig/ui/pdfgeneralpage.ui:195
+#: filter/uiconfig/ui/pdfgeneralpage.ui:215
msgctxt "pdfgeneralpage|losslesscompress"
msgid "_Lossless compression"
msgstr "_ያልላላ ማመቂያ"
+#. 9ut6Q
+#: filter/uiconfig/ui/pdfgeneralpage.ui:226
+msgctxt "pdfgeneralpage|extended_tip|losslesscompress"
+msgid "Selects a lossless compression of images. All pixels are preserved."
+msgstr ""
+
#. D6f7R
-#: filter/uiconfig/ui/pdfgeneralpage.ui:213
+#: filter/uiconfig/ui/pdfgeneralpage.ui:238
msgctxt "pdfgeneralpage|reduceresolution"
msgid "_Reduce image resolution"
msgstr "_መቀነሻ የ ምስል ሪዞሊሽን"
+#. bAtCV
+#: filter/uiconfig/ui/pdfgeneralpage.ui:251
+msgctxt "pdfgeneralpage|extended_tip|reduceresolution"
+msgid "Select to resample or down-size the images to a lower number of pixels per inch."
+msgstr ""
+
#. XHeTx
-#: filter/uiconfig/ui/pdfgeneralpage.ui:236
+#: filter/uiconfig/ui/pdfgeneralpage.ui:266
msgctxt "pdfgeneralpage|resolution"
msgid "75 DPI"
msgstr "75 DPI"
#. CXj4e
-#: filter/uiconfig/ui/pdfgeneralpage.ui:237
+#: filter/uiconfig/ui/pdfgeneralpage.ui:267
msgctxt "pdfgeneralpage|resolution"
msgid "150 DPI"
msgstr "150 DPI"
#. jZKqd
-#: filter/uiconfig/ui/pdfgeneralpage.ui:238
+#: filter/uiconfig/ui/pdfgeneralpage.ui:268
msgctxt "pdfgeneralpage|resolution"
msgid "300 DPI"
msgstr "300 DPI"
#. GsMsK
-#: filter/uiconfig/ui/pdfgeneralpage.ui:239
+#: filter/uiconfig/ui/pdfgeneralpage.ui:269
msgctxt "pdfgeneralpage|resolution"
msgid "600 DPI"
msgstr "600 DPI"
#. 5yTAM
-#: filter/uiconfig/ui/pdfgeneralpage.ui:240
+#: filter/uiconfig/ui/pdfgeneralpage.ui:270
msgctxt "pdfgeneralpage|resolution"
msgid "1200 DPI"
msgstr "1200 DPI"
#. r6npH
-#: filter/uiconfig/ui/pdfgeneralpage.ui:246
+#: filter/uiconfig/ui/pdfgeneralpage.ui:276
msgctxt "pdfgeneralpage|comboboxtext-entry"
msgid "75 DPI"
msgstr "75 DPI"
+#. SkTeA
+#: filter/uiconfig/ui/pdfgeneralpage.ui:284
+msgctxt "pdfgeneralpage|extended_tip|resolution"
+msgid "Select the target resolution for the images."
+msgstr "ለ ምስሎች የታለመውን ሪዞሊሽን ይምረጡ:"
+
+#. mEbKx
+#: filter/uiconfig/ui/pdfgeneralpage.ui:306
+msgctxt "pdfgeneralpage|extended_tip|quality"
+msgid "Enter the quality level for JPEG compression."
+msgstr "ለ JPEG ማመቂያ የ ጥራት ደረጃ ያስገቡ:"
+
#. FP56V
-#: filter/uiconfig/ui/pdfgeneralpage.ui:288
+#: filter/uiconfig/ui/pdfgeneralpage.ui:328
msgctxt "pdfgeneralpage|jpegcompress"
msgid "_JPEG compression"
msgstr "_JPEG ማመቂያ"
+#. PZCPi
+#: filter/uiconfig/ui/pdfgeneralpage.ui:338
+msgctxt "pdfgeneralpage|extended_tip|jpegcompress"
+msgid "Select a JPEG compression level. With a high quality level, almost all pixels are preserved. With a low quality level, some pixels are lost and artifacts are introduced, but file sizes are reduced."
+msgstr ""
+
#. ST3Rc
-#: filter/uiconfig/ui/pdfgeneralpage.ui:311
+#: filter/uiconfig/ui/pdfgeneralpage.ui:356
msgctxt "pdfgeneralpage|label6"
msgid "_Quality:"
msgstr "_ጥራት:"
#. cFwGA
-#: filter/uiconfig/ui/pdfgeneralpage.ui:337
+#: filter/uiconfig/ui/pdfgeneralpage.ui:382
msgctxt "pdfgeneralpage|label2"
msgid "Images"
msgstr "ምስሎች"
#. NwjSn
-#: filter/uiconfig/ui/pdfgeneralpage.ui:370
+#: filter/uiconfig/ui/pdfgeneralpage.ui:415
msgctxt "pdfgeneralpage|watermark"
msgid "Sign with _watermark"
msgstr "በ _ውሀ ምልክት መፈረሚያ"
#. JtBsL
-#: filter/uiconfig/ui/pdfgeneralpage.ui:398
+#: filter/uiconfig/ui/pdfgeneralpage.ui:443
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
msgstr "ጽሁፍ:"
#. VfFZf
-#: filter/uiconfig/ui/pdfgeneralpage.ui:419
+#: filter/uiconfig/ui/pdfgeneralpage.ui:464
msgctxt "pdfgeneralpage|label3"
msgid "Watermark"
msgstr "የውሀ ምልክት"
#. 2hSjJ
-#: filter/uiconfig/ui/pdfgeneralpage.ui:463
+#: filter/uiconfig/ui/pdfgeneralpage.ui:508
msgctxt "pdfgeneralpage|embed"
msgid "Hybrid PDF (em_bed ODF file)"
msgstr "Hybrid PDF (em_bed ODF file)"
#. vzxG2
-#: filter/uiconfig/ui/pdfgeneralpage.ui:467
+#: filter/uiconfig/ui/pdfgeneralpage.ui:512
msgctxt "pdfgeneralpage|embed|tooltip_text"
msgid "Creates a PDF that is easily editable in %PRODUCTNAME"
msgstr "በቀላሉ ሊታረም የሚችል PDF መፍጠሪያ በ %PRODUCTNAME"
+#. 3tDFv
+#: filter/uiconfig/ui/pdfgeneralpage.ui:518
+msgctxt "pdfgeneralpage|extended_tip|embed"
+msgid "This setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF."
+msgstr ""
+
#. RAvA6
-#: filter/uiconfig/ui/pdfgeneralpage.ui:479
+#: filter/uiconfig/ui/pdfgeneralpage.ui:529
msgctxt "pdfgeneralpage|tagged"
msgid "_Tagged PDF (add document structure)"
msgstr "_ምልክት የተደረገበት PDF (የ ሰነድ አካል መጨመሪያ)"
#. cAm8Z
-#: filter/uiconfig/ui/pdfgeneralpage.ui:483
+#: filter/uiconfig/ui/pdfgeneralpage.ui:533
msgctxt "pdfgeneralpage|tagged|tooltip_text"
msgid "Includes a document's content structure information in a PDF"
msgstr "የ ሰነዶች ይዞታ መረጃ ያካተተ በ PDF ውስጥ"
+#. Btxot
+#: filter/uiconfig/ui/pdfgeneralpage.ui:539
+msgctxt "pdfgeneralpage|extended_tip|tagged"
+msgid "Select to write PDF tags. This can increase file size by huge amounts."
+msgstr ""
+
#. pZK6z
-#: filter/uiconfig/ui/pdfgeneralpage.ui:495
+#: filter/uiconfig/ui/pdfgeneralpage.ui:550
msgctxt "pdfgeneralpage|forms"
msgid "_Create PDF form"
msgstr "PDF _መፍጠሪያ ከ"
#. 3Vg8V
-#: filter/uiconfig/ui/pdfgeneralpage.ui:499
+#: filter/uiconfig/ui/pdfgeneralpage.ui:554
msgctxt "pdfgeneralpage|forms|tooltip_text"
msgid "Creates a PDF with fields that can be filled out"
msgstr "PDF መፍጠሪያ ሊሞሉ ከሚችሉ ሜዳዎች ጋር"
+#. hmxuq
+#: filter/uiconfig/ui/pdfgeneralpage.ui:560
+msgctxt "pdfgeneralpage|extended_tip|forms"
+msgid "Choose to create a PDF form. This can be filled out and printed by the user of the PDF document."
+msgstr ""
+
#. B7zan
-#: filter/uiconfig/ui/pdfgeneralpage.ui:522
+#: filter/uiconfig/ui/pdfgeneralpage.ui:582
msgctxt "pdfgeneralpage|allowdups"
msgid "Allow duplicate field _names"
msgstr "የተባዙ ሜዳ _ስሞችን መፍቀጃ"
+#. D4MmM
+#: filter/uiconfig/ui/pdfgeneralpage.ui:591
+msgctxt "pdfgeneralpage|extended_tip|allowdups"
+msgid "Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names."
+msgstr ""
+
#. tkPCH
-#: filter/uiconfig/ui/pdfgeneralpage.ui:541
+#: filter/uiconfig/ui/pdfgeneralpage.ui:606
msgctxt "pdfgeneralpage|format"
msgid "FDF"
msgstr "FDF"
#. rfzrh
-#: filter/uiconfig/ui/pdfgeneralpage.ui:542
+#: filter/uiconfig/ui/pdfgeneralpage.ui:607
msgctxt "pdfgeneralpage|format"
msgid "PDF"
msgstr "PDF"
#. S7caE
-#: filter/uiconfig/ui/pdfgeneralpage.ui:543
+#: filter/uiconfig/ui/pdfgeneralpage.ui:608
msgctxt "pdfgeneralpage|format"
msgid "HTML"
msgstr "HTML"
#. HUzsi
-#: filter/uiconfig/ui/pdfgeneralpage.ui:544
+#: filter/uiconfig/ui/pdfgeneralpage.ui:609
msgctxt "pdfgeneralpage|format"
msgid "XML"
msgstr "XML"
+#. xbYYC
+#: filter/uiconfig/ui/pdfgeneralpage.ui:613
+msgctxt "pdfgeneralpage|extended_tip|format"
+msgid "Select the format of submitting forms from within the PDF file."
+msgstr ""
+
#. ECLBB
-#: filter/uiconfig/ui/pdfgeneralpage.ui:565
+#: filter/uiconfig/ui/pdfgeneralpage.ui:635
msgctxt "pdfgeneralpage|label7"
msgid "Submit _format:"
msgstr "_አቀራረብ መፈጸሚያ:"
#. hedQy
-#: filter/uiconfig/ui/pdfgeneralpage.ui:597
+#: filter/uiconfig/ui/pdfgeneralpage.ui:667
msgctxt "pdfgeneralpage|pdfa"
msgid "Archive (P_DF/A, ISO 19005)"
msgstr "ማህደር (P_DF/A, ISO 19005)"
#. qQjPA
-#: filter/uiconfig/ui/pdfgeneralpage.ui:601
+#: filter/uiconfig/ui/pdfgeneralpage.ui:671
msgctxt "pdfgeneralpage|pdfa|tooltip_text"
msgid "Creates an ISO 19005-2 compliant PDF file, ideal for long-term document preservation"
msgstr "መፍጠሪያ የ ISO 19005-2 የ ፒዲኤፍ ፋይል መቀበያ: ሰነድ ለ ረጅም-ጊዜ ማቆያ"
+#. Zhi5M
+#: filter/uiconfig/ui/pdfgeneralpage.ui:677
+msgctxt "pdfgeneralpage|extended_tip|pdfa"
+msgid "Converts to the PDF/A-2b or PDF/A-1b format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written."
+msgstr ""
+
#. jfwKw
-#: filter/uiconfig/ui/pdfgeneralpage.ui:651
+#: filter/uiconfig/ui/pdfgeneralpage.ui:726
msgctxt "pdfgeneralpage|pdfaversion"
msgid "PDF/A _version:"
msgstr ""
#. RHQNg
-#: filter/uiconfig/ui/pdfgeneralpage.ui:685
+#: filter/uiconfig/ui/pdfgeneralpage.ui:760
msgctxt "pdfgeneralpage|pdfua"
msgid "U_niversal Accessibility (PDF/UA)"
msgstr ""
#. 4B3FD
-#: filter/uiconfig/ui/pdfgeneralpage.ui:689
+#: filter/uiconfig/ui/pdfgeneralpage.ui:764
msgctxt "pdfgeneralpage|pdfua|tooltip_text"
msgid "Creates a universal accessibility-compliant PDF file that follows the requirements of PDF/UA (ISO 14289) specifications."
msgstr ""
#. Drqkd
-#: filter/uiconfig/ui/pdfgeneralpage.ui:707
+#: filter/uiconfig/ui/pdfgeneralpage.ui:782
msgctxt "pdfgeneralpage|label4"
msgid "General"
msgstr "ባጠቃላይ"
-#. kAAHx
-#: filter/uiconfig/ui/pdfgeneralpage.ui:739
+#. dgtJ7
+#: filter/uiconfig/ui/pdfgeneralpage.ui:814
msgctxt "pdfgeneralpage|bookmarks"
-msgid "Export _bookmarks"
-msgstr "መላኪያ _ምልክት ማድረጊያዎችን"
+msgid "Export _outlines"
+msgstr ""
+
+#. qw9My
+#: filter/uiconfig/ui/pdfgeneralpage.ui:823
+msgctxt "pdfgeneralpage|extended_tip|bookmarks"
+msgid "Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (Tools - Chapter Numbering) and for all table of contents entries for which you did assign hyperlinks in the source document."
+msgstr ""
#. kQbPh
-#: filter/uiconfig/ui/pdfgeneralpage.ui:754
+#: filter/uiconfig/ui/pdfgeneralpage.ui:834
msgctxt "pdfgeneralpage|exportplaceholders"
msgid "Expo_rt placeholders"
msgstr "ቦታ ያዢዎች መላ_ኪያ"
#. D4zRb
-#: filter/uiconfig/ui/pdfgeneralpage.ui:769
+#: filter/uiconfig/ui/pdfgeneralpage.ui:849
msgctxt "pdfgeneralpage|comments"
msgid "_Comments as PDF annotations"
msgstr "_አስተያየት እንደ ፒዲኤፍ መግለጫ"
+#. SijbK
+#: filter/uiconfig/ui/pdfgeneralpage.ui:858
+msgctxt "pdfgeneralpage|extended_tip|comments"
+msgid "Select to export comments of Writer and Calc documents as PDF annotations."
+msgstr ""
+
#. y9evS
-#: filter/uiconfig/ui/pdfgeneralpage.ui:784
+#: filter/uiconfig/ui/pdfgeneralpage.ui:869
msgctxt "pdfgeneralpage|emptypages"
msgid "Exp_ort automatically inserted blank pages"
msgstr "ራሱ በራሱ የገቡትን ባዶ ገጾች መላ_ኪያ"
+#. ZkGWy
+#: filter/uiconfig/ui/pdfgeneralpage.ui:878
+msgctxt "pdfgeneralpage|extended_tip|emptypages"
+msgid "If switched on, automatically inserted blank pages are exported to the PDF file. This is best if you are printing the pdf file double-sided. Example: In a book a chapter paragraph style is set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to export that even numbered page or not."
+msgstr ""
+
#. sHqKP
-#: filter/uiconfig/ui/pdfgeneralpage.ui:799
+#: filter/uiconfig/ui/pdfgeneralpage.ui:889
msgctxt "pdfgeneralpage|usereferencexobject"
msgid "Use reference XObjects"
msgstr "የ Xእቃዎች ማመሳከሪያ ይጠቀሙ"
#. 2K2cD
-#: filter/uiconfig/ui/pdfgeneralpage.ui:814
+#: filter/uiconfig/ui/pdfgeneralpage.ui:904
msgctxt "pdfgeneralpage|hiddenpages"
msgid "Export _hidden pages"
msgstr "የ _ተደበቁ ገጾች መላኪያ"
#. ghuXR
-#: filter/uiconfig/ui/pdfgeneralpage.ui:829
+#: filter/uiconfig/ui/pdfgeneralpage.ui:919
msgctxt "pdfgeneralpage|notes"
msgid "Export _notes pages"
msgstr "የ _ማስታወሻ ገጾች መላኪያ"
#. BGvC2
-#: filter/uiconfig/ui/pdfgeneralpage.ui:849
+#: filter/uiconfig/ui/pdfgeneralpage.ui:939
msgctxt "pdfgeneralpage|onlynotes"
msgid "Export onl_y notes pages"
msgstr "የ ማስታወሻ ገጾች ብ_ቻ መላኪያ"
#. MpRUp
-#: filter/uiconfig/ui/pdfgeneralpage.ui:866
+#: filter/uiconfig/ui/pdfgeneralpage.ui:956
msgctxt "pdfgeneralpage|singlepagesheets"
msgid "Whole sheet export"
msgstr "ጠቅላላ ወረቀት መላኪያ"
#. AcPTB
-#: filter/uiconfig/ui/pdfgeneralpage.ui:887
+#: filter/uiconfig/ui/pdfgeneralpage.ui:977
msgctxt "pdfgeneralpage|label9"
msgid "Structure"
msgstr "አካል"
-#. QEAua
+#. f7vgf
#: filter/uiconfig/ui/pdflinkspage.ui:32
msgctxt "pdflinkspage|export"
-msgid "Export bookmarks as named destinations"
-msgstr "መላኪያ ምልክት ማድረጊያዎችን ወደ ተሰየሙበት መድረሻዎች"
+msgid "Export outlines as named destinations"
+msgstr ""
+
+#. BDf69
+#: filter/uiconfig/ui/pdflinkspage.ui:42
+msgctxt "pdflinkspage|extended_tip|export"
+msgid "Exports the current file in PDF format."
+msgstr "የ አሁኑን ፋይል በ PDF አቀራረብ መላኪያ "
#. aCCLQ
-#: filter/uiconfig/ui/pdflinkspage.ui:48
+#: filter/uiconfig/ui/pdflinkspage.ui:53
msgctxt "pdflinkspage|convert"
msgid "_Convert document references to PDF targets"
msgstr "_መቀየሪያ የ ሰነድ ማመሳከሪያዎች ወደ PDF ኢላማዎች"
+#. FEokC
+#: filter/uiconfig/ui/pdflinkspage.ui:63
+msgctxt "pdflinkspage|extended_tip|convert"
+msgid "Enable this checkbox to convert the URLs referencing other ODF files to PDF files with the same name. In the referencing URLs the extensions .odt, .odp, .ods, .odg, and .odm are converted to the extension .pdf."
+msgstr ""
+
#. 6Lyp3
-#: filter/uiconfig/ui/pdflinkspage.ui:64
+#: filter/uiconfig/ui/pdflinkspage.ui:74
msgctxt "pdflinkspage|exporturl"
msgid "Export _URLs relative to file system"
msgstr "መላኪያ _URLs ከ ፋይል ስርአቱ ጋር የሚዛመድ"
+#. RcdUF
+#: filter/uiconfig/ui/pdflinkspage.ui:84
+msgctxt "pdflinkspage|extended_tip|exporturl"
+msgid "Enable this checkbox to export URLs to other documents as relative URLs in the file system. See \"relative hyperlinks\" in the Help."
+msgstr ""
+
#. biumY
-#: filter/uiconfig/ui/pdflinkspage.ui:86
+#: filter/uiconfig/ui/pdflinkspage.ui:101
msgctxt "pdflinkspage|label1"
msgid "General"
msgstr "ባጠቃላይ"
#. mGRBH
-#: filter/uiconfig/ui/pdflinkspage.ui:118
+#: filter/uiconfig/ui/pdflinkspage.ui:133
msgctxt "pdflinkspage|default"
msgid "Default mode"
msgstr "ነባር ዘዴ"
+#. bcgaz
+#: filter/uiconfig/ui/pdflinkspage.ui:143
+msgctxt "pdflinkspage|extended_tip|default"
+msgid "Links from your PDF document to other documents will be handled as it is specified in your operating system."
+msgstr ""
+
#. DNRK8
-#: filter/uiconfig/ui/pdflinkspage.ui:134
+#: filter/uiconfig/ui/pdflinkspage.ui:154
msgctxt "pdflinkspage|openpdf"
msgid "Open with PDF reader application"
msgstr "በ PDF ማንበቢያ መተግበሪያ መክፈቻ"
+#. gmzoA
+#: filter/uiconfig/ui/pdflinkspage.ui:164
+msgctxt "pdflinkspage|extended_tip|openpdf"
+msgid "Cross-document links are opened with the PDF reader application that currently shows the document. The PDF reader application must be able to handle the specified file type inside the hyperlink."
+msgstr ""
+
#. wPem9
-#: filter/uiconfig/ui/pdflinkspage.ui:150
+#: filter/uiconfig/ui/pdflinkspage.ui:175
msgctxt "pdflinkspage|openinternet"
msgid "Open _with Internet browser"
msgstr "_በ ኢንተርኔት መቃኛ መክፈቻ"
+#. xfRr2
+#: filter/uiconfig/ui/pdflinkspage.ui:185
+msgctxt "pdflinkspage|extended_tip|openinternet"
+msgid "Cross-document links are opened with the Internet browser. The Internet browser must be able to handle the specified file type inside the hyperlink."
+msgstr ""
+
#. B9TGg
-#: filter/uiconfig/ui/pdflinkspage.ui:172
+#: filter/uiconfig/ui/pdflinkspage.ui:202
msgctxt "pdflinkspage|label5"
msgid "Cross-document Links"
msgstr "መስቀልኛ-ሰነድ አገናኞች"
@@ -695,152 +839,218 @@ msgctxt "pdfsecuritypage|setpassword"
msgid "Set _Passwords…"
msgstr "የ _መግቢያ ቃል ማሰናጃ…"
+#. C9DhC
+#: filter/uiconfig/ui/pdfsecuritypage.ui:40
+msgctxt "pdfsecuritypage|extended_tip|setpassword"
+msgid "Click to open a dialog where you enter the passwords."
+msgstr ""
+
#. 63szB
-#: filter/uiconfig/ui/pdfsecuritypage.ui:53
+#: filter/uiconfig/ui/pdfsecuritypage.ui:58
msgctxt "pdfsecuritypage|label5"
msgid "Open password set"
msgstr "የመግቢያ ቃል ማሰናጃ መክፈቻ"
#. 6ktYG
-#: filter/uiconfig/ui/pdfsecuritypage.ui:65
+#: filter/uiconfig/ui/pdfsecuritypage.ui:70
msgctxt "pdfsecuritypage|label6"
msgid "PDF document will be encrypted"
msgstr "የ PDF ሰነድ encrypted ይሆናል"
#. pTAZC
-#: filter/uiconfig/ui/pdfsecuritypage.ui:88
+#: filter/uiconfig/ui/pdfsecuritypage.ui:93
msgctxt "pdfsecuritypage|label7"
msgid "No open password set"
msgstr "ክፍት የ መግቢያ ቃል አልተሰናዳም"
#. fp3My
-#: filter/uiconfig/ui/pdfsecuritypage.ui:100
+#: filter/uiconfig/ui/pdfsecuritypage.ui:105
msgctxt "pdfsecuritypage|label8"
msgid "PDF document will not be encrypted"
msgstr "የ PDF ሰነድ encrypted አይሆንም"
#. aHC6v
-#: filter/uiconfig/ui/pdfsecuritypage.ui:123
+#: filter/uiconfig/ui/pdfsecuritypage.ui:128
msgctxt "pdfsecuritypage|label30"
msgid "PDF document will not be encrypted due to PDF/A export."
msgstr "የ PDF ሰነድ አይመሰጠርም ምክንያቱም በ PDF/A መላኪያ ምክንያት"
#. DsALB
-#: filter/uiconfig/ui/pdfsecuritypage.ui:147
+#: filter/uiconfig/ui/pdfsecuritypage.ui:152
msgctxt "pdfsecuritypage|label9"
msgid "Permission password set"
msgstr "የመግቢያ ቃል ማሰናጃ ፍቃድ"
#. hRJpp
-#: filter/uiconfig/ui/pdfsecuritypage.ui:159
+#: filter/uiconfig/ui/pdfsecuritypage.ui:164
msgctxt "pdfsecuritypage|label11"
msgid "PDF document will be restricted"
msgstr "የ PDF ሰነድ የተከለከለ ይሆናል"
#. L3oQx
-#: filter/uiconfig/ui/pdfsecuritypage.ui:182
+#: filter/uiconfig/ui/pdfsecuritypage.ui:187
msgctxt "pdfsecuritypage|label12"
msgid "No permission password set"
msgstr "የመግቢያ ቃል ማሰናጃ ፍቃድ የለም"
#. s3RBF
-#: filter/uiconfig/ui/pdfsecuritypage.ui:194
+#: filter/uiconfig/ui/pdfsecuritypage.ui:199
msgctxt "pdfsecuritypage|label13"
msgid "PDF document will be unrestricted"
msgstr "የ PDF ሰነድ ያልተከለከለ ይሆናል"
#. 4jwu7
-#: filter/uiconfig/ui/pdfsecuritypage.ui:217
+#: filter/uiconfig/ui/pdfsecuritypage.ui:222
msgctxt "pdfsecuritypage|label14"
msgid "PDF document will not be restricted due to PDF/A export."
msgstr "የ PDF ሰነድ አይወሰንም ምክንያቱም በ PDF/A መላኪያ ምክንያት"
#. 9CFqB
-#: filter/uiconfig/ui/pdfsecuritypage.ui:237
+#: filter/uiconfig/ui/pdfsecuritypage.ui:242
msgctxt "pdfsecuritypage|setpasswordstitle"
msgid "Set Passwords"
msgstr "የ መግቢያ ቃል ማሰናጃ"
#. FDKJa
-#: filter/uiconfig/ui/pdfsecuritypage.ui:254
+#: filter/uiconfig/ui/pdfsecuritypage.ui:259
msgctxt "pdfsecuritypage|label2"
msgid "File Encryption and Permission"
msgstr "የ ፋይል encryption እና ፍቃዶች"
#. tWAWA
-#: filter/uiconfig/ui/pdfsecuritypage.ui:292
+#: filter/uiconfig/ui/pdfsecuritypage.ui:297
msgctxt "pdfsecuritypage|printnone"
msgid "_Not permitted"
msgstr "_ያልተፈቀደ"
+#. R3Gvm
+#: filter/uiconfig/ui/pdfsecuritypage.ui:307
+msgctxt "pdfsecuritypage|extended_tip|printnone"
+msgid "Printing the document is not permitted."
+msgstr ""
+
#. kSfrd
-#: filter/uiconfig/ui/pdfsecuritypage.ui:308
+#: filter/uiconfig/ui/pdfsecuritypage.ui:318
msgctxt "pdfsecuritypage|printlow"
msgid "_Low resolution (150 dpi)"
msgstr "_ዝቅተኛ ሪዞሊሽን (150 ነበኢ)"
+#. kB7dx
+#: filter/uiconfig/ui/pdfsecuritypage.ui:328
+msgctxt "pdfsecuritypage|extended_tip|printlow"
+msgid "The document can only be printed in low resolution (150 dpi). Not all PDF readers honor this setting."
+msgstr ""
+
#. CmQzT
-#: filter/uiconfig/ui/pdfsecuritypage.ui:324
+#: filter/uiconfig/ui/pdfsecuritypage.ui:339
msgctxt "pdfsecuritypage|printhigh"
msgid "_High resolution"
msgstr "_ከፍተኛ ሪዞሊሽን"
+#. iBC7m
+#: filter/uiconfig/ui/pdfsecuritypage.ui:349
+msgctxt "pdfsecuritypage|extended_tip|printhigh"
+msgid "The document can be printed in high resolution."
+msgstr ""
+
#. Gjpp4
-#: filter/uiconfig/ui/pdfsecuritypage.ui:346
+#: filter/uiconfig/ui/pdfsecuritypage.ui:366
msgctxt "pdfsecuritypage|label1"
msgid "Printing"
msgstr "በማተም ላይ"
#. C6BHs
-#: filter/uiconfig/ui/pdfsecuritypage.ui:378
+#: filter/uiconfig/ui/pdfsecuritypage.ui:398
msgctxt "pdfsecuritypage|changenone"
msgid "No_t permitted"
msgstr "አል_ተፈቀደም"
+#. McdCx
+#: filter/uiconfig/ui/pdfsecuritypage.ui:408
+msgctxt "pdfsecuritypage|extended_tip|changenone"
+msgid "No changes of the content are permitted."
+msgstr ""
+
#. Vt6Zn
-#: filter/uiconfig/ui/pdfsecuritypage.ui:394
+#: filter/uiconfig/ui/pdfsecuritypage.ui:419
msgctxt "pdfsecuritypage|changeinsdel"
msgid "_Inserting, deleting, and rotating pages"
msgstr "_ማስገቢያ: ማጥፊያ እና ገጾችን ማዞሪያ"
+#. bpyjZ
+#: filter/uiconfig/ui/pdfsecuritypage.ui:429
+msgctxt "pdfsecuritypage|extended_tip|changeinsdel"
+msgid "Only inserting, deleting, and rotating pages is permitted."
+msgstr ""
+
#. dAmDo
-#: filter/uiconfig/ui/pdfsecuritypage.ui:410
+#: filter/uiconfig/ui/pdfsecuritypage.ui:440
msgctxt "pdfsecuritypage|changeform"
msgid "_Filling in form fields"
msgstr "የ ፎርም ሜዳዎችን በ _መሙላት ላይ"
+#. yXs9B
+#: filter/uiconfig/ui/pdfsecuritypage.ui:450
+msgctxt "pdfsecuritypage|extended_tip|changeform"
+msgid "Only filling in form fields is permitted."
+msgstr ""
+
#. zGE7J
-#: filter/uiconfig/ui/pdfsecuritypage.ui:426
+#: filter/uiconfig/ui/pdfsecuritypage.ui:461
msgctxt "pdfsecuritypage|changecomment"
msgid "_Commenting, filling in form fields"
msgstr "_አስተያየት መስጫ: የ ፎርም ሜዳዎችን በ መሙላት ላይ"
+#. aeLn4
+#: filter/uiconfig/ui/pdfsecuritypage.ui:471
+msgctxt "pdfsecuritypage|extended_tip|changecomment"
+msgid "Only commenting and filling in form fields is permitted."
+msgstr ""
+
#. uP8VW
-#: filter/uiconfig/ui/pdfsecuritypage.ui:442
+#: filter/uiconfig/ui/pdfsecuritypage.ui:482
msgctxt "pdfsecuritypage|changeany"
msgid "_Any except extracting pages"
msgstr "_ማንኛውንም ከ ማውጫው ገጽ በስተቀር"
+#. 3RDPJ
+#: filter/uiconfig/ui/pdfsecuritypage.ui:492
+msgctxt "pdfsecuritypage|extended_tip|changeany"
+msgid "All changes are permitted, except extracting pages."
+msgstr ""
+
#. vLxXJ
-#: filter/uiconfig/ui/pdfsecuritypage.ui:464
+#: filter/uiconfig/ui/pdfsecuritypage.ui:509
msgctxt "pdfsecuritypage|label3"
msgid "Changes"
msgstr "ለውጦች"
#. iJHWS
-#: filter/uiconfig/ui/pdfsecuritypage.ui:496
+#: filter/uiconfig/ui/pdfsecuritypage.ui:541
msgctxt "pdfsecuritypage|enablecopy"
msgid "Ena_ble copying of content"
msgstr "ይዞታውን ኮፒ ማድረግ ማስ_ቻያ"
+#. WJuNa
+#: filter/uiconfig/ui/pdfsecuritypage.ui:551
+msgctxt "pdfsecuritypage|extended_tip|enablecopy"
+msgid "Select to enable copying of content to the clipboard."
+msgstr ""
+
#. 2EMgQ
-#: filter/uiconfig/ui/pdfsecuritypage.ui:512
+#: filter/uiconfig/ui/pdfsecuritypage.ui:562
msgctxt "pdfsecuritypage|enablea11y"
msgid "Enable text access for acce_ssibility tools"
msgstr "የ ጽሁፍ መድረሻ ለ መሳሪያዎች መድ_ረሻ ማስቻያ"
+#. cQrBt
+#: filter/uiconfig/ui/pdfsecuritypage.ui:572
+msgctxt "pdfsecuritypage|extended_tip|enablea11y"
+msgid "Select to enable text access for accessibility tools."
+msgstr ""
+
#. 2hi53
-#: filter/uiconfig/ui/pdfsecuritypage.ui:534
+#: filter/uiconfig/ui/pdfsecuritypage.ui:589
msgctxt "pdfsecuritypage|label4"
msgid "Content"
msgstr "ይዞታ"
@@ -851,50 +1061,86 @@ msgctxt "pdfsignpage|label2"
msgid "Use this certificate to digitally sign PDF documents:"
msgstr "ይህን የምስክር ወረቀት ይጠቀሙ የ PDF ሰነዶችን ዲጂታሊ ለመፈረም:"
+#. EznHF
+#: filter/uiconfig/ui/pdfsignpage.ui:55
+msgctxt "pdfsignpage|extended_tip|cert"
+msgid "Allows you to select a certificate to be used for signing this PDF export."
+msgstr ""
+
#. xgYD9
-#: filter/uiconfig/ui/pdfsignpage.ui:66
+#: filter/uiconfig/ui/pdfsignpage.ui:71
msgctxt "pdfsignpage|select"
msgid "Select..."
msgstr "ይምረጡ..."
+#. 8iktV
+#: filter/uiconfig/ui/pdfsignpage.ui:78
+msgctxt "pdfsignpage|extended_tip|select"
+msgid "Opens the Select Certificate dialog."
+msgstr "መክፈቻ የ ምስክር ወረቀት መምረጫ ንግግር"
+
+#. UQz9i
+#: filter/uiconfig/ui/pdfsignpage.ui:131
+msgctxt "pdfsignpage|extended_tip|password"
+msgid "Enter the password used for protecting the private key associated with the selected certificate."
+msgstr ""
+
+#. 9NEtS
+#: filter/uiconfig/ui/pdfsignpage.ui:148
+msgctxt "pdfsignpage|extended_tip|location"
+msgid "These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank."
+msgstr ""
+
+#. uVShK
+#: filter/uiconfig/ui/pdfsignpage.ui:165
+msgctxt "pdfsignpage|extended_tip|contact"
+msgid "These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank."
+msgstr ""
+
+#. 5QBRv
+#: filter/uiconfig/ui/pdfsignpage.ui:182
+msgctxt "pdfsignpage|extended_tip|reason"
+msgid "These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank."
+msgstr ""
+
#. wHqcD
-#: filter/uiconfig/ui/pdfsignpage.ui:167
+#: filter/uiconfig/ui/pdfsignpage.ui:197
msgctxt "pdfsignpage|tsa"
msgid "None"
msgstr "ምንም"
#. VMoF3
-#: filter/uiconfig/ui/pdfsignpage.ui:179
+#: filter/uiconfig/ui/pdfsignpage.ui:209
msgctxt "pdfsignpage|label7"
msgid "Certificate password:"
msgstr "የ ምስክር ወረቀት መግቢያ ቃል:"
#. Syow2
-#: filter/uiconfig/ui/pdfsignpage.ui:193
+#: filter/uiconfig/ui/pdfsignpage.ui:223
msgctxt "pdfsignpage|label12"
msgid "Location:"
msgstr "አካባቢ:"
#. AQkj6
-#: filter/uiconfig/ui/pdfsignpage.ui:207
+#: filter/uiconfig/ui/pdfsignpage.ui:237
msgctxt "pdfsignpage|label13"
msgid "Contact information:"
msgstr "የ ግንኙነት መረጃ:"
#. mvSG8
-#: filter/uiconfig/ui/pdfsignpage.ui:221
+#: filter/uiconfig/ui/pdfsignpage.ui:251
msgctxt "pdfsignpage|label14"
msgid "Reason:"
msgstr "ምክንያት:"
#. Bbwq2
-#: filter/uiconfig/ui/pdfsignpage.ui:235
+#: filter/uiconfig/ui/pdfsignpage.ui:265
msgctxt "pdfsignpage|label15"
msgid "Time Stamp Authority:"
msgstr "የ ሰአት ማህተም ባለስልጣን:"
#. YeAiB
-#: filter/uiconfig/ui/pdfsignpage.ui:259
+#: filter/uiconfig/ui/pdfsignpage.ui:289
msgctxt "pdfsignpage|label1"
msgid "Certificate"
msgstr "የ ምስክር ወረቀት"
@@ -905,83 +1151,149 @@ msgctxt "pdfuserinterfacepage|center"
msgid "_Center window on screen"
msgstr "በ መመልከቻው ላይ መስኮቱን _መሀከል ማድረጊያ"
+#. fGFCM
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:55
+msgctxt "pdfuserinterfacepage|extended_tip|center"
+msgid "Select to generate a PDF file that is shown in a reader window centered on screen."
+msgstr ""
+
#. ZEPFF
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:61
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:66
msgctxt "pdfuserinterfacepage|resize"
msgid "_Resize window to initial page"
msgstr "መስኮቱን ወደ መጀመሪያው ገጽ _እንደገና መመጠኛ"
+#. 8RErB
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:76
+msgctxt "pdfuserinterfacepage|extended_tip|resize"
+msgid "Select to generate a PDF file that is shown in a window displaying the whole initial page."
+msgstr ""
+
#. crBwn
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:77
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:87
msgctxt "pdfuserinterfacepage|open"
msgid "_Open in full screen mode"
msgstr "በሙሉ መመልከቻ ዘዴ _መክፈቻ"
+#. oWaHS
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:97
+msgctxt "pdfuserinterfacepage|extended_tip|open"
+msgid "Select to generate a PDF file that is shown in a full screen reader window in front of all other windows."
+msgstr ""
+
#. Cvzzi
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:93
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:108
msgctxt "pdfuserinterfacepage|display"
msgid "_Display document title"
msgstr "የ ሰነድ አርእስት _ማሳያ"
+#. tdVmB
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:118
+msgctxt "pdfuserinterfacepage|extended_tip|display"
+msgid "Select to generate a PDF file that is shown with the document title in the reader's title bar."
+msgstr ""
+
#. BtMjV
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:115
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:135
msgctxt "pdfuserinterfacepage|label1"
msgid "Window Options"
msgstr "የ መስኮት ምርጫዎች"
#. hZQVm
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:146
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:166
msgctxt "pdfuserinterfacepage|toolbar"
msgid "Hide _toolbar"
msgstr "መደበቂያ _እቃ መደርደሪያ"
+#. eBE9L
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:176
+msgctxt "pdfuserinterfacepage|extended_tip|toolbar"
+msgid "Select to hide the reader's toolbar when the document is active."
+msgstr ""
+
#. YLEgH
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:162
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:187
msgctxt "pdfuserinterfacepage|menubar"
msgid "Hide _menubar"
msgstr "መደበቂያ _ዝርዝር እቃ መደርደሪያውን"
+#. qBG8G
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:197
+msgctxt "pdfuserinterfacepage|extended_tip|menubar"
+msgid "Select to hide the reader's menu bar when the document is active."
+msgstr ""
+
#. Aw2aq
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:178
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:208
msgctxt "pdfuserinterfacepage|window"
msgid "Hide _window controls"
msgstr "መደበቂያ _መስኮት መቆጣጠሪያውን"
+#. EhwCr
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:218
+msgctxt "pdfuserinterfacepage|extended_tip|window"
+msgid "Select to hide the reader's controls when the document is active."
+msgstr ""
+
#. xm2Lh
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:200
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:235
msgctxt "pdfuserinterfacepage|label2"
msgid "User Interface Options"
msgstr "የ ተጠቃሚ ገጽታ ምርጫዎች"
#. SwDno
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:230
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:265
msgctxt "pdfuserinterfacepage|effects"
msgid "_Use transition effects"
msgstr "የ መሸጋገሪያ ውጤቶችን _መጠቀሚያ"
+#. BMEGm
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:275
+msgctxt "pdfuserinterfacepage|extended_tip|effects"
+msgid "Select to export Impress slide transition effects to respective PDF effects."
+msgstr ""
+
#. JgwC9
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:252
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:292
msgctxt "pdfuserinterfacepage|label3"
msgid "Transitions"
msgstr "መሸጋገሪያዎች"
-#. NWbFN
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:284
+#. sUC8i
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:324
msgctxt "pdfuserinterfacepage|allbookmarks"
-msgid "_All bookmark levels"
-msgstr "_ሁሉንም ምልክት ማድረጊያ ደረጃዎች"
+msgid "Show _All"
+msgstr ""
+
+#. XLd4F
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:334
+msgctxt "pdfuserinterfacepage|extended_tip|allbookmarks"
+msgid "Select to show all bookmark levels when the reader opens the PDF file."
+msgstr ""
-#. FCDSJ
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:300
+#. WzoF3
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:345
msgctxt "pdfuserinterfacepage|visiblebookmark"
-msgid "_Visible bookmark levels:"
-msgstr "_የሚታዩ ምልክት ማድረጊያ ደረጃዎች:"
+msgid "_Visible levels:"
+msgstr ""
+
+#. FqQPa
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:359
+msgctxt "pdfuserinterfacepage|extended_tip|visiblebookmark"
+msgid "Select to show bookmark levels down to the selected level when the reader opens the PDF file."
+msgstr ""
+
+#. NEDWP
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:378
+msgctxt "pdfuserinterfacepage|extended_tip|visiblelevel"
+msgid "Select to show bookmark levels down to the selected level when the reader opens the PDF file."
+msgstr ""
-#. 5cxoc
-#: filter/uiconfig/ui/pdfuserinterfacepage.ui:343
+#. x4kjV
+#: filter/uiconfig/ui/pdfuserinterfacepage.ui:398
msgctxt "pdfuserinterfacepage|label4"
-msgid "Bookmarks"
-msgstr "ምልክት ማድረጊያዎች"
+msgid "Collapse Outlines"
+msgstr ""
#. ibYBv
#: filter/uiconfig/ui/pdfviewpage.ui:51
@@ -989,98 +1301,188 @@ msgctxt "pdfviewpage|pageonly"
msgid "_Page only"
msgstr "_ገጽ ብቻ"
-#. gkjEH
-#: filter/uiconfig/ui/pdfviewpage.ui:67
+#. NCgWy
+#: filter/uiconfig/ui/pdfviewpage.ui:61
+msgctxt "pdfviewpage|extended_tip|pageonly"
+msgid "Select to generate a PDF file that shows only the page contents."
+msgstr ""
+
+#. BLyYd
+#: filter/uiconfig/ui/pdfviewpage.ui:72
msgctxt "pdfviewpage|outline"
-msgid "_Bookmarks and page"
-msgstr "_ምልክት ማድረጊያዎች እና ገጾች"
+msgid "_Outline and page"
+msgstr ""
+
+#. JAAHm
+#: filter/uiconfig/ui/pdfviewpage.ui:82
+msgctxt "pdfviewpage|extended_tip|outline"
+msgid "Select to generate a PDF file that shows a bookmarks palette and the page contents."
+msgstr ""
#. rT8gQ
-#: filter/uiconfig/ui/pdfviewpage.ui:83
+#: filter/uiconfig/ui/pdfviewpage.ui:93
msgctxt "pdfviewpage|thumbs"
msgid "_Thumbnails and page"
msgstr "የ _አውራ ጥፍር እና ገጽ"
+#. gDHqJ
+#: filter/uiconfig/ui/pdfviewpage.ui:103
+msgctxt "pdfviewpage|extended_tip|thumbs"
+msgid "Select to generate a PDF file that shows a thumbnails palette and the page contents."
+msgstr ""
+
#. EgKos
-#: filter/uiconfig/ui/pdfviewpage.ui:106
+#: filter/uiconfig/ui/pdfviewpage.ui:121
msgctxt "pdfviewpage|label4"
msgid "Open on pa_ge:"
msgstr "በ ገ_ጽ ላይ መክፈቻ:"
+#. QrQ84
+#: filter/uiconfig/ui/pdfviewpage.ui:139
+msgctxt "pdfviewpage|extended_tip|page"
+msgid "Select to show the given page when the reader opens the PDF file."
+msgstr ""
+
#. MxznY
-#: filter/uiconfig/ui/pdfviewpage.ui:142
+#: filter/uiconfig/ui/pdfviewpage.ui:162
msgctxt "pdfviewpage|label2"
msgid "Panes"
msgstr "ክፍሎች"
#. jA3LD
-#: filter/uiconfig/ui/pdfviewpage.ui:174
+#: filter/uiconfig/ui/pdfviewpage.ui:194
msgctxt "pdfviewpage|fitdefault"
msgid "_Default"
msgstr "_ነባር"
+#. vQNHv
+#: filter/uiconfig/ui/pdfviewpage.ui:204
+msgctxt "pdfviewpage|extended_tip|fitdefault"
+msgid "Select to generate a PDF file that shows the page contents without zooming. If the reader software is configured to use a zoom factor by default, the page shows with that zoom factor."
+msgstr ""
+
#. kqho7
-#: filter/uiconfig/ui/pdfviewpage.ui:190
+#: filter/uiconfig/ui/pdfviewpage.ui:215
msgctxt "pdfviewpage|fitwin"
msgid "_Fit in window"
msgstr "በ መስኮቱ _ልክ"
+#. Z6P6B
+#: filter/uiconfig/ui/pdfviewpage.ui:225
+msgctxt "pdfviewpage|extended_tip|fitwin"
+msgid "Select to generate a PDF file that shows the page zoomed to fit entirely into the reader's window."
+msgstr ""
+
#. gcStc
-#: filter/uiconfig/ui/pdfviewpage.ui:206
+#: filter/uiconfig/ui/pdfviewpage.ui:236
msgctxt "pdfviewpage|fitwidth"
msgid "Fit _width"
msgstr "በ _ስፋቱ ልክ"
+#. FkxYn
+#: filter/uiconfig/ui/pdfviewpage.ui:246
+msgctxt "pdfviewpage|extended_tip|fitwidth"
+msgid "Select to generate a PDF file that shows the page zoomed to fit the width of the reader's window."
+msgstr ""
+
#. V6kwp
-#: filter/uiconfig/ui/pdfviewpage.ui:222
+#: filter/uiconfig/ui/pdfviewpage.ui:257
msgctxt "pdfviewpage|fitvis"
msgid "Fit _visible"
msgstr "በ _ሚታየው ልክ"
+#. FD8Pp
+#: filter/uiconfig/ui/pdfviewpage.ui:267
+msgctxt "pdfviewpage|extended_tip|fitvis"
+msgid "Select to generate a PDF file that shows the text and graphics on the page zoomed to fit the width of the reader's window."
+msgstr ""
+
#. NGpWy
-#: filter/uiconfig/ui/pdfviewpage.ui:243
+#: filter/uiconfig/ui/pdfviewpage.ui:283
msgctxt "pdfviewpage|fitzoom"
msgid "_Zoom factor:"
msgstr "_ማሳያ መጠን:"
+#. nQ4Du
+#: filter/uiconfig/ui/pdfviewpage.ui:296
+msgctxt "pdfviewpage|extended_tip|fitzoom"
+msgid "Select a given zoom factor when the reader opens the PDF file."
+msgstr ""
+
+#. BBoAW
+#: filter/uiconfig/ui/pdfviewpage.ui:316
+msgctxt "pdfviewpage|extended_tip|zoom"
+msgid "Select a given zoom factor when the reader opens the PDF file."
+msgstr ""
+
#. LQKDP
-#: filter/uiconfig/ui/pdfviewpage.ui:289
+#: filter/uiconfig/ui/pdfviewpage.ui:339
msgctxt "pdfviewpage|label3"
msgid "Magnification"
msgstr "ማጉሊያ"
#. Eegkp
-#: filter/uiconfig/ui/pdfviewpage.ui:328
+#: filter/uiconfig/ui/pdfviewpage.ui:378
msgctxt "pdfviewpage|defaultlayout"
msgid "D_efault"
msgstr "ነ_ባር"
+#. CtGeC
+#: filter/uiconfig/ui/pdfviewpage.ui:388
+msgctxt "pdfviewpage|extended_tip|defaultlayout"
+msgid "Select to generate a PDF file that shows the pages according to the layout setting of the reader software."
+msgstr ""
+
#. QBpan
-#: filter/uiconfig/ui/pdfviewpage.ui:344
+#: filter/uiconfig/ui/pdfviewpage.ui:399
msgctxt "pdfviewpage|singlelayout"
msgid "_Single page"
msgstr "_ነጠላ ገጽ"
+#. 4PuqY
+#: filter/uiconfig/ui/pdfviewpage.ui:409
+msgctxt "pdfviewpage|extended_tip|singlelayout"
+msgid "Select to generate a PDF file that shows one page at a time."
+msgstr ""
+
#. HCgtG
-#: filter/uiconfig/ui/pdfviewpage.ui:360
+#: filter/uiconfig/ui/pdfviewpage.ui:420
msgctxt "pdfviewpage|contlayout"
msgid "_Continuous"
msgstr "_የሚቀጥል"
+#. BRxps
+#: filter/uiconfig/ui/pdfviewpage.ui:430
+msgctxt "pdfviewpage|extended_tip|contlayout"
+msgid "Select to generate a PDF file that shows pages in a continuous vertical column."
+msgstr ""
+
#. n4i66
-#: filter/uiconfig/ui/pdfviewpage.ui:376
+#: filter/uiconfig/ui/pdfviewpage.ui:441
msgctxt "pdfviewpage|contfacinglayout"
msgid "C_ontinuous facing"
msgstr "የ ሚ_ቀጥል ፊት ለፊት"
+#. YyCT7
+#: filter/uiconfig/ui/pdfviewpage.ui:451
+msgctxt "pdfviewpage|extended_tip|contfacinglayout"
+msgid "Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the right."
+msgstr ""
+
#. 4DFBW
-#: filter/uiconfig/ui/pdfviewpage.ui:392
+#: filter/uiconfig/ui/pdfviewpage.ui:462
msgctxt "pdfviewpage|firstonleft"
msgid "First page is _left"
msgstr "መጀመሪያው ገጽ በ_ግራ በኩል ነው"
+#. xWdBk
+#: filter/uiconfig/ui/pdfviewpage.ui:472
+msgctxt "pdfviewpage|extended_tip|firstonleft"
+msgid "Select to generate a PDF file that shows pages side by side in a continuous column. For more than two pages, the first page is displayed on the left. You must enable support for complex text layout on Language settings - Languages in the Options dialog box."
+msgstr ""
+
#. sYKod
-#: filter/uiconfig/ui/pdfviewpage.ui:414
+#: filter/uiconfig/ui/pdfviewpage.ui:489
msgctxt "pdfviewpage|label1"
msgid "Page Layout"
msgstr "የ ገጽ እቅድ"
@@ -1109,60 +1511,126 @@ msgctxt "testxmlfilter|exportbrowse"
msgid "Browse..."
msgstr "መቃኛ..."
+#. 6ZGrB
+#: filter/uiconfig/ui/testxmlfilter.ui:120
+msgctxt "testxmlfilter|extended_tip|exportbrowse"
+msgid "Locate the file that you want to apply the XML export filter to. The XML code of the transformed file is opened in your default XML editor after transformation."
+msgstr "እርስዎ መፈጸም የሚፈልጉትን ፋይል ፈልገው ያግኙ የ XML መላኪያ ማጣሪያ ወደ: የ XML ኮድ የ ተቀየረው ፋይል ይከፈታል በ እርስዎ ነባር የ XML አራሚ ከ ተቀየረ በኋላ "
+
#. F8CJd
-#: filter/uiconfig/ui/testxmlfilter.ui:126
+#: filter/uiconfig/ui/testxmlfilter.ui:131
msgctxt "testxmlfilter|currentdocument"
msgid "Current Document"
msgstr "የ አሁኑ ሰነድ"
+#. GRXCc
+#: filter/uiconfig/ui/testxmlfilter.ui:137
+msgctxt "testxmlfilter|extended_tip|currentdocument"
+msgid "The front-most open file that matches the XML filter criteria will be used to test the filter. The current XML export filter transforms the file and the resulting XML code is displayed in the XML Filter output window."
+msgstr "የ ፊት-ለፊት መክፈቻ ፋይል ተመሳሳይ የሆነ ከ XML ማጣሪያ መመዘኛ ይጠቀማል ማጣሪያውን ለ መሞከር: የ አሁኑ XML ማጣሪያ መመዘኛ ፋይል ይቀይራል እና ውጤቱ የ XML ኮድ ይታያል በ XML ማጣሪያ ውጤት መስኮት "
+
+#. EPLxG
+#: filter/uiconfig/ui/testxmlfilter.ui:153
+msgctxt "testxmlfilter|extended_tip|exportxsltfile"
+msgid "Displays the file name of the XSLT filter that you entered on the Transformation tab page."
+msgstr "የ ፋይል ስም ማሳያ ለ XSLT ማጣሪያ እርስዎ ላስገቡት በ መቀየሪያ tab ገጽ ውስጥ "
+
+#. 9HnMA
+#: filter/uiconfig/ui/testxmlfilter.ui:170
+msgctxt "testxmlfilter|extended_tip|currentfilename"
+msgid "Displays the file name of the document that you want to use to test the XSLT filter."
+msgstr "የ ፋይል ስም ማሳያ እርስዎ መጠቀም የሚፈልጉትን ለ መሞከር የ XSLT ማጣሪያ "
+
#. b7FMe
-#: filter/uiconfig/ui/testxmlfilter.ui:171
+#: filter/uiconfig/ui/testxmlfilter.ui:191
msgctxt "testxmlfilter|label1"
msgid "Export"
msgstr "መላኪያ"
#. ANpSQ
-#: filter/uiconfig/ui/testxmlfilter.ui:207
+#: filter/uiconfig/ui/testxmlfilter.ui:227
msgctxt "testxmlfilter|label5"
msgid "XSLT for import"
msgstr "XSLT ለ ማምጫ"
#. aWFtZ
-#: filter/uiconfig/ui/testxmlfilter.ui:217
+#: filter/uiconfig/ui/testxmlfilter.ui:237
msgctxt "testxmlfilter|importbrowse"
msgid "Browse..."
msgstr "መቃኛ..."
+#. eR68F
+#: filter/uiconfig/ui/testxmlfilter.ui:243
+msgctxt "testxmlfilter|extended_tip|importbrowse"
+msgid "Opens a file selection dialog. The selected file is opened using the current XML import filter."
+msgstr "የ ፋይል ርጫ ንግግር መክፈቻ: የ ተመረጠው ፋይል የሚከፈተው በ መጠቀም ነው የ አሁኑን የ XML ማምጫ ማጣሪያ "
+
#. RGb9P
-#: filter/uiconfig/ui/testxmlfilter.ui:229
+#: filter/uiconfig/ui/testxmlfilter.ui:254
msgctxt "testxmlfilter|recentfile"
msgid "Recent File"
msgstr "የ ቅርብ ጊዜ ፋይል"
+#. 2vFnT
+#: filter/uiconfig/ui/testxmlfilter.ui:260
+msgctxt "testxmlfilter|extended_tip|recentfile"
+msgid "Re-opens the document that was last opened with this dialog."
+msgstr "እንደገና-መክፈቻ በዚህ ንግግር መጨረሻ ተክፍቶ የነበረውን ሰነድ "
+
#. WRoGk
-#: filter/uiconfig/ui/testxmlfilter.ui:244
+#: filter/uiconfig/ui/testxmlfilter.ui:274
msgctxt "testxmlfilter|templateimport"
msgid "Template for import"
msgstr "ቴምፕሌት ለ ማምጫ"
+#. 75GJD
+#: filter/uiconfig/ui/testxmlfilter.ui:289
+msgctxt "testxmlfilter|extended_tip|importxsltfile"
+msgid "Displays the file name of the XSLT filter that you entered on the Transformation tab page."
+msgstr "የ ፋይል ስም ማሳያ ለ XSLT ማጣሪያ እርስዎ ላስገቡት በ መቀየሪያ tab ገጽ ውስጥ "
+
#. UAfyw
-#: filter/uiconfig/ui/testxmlfilter.ui:265
+#: filter/uiconfig/ui/testxmlfilter.ui:300
msgctxt "testxmlfilter|displaysource"
msgid "Display source"
msgstr "ምንጩን ማሳያ"
+#. CdCp5
+#: filter/uiconfig/ui/testxmlfilter.ui:309
+msgctxt "testxmlfilter|extended_tip|displaysource"
+msgid "Opens the XML source of the selected document in your default XML editor after importing."
+msgstr "መክፈቻ የ XML ምንጭ በ ተመረጠው ሰነድ በ እርስዎ ነባር XML ማረሚያ ከ መጣ በኋላ"
+
#. AKfAy
-#: filter/uiconfig/ui/testxmlfilter.ui:283
+#: filter/uiconfig/ui/testxmlfilter.ui:323
msgctxt "testxmlfilter|label6"
msgid "Transform file"
msgstr "ፋይል መቀየሪያ"
+#. FdiNb
+#: filter/uiconfig/ui/testxmlfilter.ui:338
+msgctxt "testxmlfilter|extended_tip|importxslttemplate"
+msgid "Displays the file name of the template that you entered on the Transformation tab page."
+msgstr "የ ፋይል ስም ማሳያ ለ ቲምፕሌት እርስዎ ላስገቡት በ መቀየሪያ tab ገጽ ውስጥ "
+
+#. RHRHL
+#: filter/uiconfig/ui/testxmlfilter.ui:355
+msgctxt "testxmlfilter|extended_tip|recentfilename"
+msgid "Re-opens the document that was last opened with this dialog."
+msgstr "እንደገና-መክፈቻ በዚህ ንግግር መጨረሻ ተክፍቶ የነበረውን ሰነድ "
+
#. 4MaaP
-#: filter/uiconfig/ui/testxmlfilter.ui:329
+#: filter/uiconfig/ui/testxmlfilter.ui:379
msgctxt "testxmlfilter|label2"
msgid "Import"
msgstr "ማምጫ"
+#. NsJor
+#: filter/uiconfig/ui/testxmlfilter.ui:410
+msgctxt "testxmlfilter|extended_tip|TestXMLFilterDialog"
+msgid "Tests the XSLT stylesheets used by the selected XML filter."
+msgstr "መሞከሪያ የ XSLT ዘዴ ወረቀት የሚጠቀሙትን በ ተመረጠው XML ማጣሪያ."
+
#. DEJXN
#: filter/uiconfig/ui/warnpdfdialog.ui:19
msgctxt "warnpdfdialog|WarnPDFDialog"
@@ -1181,54 +1649,114 @@ msgctxt "xmlfiltersettings|XMLFilterSettingsDialog"
msgid "XML Filter Settings"
msgstr "የ XML ማጣሪያ ማሰናጃዎች"
+#. x9LGg
+#: filter/uiconfig/ui/xmlfiltersettings.ui:41
+msgctxt "xmlfiltersettings|extended_tip|help"
+msgid "Displays the help page for this dialog."
+msgstr "ለዚህ ንግግር የ እርዳታ ገጽ ማሳያ"
+
+#. CmVSC
+#: filter/uiconfig/ui/xmlfiltersettings.ui:63
+msgctxt "xmlfiltersettings|extended_tip|close"
+msgid "Closes the dialog."
+msgstr "ንግግሩን መዝጊያ"
+
#. VvrGU
-#: filter/uiconfig/ui/xmlfiltersettings.ui:103
+#: filter/uiconfig/ui/xmlfiltersettings.ui:110
msgctxt "xmlfiltersettings|header_name"
msgid "Name"
msgstr "ስም"
#. D6uZS
-#: filter/uiconfig/ui/xmlfiltersettings.ui:116
+#: filter/uiconfig/ui/xmlfiltersettings.ui:123
msgctxt "xmlfiltersettings|header_type"
msgid "Type"
msgstr "አይነት"
+#. A6qWH
+#: filter/uiconfig/ui/xmlfiltersettings.ui:134
+msgctxt "xmlfiltersettings|extended_tip|filterlist"
+msgid "Select one or more filters, then click one of the buttons."
+msgstr "ይምረጡ አንድ ወይንም ተጨማሪ ማጣሪያዎች እና ከዛ ይጫኑ አንዱን ቁልፍ "
+
#. VcMQo
-#: filter/uiconfig/ui/xmlfiltersettings.ui:144
+#: filter/uiconfig/ui/xmlfiltersettings.ui:156
msgctxt "xmlfiltersettings|new"
msgid "_New..."
msgstr "_አዲስ..."
+#. 5Enmj
+#: filter/uiconfig/ui/xmlfiltersettings.ui:163
+msgctxt "xmlfiltersettings|extended_tip|new"
+msgid "Opens a dialog with the name of a new filter."
+msgstr "በ አዲስ ማጣሪያ ስም ንግግር መክፈቻ "
+
#. W6Ju3
-#: filter/uiconfig/ui/xmlfiltersettings.ui:158
+#: filter/uiconfig/ui/xmlfiltersettings.ui:175
msgctxt "xmlfiltersettings|edit"
msgid "_Edit..."
msgstr "_ማረሚያ ..."
+#. K8XRa
+#: filter/uiconfig/ui/xmlfiltersettings.ui:182
+msgctxt "xmlfiltersettings|extended_tip|edit"
+msgid "Opens a dialog with the name of the selected file."
+msgstr "በ አዲስ የ ተመረጠው ፋይል ስም ንግግር መክፈቻ "
+
#. DAoSK
-#: filter/uiconfig/ui/xmlfiltersettings.ui:172
+#: filter/uiconfig/ui/xmlfiltersettings.ui:194
msgctxt "xmlfiltersettings|test"
msgid "_Test XSLTs..."
msgstr "_መሞከሪያ XSLTs..."
+#. zFrBM
+#: filter/uiconfig/ui/xmlfiltersettings.ui:201
+msgctxt "xmlfiltersettings|extended_tip|test"
+msgid "Opens a dialog with the name of the selected file."
+msgstr "በ አዲስ የ ተመረጠው ፋይል ስም ንግግር መክፈቻ "
+
#. FE7Za
-#: filter/uiconfig/ui/xmlfiltersettings.ui:186
+#: filter/uiconfig/ui/xmlfiltersettings.ui:213
msgctxt "xmlfiltersettings|delete"
msgid "_Delete..."
msgstr "_ማጥፊያ..."
+#. bDixG
+#: filter/uiconfig/ui/xmlfiltersettings.ui:220
+msgctxt "xmlfiltersettings|extended_tip|delete"
+msgid "Deletes the selected file after you confirm the dialog that follows."
+msgstr "የ ተመረጠውን ፋይል ማጥፊያ እርስዎ ካረጋገጡ በኋላ የሚከተለውን ንግግር "
+
#. DmuTA
-#: filter/uiconfig/ui/xmlfiltersettings.ui:200
+#: filter/uiconfig/ui/xmlfiltersettings.ui:232
msgctxt "xmlfiltersettings|save"
msgid "_Save as Package..."
msgstr "_ማስቀመጫ እንደ ጥቅል ..."
+#. tPh4b
+#: filter/uiconfig/ui/xmlfiltersettings.ui:239
+msgctxt "xmlfiltersettings|extended_tip|save"
+msgid "Displays a Save as dialog to save the selected file as an XSLT filter package (*.jar)."
+msgstr "ማሳያ የ ማስቀመጫ እንደ ንግግር የ ተመረጠውን ፋይል ለ ማስቀመጥ እንደ XSLT ማጣሪያ ጥቅል (*.jar)."
+
#. CuahL
-#: filter/uiconfig/ui/xmlfiltersettings.ui:214
+#: filter/uiconfig/ui/xmlfiltersettings.ui:251
msgctxt "xmlfiltersettings|open"
msgid "_Open Package..."
msgstr "ጥቅል _መክፈቻ..."
+#. D3FRp
+#: filter/uiconfig/ui/xmlfiltersettings.ui:258
+msgctxt "xmlfiltersettings|extended_tip|open"
+msgid "Displays an Open dialog to open a filter from an XSLT filter package (*.jar)."
+msgstr "ማሳያ የ መክፈቻ ንግግር ለ መክፈት ማጣሪያ ከ XSLT ማጣሪያ ጥቅል (*.jar)."
+
+#. bC6ha
+#: filter/uiconfig/ui/xmlfiltersettings.ui:293
+msgctxt "xmlfiltersettings|extended_tip|XMLFilterSettingsDialog"
+msgid "Opens the XML Filter Settings dialog, where you can create, edit, delete, and test filters to import and to export XML files."
+msgstr ""
+
#. rLZ5z
#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:22
msgctxt "xmlfiltertabpagegeneral|label2"
@@ -1259,68 +1787,164 @@ msgctxt "xmlfiltertabpagegeneral|label6"
msgid "Comment_s:"
msgstr "አስተያየቶ_ች:"
+#. rYNyn
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:98
+msgctxt "xmlfiltertabpagegeneral|extended_tip|filtername"
+msgid "Enter the name that you want to display in the list box of the XML Filter Settings dialog."
+msgstr "በ ዝርዝር ሳጥን ውስጥ እንዲታይ የሚፈልጉትን ስም ያስገቡ በ XML ማጣሪያ ማሰናጃ ንግግር ውስጥ:"
+
+#. yTwyU
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:116
+msgctxt "xmlfiltertabpagegeneral|extended_tip|extension"
+msgid "Enter the file extension to use when you open a file without specifying a filter. %PRODUCTNAME uses the file extension to determine which filter to use."
+msgstr "የ ፋይል ተጨማሪ ያስገቡ ለ መጠቀም እርስዎ በሚከፍቱ ጊዜ ፋይል ማጣሪያ ሳይወስኑ %PRODUCTNAME የ ፋይል ተጨማሪ ይጠቀማል የትኛውን ማጣሪያ እንደሚጠቀም ለ መወሰን "
+
+#. fZvBA
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:134
+msgctxt "xmlfiltertabpagegeneral|extended_tip|interfacename"
+msgid "Enter the name that you want to display in the File type box in file dialogs."
+msgstr "እርስዎ ማሳየት የሚፈልጉትን ስም ያስገቡ በ ፋይል አይነት ሳጥን በ ፋይል ንግግሮች ውስጥ: "
+
+#. BFUsA
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:157
+msgctxt "xmlfiltertabpagegeneral|extended_tip|application"
+msgid "Select the application that you want to use with the filter."
+msgstr "መተግበሪያ ይምረጡ እንደ ማጣሪያ መጠቀም የሚፈልጉትን "
+
+#. Gfrm2
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:181
+msgctxt "xmlfiltertabpagegeneral|extended_tip|description"
+msgid "Enter a comment (optional)."
+msgstr "አስተያየት ያስገቡ (በ ምርጫ)."
+
+#. G632R
+#: filter/uiconfig/ui/xmlfiltertabpagegeneral.ui:201
+msgctxt "xmlfiltertabpagegeneral|extended_tip|XmlFilterTabPageGeneral"
+msgid "Enter or edit general information for an XML filter."
+msgstr "ማስገቢያ ወይንም ማረሚያ ባጠቃላይ መረጃ ለ XML ማጣሪያ."
+
#. FhD2n
#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:23
msgctxt "xmlfiltertabpagetransformation|label2"
msgid "_DocType:"
msgstr "የ _ሰነድ አይነት:"
+#. x2ex7
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:42
+msgctxt "xmlfiltertabpagetransformation|extended_tip|doc"
+msgid "Enter the DOCTYPE of the XML file."
+msgstr "ያስገቡ የ ሰነድ አይነት ለ XML ፋይል "
+
#. J5c8A
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:50
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:55
msgctxt "xmlfiltertabpagetransformation|label4"
msgid "_XSLT for export:"
msgstr "_XSLT ለ መላኪያ:"
#. GwzvD
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:62
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:67
msgctxt "xmlfiltertabpagetransformation|browseexport"
msgid "Brows_e..."
msgstr "መቃ_ኛ..."
+#. QLd25
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:74
+msgctxt "xmlfiltertabpagetransformation|extended_tip|browseexport"
+msgid "Opens a file selection dialog."
+msgstr "ይጫኑ ለ መክፈት የ ፋይል ምርጫ ንግግር"
+
#. oZGZS
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:77
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:87
msgctxt "xmlfiltertabpagetransformation|label5"
msgid "XSLT _for import:"
msgstr "XSLT _ለ ማምጫ:"
#. UNKTt
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:89
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:99
msgctxt "xmlfiltertabpagetransformation|browseimport"
msgid "B_rowse..."
msgstr "መ_ቃኛ..."
+#. TecWL
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:106
+msgctxt "xmlfiltertabpagetransformation|extended_tip|browseimport"
+msgid "Opens a file selection dialog."
+msgstr "ይጫኑ ለ መክፈት የ ፋይል ምርጫ ንግግር"
+
#. 9nV9R
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:104
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:119
msgctxt "xmlfiltertabpagetransformation|label6"
msgid "Template for _import:"
msgstr "ቴምፕሌት ለ _ማምጫ:"
#. MNLtB
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:116
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:131
msgctxt "xmlfiltertabpagetransformation|browsetemp"
msgid "Browse..."
msgstr "መቃኛ..."
+#. Dce3n
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:137
+msgctxt "xmlfiltertabpagetransformation|extended_tip|browsetemp"
+msgid "Opens a file selection dialog."
+msgstr "ይጫኑ ለ መክፈት የ ፋይል ምርጫ ንግግር"
+
+#. sjWgJ
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:159
+msgctxt "xmlfiltertabpagetransformation|extended_tip|xsltexport"
+msgid "If this is an export filter, enter the file name of the XSLT stylesheet that you want to use for exporting."
+msgstr "ይህ የ መላኪያ ማጣሪያ ከሆነ: የ ፋይል ስም ያስገቡ ለ XSLT ዘዴ ወረቀት እርስዎ ለ መላኪያ መጠቀም የሚፈልጉትን "
+
+#. Xgroa
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:181
+msgctxt "xmlfiltertabpagetransformation|extended_tip|xsltimport"
+msgid "If this is an import filter, enter the file name of the XSLT stylesheet that you want to use for importing."
+msgstr "ይህ የ ማምጫ ማጣሪያ ከሆነ: የ ፋይል ስም ያስገቡ ለ XSLT ዘዴ ወረቀት እርስዎ ለ ማምጫ መጠቀም የሚፈልጉትን "
+
+#. wRFNU
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:203
+msgctxt "xmlfiltertabpagetransformation|extended_tip|tempimport"
+msgid "Enter the name of the template that you want to use for importing. In the template, styles are defined to display XML tags."
+msgstr "እርስዎ ማምጣት የሚፈልክጉትን ቴምፕሌት ስም ያስገቡ: በ ቴምፕሌት: ውስጥ ዘዴዎች የሚገለጹት የ XML tags ለ ማሳየት ነው "
+
#. XTDex
-#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:189
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:224
msgctxt "xmlfiltertabpagetransformation|filtercb"
msgid "The filter needs XSLT 2.0 processor"
msgstr "ማጣሪያው ይህን የ XSLT 2.0 processor ይፈልጋል"
+#. hDv78
+#: filter/uiconfig/ui/xmlfiltertabpagetransformation.ui:240
+msgctxt "xmlfiltertabpagetransformation|extended_tip|XmlFilterTabPageTransformation"
+msgid "Enter or edit file information for an XML filter."
+msgstr "የ ፋይል መረጃ ማስገቢያ ወይንም ማረሚያ ለ XML ማጣሪያ ."
+
#. MCfGg
#: filter/uiconfig/ui/xsltfilterdialog.ui:8
msgctxt "xsltfilterdialog|XSLTFilterDialog"
msgid "XML Filter: %s"
msgstr "XML ማጣሪያ: %s"
+#. bCZh2
+#: filter/uiconfig/ui/xsltfilterdialog.ui:62
+msgctxt "xsltfilterdialog|extended_tip|help"
+msgid "Displays the help page for this dialog."
+msgstr "ለዚህ ንግግር የ እርዳታ ገጽ ማሳያ"
+
#. Cvy2d
-#: filter/uiconfig/ui/xsltfilterdialog.ui:121
+#: filter/uiconfig/ui/xsltfilterdialog.ui:126
msgctxt "xsltfilterdialog|general"
msgid "General"
msgstr "ባጠቃላይ"
#. peR3F
-#: filter/uiconfig/ui/xsltfilterdialog.ui:167
+#: filter/uiconfig/ui/xsltfilterdialog.ui:172
msgctxt "xsltfilterdialog|transformation"
msgid "Transformation"
msgstr "መለወጫ"
+
+#. ocohs
+#: filter/uiconfig/ui/xsltfilterdialog.ui:198
+msgctxt "xsltfilterdialog|extended_tip|XSLTFilterDialog"
+msgid "Opens a dialog with the name of a new filter."
+msgstr "በ አዲስ ማጣሪያ ስም ንግግር መክፈቻ "
diff --git a/source/am/formula/messages.po b/source/am/formula/messages.po
index 250d4f2829c..8a03936ba17 100644
--- a/source/am/formula/messages.po
+++ b/source/am/formula/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: 2020-10-23 13:36+0200\n"
-"PO-Revision-Date: 2020-10-25 21:07+0100\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
+"PO-Revision-Date: 2020-10-27 13:12+0100\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/formulamessages/am/>\n"
"Language: am\n"
@@ -2566,56 +2566,104 @@ msgctxt "functionpage|label_search"
msgid "_Search"
msgstr "_መፈለጊያ"
+#. Pc52A
+#: formula/uiconfig/ui/functionpage.ui:44
+msgctxt "functionpage|extended_tip|search"
+msgid "Search for a part of the function name."
+msgstr "የተግባር ስም አካል መፈለጊያ"
+
#. MbTAL
-#: formula/uiconfig/ui/functionpage.ui:54
+#: formula/uiconfig/ui/functionpage.ui:59
msgctxt "functionpage|label1"
msgid "_Category"
msgstr "_ምድብ"
#. WQC5A
-#: formula/uiconfig/ui/functionpage.ui:69
+#: formula/uiconfig/ui/functionpage.ui:74
msgctxt "functionpage|category"
msgid "Last Used"
msgstr "መጨረሻየተጠቀሙበት"
#. 6uomB
-#: formula/uiconfig/ui/functionpage.ui:70
+#: formula/uiconfig/ui/functionpage.ui:75
msgctxt "functionpage|category"
msgid "All"
msgstr "ሁሉንም"
+#. UX9BD
+#: formula/uiconfig/ui/functionpage.ui:79
+msgctxt "functionpage|extended_tip|category"
+msgid "Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below."
+msgstr ""
+
#. 7FZAh
-#: formula/uiconfig/ui/functionpage.ui:84
+#: formula/uiconfig/ui/functionpage.ui:94
msgctxt "functionpage|label2"
msgid "_Function"
msgstr "_ተግባር"
+#. TSCPY
+#: formula/uiconfig/ui/functionpage.ui:141
+msgctxt "functionpage|extended_tip|function"
+msgid "Displays the functions found under the selected category. Double-click to select a function."
+msgstr "በ ተመረጠው ምድብ ውስጥ ያለውን ተግባሮች ማሳያ: ሁለት ጊዜ-ይጫኑ ተግባር ለ መምረጥ "
+
+#. jY887
+#: formula/uiconfig/ui/functionpage.ui:155
+msgctxt "functionpage|extended_tip|FunctionPage"
+msgid "Opens the Function Wizard, which helps you to interactively create formulas."
+msgstr ""
+
#. GCYUY
#: formula/uiconfig/ui/parameter.ui:27
msgctxt "parameter|editdesc"
msgid "Function not known"
msgstr "ተግባሩየታወቀአይደለም"
+#. CUAGC
+#: formula/uiconfig/ui/parameter.ui:219
+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 "እርስዎን የሚያስችለው ዝቅተኛ ደረጃ ጋር መድረስ ነው የ ተግባር አዋቂ ሌላ ተግባር ለማቀፍ በ ተግባር ውስጥ: ከ ዋጋ ወይንም ማመሳከሪያ ይልቅ "
+
+#. u3Zoo
+#: formula/uiconfig/ui/parameter.ui:235
+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 "እርስዎን የሚያስችለው ዝቅተኛ ደረጃ ጋር መድረስ ነው የ ተግባር አዋቂ ሌላ ተግባር ለማቀፍ በ ተግባር ውስጥ: ከ ዋጋ ወይንም ማመሳከሪያ ይልቅ "
+
+#. noEab
+#: formula/uiconfig/ui/parameter.ui:251
+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 "እርስዎን የሚያስችለው ዝቅተኛ ደረጃ ጋር መድረስ ነው የ ተግባር አዋቂ ሌላ ተግባር ለማቀፍ በ ተግባር ውስጥ: ከ ዋጋ ወይንም ማመሳከሪያ ይልቅ "
+
+#. M3LSb
+#: formula/uiconfig/ui/parameter.ui:267
+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 "እርስዎን የሚያስችለው ዝቅተኛ ደረጃ ጋር መድረስ ነው የ ተግባር አዋቂ ሌላ ተግባር ለማቀፍ በ ተግባር ውስጥ: ከ ዋጋ ወይንም ማመሳከሪያ ይልቅ "
+
#. 6GD3i
-#: formula/uiconfig/ui/parameter.ui:261
+#: formula/uiconfig/ui/parameter.ui:281
msgctxt "parameter|RB_ARG1|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
#. YPW6d
-#: formula/uiconfig/ui/parameter.ui:273
+#: formula/uiconfig/ui/parameter.ui:293
msgctxt "parameter|RB_ARG2|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
#. JDDDE
-#: formula/uiconfig/ui/parameter.ui:285
+#: formula/uiconfig/ui/parameter.ui:305
msgctxt "parameter|RB_ARG3|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
#. ScEBw
-#: formula/uiconfig/ui/parameter.ui:297
+#: formula/uiconfig/ui/parameter.ui:317
msgctxt "parameter|RB_ARG4|tooltip_text"
msgid "Select"
msgstr "ይምረጡ"
@@ -2625,3 +2673,9 @@ msgstr "ይምረጡ"
msgctxt "structpage|label1"
msgid "_Structure"
msgstr "_አካል"
+
+#. KGSPW
+#: formula/uiconfig/ui/structpage.ui:77
+msgctxt "structpage|extended_tip|struct"
+msgid "Displays a hierarchical representation of the current function."
+msgstr "የ አሁኑን ተግባር አቀራረብ ቅደም ተከተል ማሳያ "
diff --git a/source/am/fpicker/messages.po b/source/am/fpicker/messages.po
index 5c441bf7545..f7efadf1f9c 100644
--- a/source/am/fpicker/messages.po
+++ b/source/am/fpicker/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: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2020-06-05 20:56+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_ui-master/fpickermessages/am/>\n"
@@ -91,103 +91,103 @@ msgstr ""
"በትክክል መሰካቱን ያረጋግጡ እና እንደገና ይሞክሩ"
#. D3iME
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:131
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:128
msgctxt "explorerfiledialog|connect_to_server"
msgid "Servers..."
msgstr "ሰርቨሮች..."
#. ZqDfr
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:135
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:132
msgctxt "explorerfiledialog|connect_to_server|tooltip_text"
msgid "Connect To Server"
msgstr "ወደ ሰርቨር መገናኛ"
#. kaDnz
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:139
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:136
msgctxt "explorerfiledialog|connect_to_server-atkobject"
msgid "Connect To Server"
msgstr "ወደ ሰርቨር መገናኛ"
#. e8DSB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:196
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:193
msgctxt "explorerfiledialog|new_folder|tooltip_text"
msgid "Create New Folder"
msgstr "አዲስ ፎልደር መፍጠሪያ"
#. Lyb7g
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:202
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:199
msgctxt "explorerfiledialog|new_folder-atkobject"
msgid "Create New Folder"
msgstr "አዲስ ፎልደር መፍጠሪያ"
#. X5SYh
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:264
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:261
msgctxt "explorerfiledialog|places"
msgid "Places"
msgstr "ቦታዎች"
#. Upnsg
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:366
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:363
msgctxt "explorerfiledialog|name"
msgid "Name"
msgstr "ስም"
#. CGq9e
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:386
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:383
msgctxt "explorerfiledialog|type"
msgid "Type"
msgstr "አይነት"
#. wDiXd
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:400
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:397
msgctxt "explorerfiledialog|size"
msgid "Size"
msgstr "መጠን"
#. CDqza
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:414
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:411
msgctxt "explorerfiledialog|date"
msgid "Date modified"
msgstr "ቀን ተሻሽሏል"
#. dWNqZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:586
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:583
msgctxt "explorerfiledialog|file_name_label"
msgid "File _name:"
msgstr "የ ፋይሉ _ስም:"
#. 9cjFB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:612
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:609
msgctxt "explorerfiledialog|file_type_label"
msgid "File _type:"
msgstr "የ ፋይሉ _አይነት:"
#. quCXH
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:674
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:671
msgctxt "explorerfiledialog|readonly"
msgid "_Read-only"
msgstr "ለ _ማንበብ-ብቻ"
#. hm2xy
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:697
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:694
msgctxt "explorerfiledialog|password"
msgid "Save with password"
msgstr "በ መግቢያ ቃል ማስቀመጫ"
#. 8EYcB
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:711
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:708
msgctxt "explorerfiledialog|extension"
msgid "_Automatic file name extension"
msgstr "_ራሱ በራሱ የፋይል ተቀጥያዎችን መሰየሚያ"
#. 2CgAZ
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:725
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:722
msgctxt "explorerfiledialog|options"
msgid "Edit _filter settings"
msgstr "ማረሚያ የ _ማጣሪያ ማሰናጃዎች"
#. 6XqLj
-#: fpicker/uiconfig/ui/explorerfiledialog.ui:754
+#: fpicker/uiconfig/ui/explorerfiledialog.ui:751
msgctxt "explorerfiledialog|gpgencrypt"
msgid "Encrypt with GPG key"
msgstr "በ GPG ቁልፍ መመስጠሪያ"
diff --git a/source/am/helpcontent2/source/text/sbasic/python.po b/source/am/helpcontent2/source/text/sbasic/python.po
index 48f37bc311e..82bb276453b 100644
--- a/source/am/helpcontent2/source/text/sbasic/python.po
+++ b/source/am/helpcontent2/source/text/sbasic/python.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1831,13 +1831,13 @@ msgctxt ""
msgid "Events raised by dialogs, documents, forms or graphical controls can be linked to macros, which is referred to as event-driven programming. The most common method to relate events to macros are the <literal>Events</literal> tab in <menuitem>Tools – Customize</menuitem> menu and the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Create dialog\">Dialog Editor</link> Control properties pane from <menuitem>Tools - Macros – Organise Dialogs...</menuitem> menu."
msgstr ""
-#. DmmbY
+#. Dd2YW
#: python_listener.xhp
msgctxt ""
"python_listener.xhp\n"
"N0388\n"
"help.text"
-msgid "Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behaviour. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls."
+msgid "Graphical artifacts, keyboard inputs, mouse moves and other man/machine interactions can be controlled using UNO listeners that watch for the user’s behavior. Listeners are dynamic program code alternatives to macro assignments. One may create as many UNO listeners as events to watch for. A single listener can also handle multiple user interface controls."
msgstr ""
#. UVzsE
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 015943549b1..13f054f0bec 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -529,6 +529,15 @@ msgctxt ""
msgid "Transparent white"
msgstr "ግልፅ ነጭ"
+#. sdV2V
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id631529990528928\n"
+"help.text"
+msgid "Open <item type=\"menuitem\">Tools - Macros - Organize dialogs...</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container."
+msgstr ""
+
#. C3yvQ
#: 00000003.xhp
msgctxt ""
@@ -601,6 +610,15 @@ msgctxt ""
msgid "<variable id=\"functexample\">Example:</variable>"
msgstr "<variable id=\"functexample\">ለምሳሌ:</variable>"
+#. TV2YL
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_id161599082457466\n"
+"help.text"
+msgid "<variable id=\"stringfunctions\"><link href=\"text/sbasic/shared/03120300.xhp\" name=\"string functions\">String functions</link></variable>"
+msgstr ""
+
#. CGSvh
#: 00000003.xhp
msgctxt ""
@@ -2410,14 +2428,23 @@ msgctxt ""
msgid "String Variables"
msgstr "ተለዋዋጭ ሐረጎች"
-#. ft56J
+#. zes9e
#: 01020100.xhp
msgctxt ""
"01020100.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "String variables can hold character strings with up to 65,535 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 64 Kbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
-msgstr "የ ሀረግ ተለዋዋጭ መያዝ ይችላል የ ባህሪ ሀረጎች እስከ 65,535 ባህሪዎች ድረስ: እያንዳንዱ ባህሪ የሚቀመጠው በ ተመሳሳይ Unicode ዋጋ ነው: የ ሀረግ ባህሪዎች ተስማሚ ናቸው ለ ቃላት ማቀናበሪያ እና ፕሮግራሞች እና ለ ጊዚያዊ ማጠራቀሚያዎች ሌ ማንኛውም ምንም-የማይታተም ባህሪ እስከ ከፍተኛ እርዝመት 64 ኪሎ ባይቶች: ማስታወሻ የሚያስፈልገው የ ሀረግ ባህሪዎች ለማስቀመጥ እንደ ባህሪው ቁጥር ይለያያል በ ተለዋዋጭ ውስጥ: የ አይነት-መግለጫ ባህሪ ነው \"$\"."
+msgid "String variables can hold character strings with up to 2,147,483,648 characters. Each character is stored as the corresponding Unicode value. String variables are suitable for word processing within programs and for temporary storage of any non-printable character up to a maximum length of 2 Gbytes. The memory required for storing string variables depends on the number of characters in the variable. The type-declaration character is \"$\"."
+msgstr ""
+
+#. RBcLt
+#: 01020100.xhp
+msgctxt ""
+"01020100.xhp\n"
+"par_id381599081637549\n"
+"help.text"
+msgid "In BASIC String functions, the first character of the string has index 1."
+msgstr ""
#. wDbuF
#: 01020100.xhp
@@ -3166,14 +3193,14 @@ msgctxt ""
msgid "Modules"
msgstr "ክፍሎች"
-#. RxyG8
+#. FFvGa
#: 01020500.xhp
msgctxt ""
"01020500.xhp\n"
"par_id3156441\n"
"help.text"
-msgid "A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library."
-msgstr "ክፍል የያዘው ንዑሶች እና ተግባሮች ከ ተለያዩ መግለጫዎች ጋር ነው: የ ፕሮግራም እርዝመት በ ክፍል ውስጥ የሚቀመጥ የ ተወሰነ ነው ወደ 64 ኪቢ. ተጨማሪ ክፍተት ቢያስፈልግ እርስዎ መከፋፈል ይችላሉ $[officename] Basic እቅድ ከ በርካታ ክፍሎች ጋር: እና ከዛ ያስቀምጡ በ ነጠላ መጻህፍት ቤት ውስጥ"
+msgid "A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 kB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library."
+msgstr ""
#. oo2bB
#: 01020500.xhp
@@ -3310,14 +3337,14 @@ msgctxt ""
msgid "<bookmark_value>saving;Basic code</bookmark_value><bookmark_value>loading;Basic code</bookmark_value><bookmark_value>Basic editor</bookmark_value><bookmark_value>navigating;in Basic projects</bookmark_value><bookmark_value>long lines;in Basic editor</bookmark_value><bookmark_value>lines of text;in Basic editor</bookmark_value><bookmark_value>continuation;long lines in editor</bookmark_value>"
msgstr "<bookmark_value>ማስቀመጫ: Basic code</bookmark_value><bookmark_value>መጫኛ: Basic code</bookmark_value><bookmark_value>Basic ማረሚያ</bookmark_value><bookmark_value>መቃኛ: የ Basic እቅድ </bookmark_value><bookmark_value>ረጅም መስመሮች: የ Basic ማረሚያ </bookmark_value><bookmark_value>የ ጽሁፍመስመሮች: የ Basic ማረሚያ </bookmark_value><bookmark_value>የሚቀጥሉ: ረጅም መስመሮች በ ማረሚያ ውስጥ</bookmark_value>"
-#. r7hMB
+#. jdhKC
#: 01030200.xhp
msgctxt ""
"01030200.xhp\n"
"hd_id3147264\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link>"
-msgstr "<link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">የ Basic ማረሚያ </link>"
+msgid "<variable id=\"thebasiceditorh1\"><link href=\"text/sbasic/shared/01030200.xhp\" name=\"The Basic Editor\">The Basic Editor</link></variable>"
+msgstr ""
#. dSemx
#: 01030200.xhp
@@ -4282,50 +4309,50 @@ msgctxt ""
msgid "To move a module or dialog to another document, click the corresponding object in the list and drag it to the desired position. A horizontal line indicates the target position of the current object while dragging. Hold the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging to copy the object instead of moving it."
msgstr "ለ ማንቀሳቀስ ክፍል ወይንም ንግግር ወደ ሌላ ሰነድ ውስጥ: ይጫኑ ተመሳሳይ እቃ ከ ዝርዝር ውስጥ እና ይጎትቱ ወደሚፈለገው ቦታ: የ አግድም መስመር ይጠቁማል የ ኢላማውን ቦታ በ አሁኑ እቃ ውስጥ በሚጎትቱ ጊዜ: ተጭነው ይያዙ የ <switchinline select=\"sys\"><caseinline select=\"MAC\"> ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline> ቁልፍ በሚጎትቱ ጊዜ እቃውን ኮፒ ለማድረግ ከ ማንቀሳቀስ ይልቅ:"
-#. FiYz2
+#. 8AfAv
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"tit\n"
"help.text"
-msgid "Event-Driven Macros"
-msgstr "ሁኔታውን-መሰረት ያደረገ ማክሮስ"
+msgid "Document Event-Driven Macros"
+msgstr ""
-#. BHSko
+#. mRxGZ
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"bm_id3154581\n"
"help.text"
-msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
-msgstr "<bookmark_value>ማጥፊያ: የ ማክሮስ ስራዎች ለ ሁኔታዎች</bookmark_value> <bookmark_value>ማክሮስ: መመደቢያ ለ ሁኔታዎች</bookmark_value> <bookmark_value>መመደቢያ ማክሮስ ለ ሁኔታዎች</bookmark_value> <bookmark_value>ሁኔታዎች: መመደቢያ ለ ማክሮስ</bookmark_value>"
+msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> <bookmark_value>API; XDocumentEventListener</bookmark_value>"
+msgstr ""
-#. ZYLfF
+#. 7uCwS
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"hd_id3147348\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
-msgstr "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">ሁኔታውን-መሰረት ያደረገ ማክሮስ</link>"
+msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Document Event-Driven Macros</link>"
+msgstr ""
-#. CNDe6
+#. LRvA8
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "This section describes how to assign Basic programs to program events."
-msgstr "ይህ ክፍል የሚገልጸው የ Basic ፕሮግራም ለ ፕሮግራም ሁኔታዎች እንዴት እንደሚመድቡ ነው"
+msgid "This section describes how to assign scripts to application, document or form events."
+msgstr ""
-#. SDAQu
+#. 3G8fP
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3149263\n"
"help.text"
-msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of program events and at what point an assigned macro is executed."
-msgstr "እርስዎ ማክሮስ ራሱ በራሱ እንዲፈጽም ማድረግ ይችላሉ የ ተወሰነ ሶፍትዌር ሁኔታ ሲፈጠር በ መመደብ የሚፈለገውን ማክሮስ ለ ሁኔታው: የሚቀጥለው ሰንጠረዥ የሚያቀርበው ባጠቃላይ የ ፕሮግራም ሁኔታዎች እና በ ምን ጊዜ የ ተመደበው ማክሮስ እንደሚፈጸም ነው"
+msgid "You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of document events and at what point an assigned macro is executed."
+msgstr ""
#. zBhWV
#: 01040000.xhp
@@ -4345,32 +4372,41 @@ msgctxt ""
msgid "An assigned macro is executed..."
msgstr "የ ተመደበው ማክሮስ ይፈጸማል..."
-#. PFpKw
+#. e4Pjb
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3145809\n"
+"help.text"
+msgid "routine"
+msgstr ""
+
+#. WtaR8
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3149379\n"
"help.text"
-msgid "Program Start"
-msgstr "ፕሮግራም ማስጀመሪያ"
+msgid "Start Application"
+msgstr ""
-#. WGtYg
+#. otwcA
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3150715\n"
"help.text"
-msgid "... after a $[officename] application is started."
-msgstr "... ይህ $[officename] መተግበሪያ ከ ጀመረ በኋላ"
+msgid "...after a $[officename] application is started."
+msgstr ""
-#. zvpGy
+#. zjA7c
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3146914\n"
"help.text"
-msgid "Program End"
-msgstr "ፕሮግራም መጨረሻ"
+msgid "Close Application"
+msgstr ""
#. iwsSq
#: 01040000.xhp
@@ -4381,14 +4417,32 @@ msgctxt ""
msgid "...before a $[officename] application is terminated."
msgstr "... ይህ $[officename] መተግበሪያ ተቋርጧል"
-#. FGd5M
+#. DZHzW
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id151599831705811\n"
+"help.text"
+msgid "Document created"
+msgstr ""
+
+#. KAZDF
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id501599831822339\n"
+"help.text"
+msgid "...New document created with <emph>File - New</emph> or with the <emph>New</emph> icon. Note that this event also fires when Basic IDE opens."
+msgstr ""
+
+#. HBjid
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3145150\n"
"help.text"
-msgid "Create Document"
-msgstr "ሰነድ መፍጠሪያ"
+msgid "New Document"
+msgstr ""
#. fkuXY
#: 01040000.xhp
@@ -4399,6 +4453,24 @@ msgctxt ""
msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
msgstr "...አዲስ ሰነድ ከ ተፈጠረ በኋላ በ <emph>ፋይል - አዲስ</emph> ወይንም በ <emph>አዲስ</emph> ምልክት"
+#. BYGJY
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id161599836960401\n"
+"help.text"
+msgid "Document loading finished"
+msgstr ""
+
+#. jCGwP
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id721599836993145\n"
+"help.text"
+msgid "...before a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
+msgstr ""
+
#. F352r
#: 01040000.xhp
msgctxt ""
@@ -4417,41 +4489,140 @@ msgctxt ""
msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
msgstr "...አዲስ ሰነድ ከ ተፈጠረ በኋላ በ <emph>ፋይል - መክፈቻ</emph> ወይንም በ <emph>መክፈቻ</emph> ምልክት"
-#. VUPBD
+#. H2Uom
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3153266\n"
+"par_id3159171\n"
"help.text"
-msgid "Save Document As"
-msgstr "ሰነድ ማስቀመጫ እንደ"
+msgid "Document is going to be closed"
+msgstr ""
-#. qMrvw
+#. CvPgm
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3150208\n"
+"par_id3146868\n"
"help.text"
-msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)."
-msgstr "ሰነድ ከ መቀመጡ ...በፊት በ ተወሰነ ስም ስር (በ <emph>ፋይል – ማስቀመጫ እንደ</emph> ወይንም በ <emph>ፋይል – ማስቀመጫ</emph> ወይንም በ <emph>ማስቀመጫ</emph> ምልክት: የ ሰነድ ስም ያልተወሰነ ከሆነ)."
+msgid "...before a document is closed."
+msgstr "...ሰነዱ ከ መዘጋቱ በፊት"
-#. wacHA
+#. kLQvC
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3158215\n"
+"par_id3159097\n"
"help.text"
-msgid "Document has been saved as"
-msgstr "ሰነዱ ተቀምጧል እንደ"
+msgid "Document closed"
+msgstr "ሰነዱ ተዘግቷል"
-#. G2CqP
+#. DNYcy
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3150980\n"
+"par_id3148606\n"
"help.text"
-msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)."
-msgstr "ሰነድ ከ ተቀመጠ ... በኋላ በ ተወሰነ ስም ስር (በ <emph>ፋይል – ማስቀመጫ እንደ</emph> ወይንም በ <emph>ፋይል – ማስቀመጫ</emph> ወይንም በ <emph>ማስቀመጫ</emph> ምልክት: የ ሰነድ ስም ያልተወሰነ ከሆነ)."
+msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
+msgstr "ሰነድ ከ ተዘጋ ... በኋላ ይመልከቱ የ \"ሰነድ ማስቀመጫ\" ሁኔታ ሊታይ ይችላል ሰነዱ ሲቀመጥ ከ መዘጋቱ በፊት"
+
+#. iMPCi
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id391600157320922\n"
+"help.text"
+msgid "-no UI-"
+msgstr ""
+
+#. F46jE
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id981599837681979\n"
+"help.text"
+msgid "View created"
+msgstr ""
+
+#. 77CWX
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id281599838210270\n"
+"help.text"
+msgid "Document is displayed. Note that this event also happens when a document is duplicated."
+msgstr ""
+
+#. CDwGy
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id511599837683562\n"
+"help.text"
+msgid "View is going to be closed"
+msgstr ""
+
+#. EtV6o
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id331599838046012\n"
+"help.text"
+msgid "Document layout is getting removed."
+msgstr ""
+
+#. 7FemV
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id951599837684882\n"
+"help.text"
+msgid "View closed"
+msgstr ""
+
+#. qGdPR
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id51599837816122\n"
+"help.text"
+msgid "Document layout is cleared prior to the document closure."
+msgstr ""
+
+#. eovzZ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3144772\n"
+"help.text"
+msgid "Activate Document"
+msgstr "ሰነዱን ማስነሻ"
+
+#. w5v7V
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3149442\n"
+"help.text"
+msgid "...after a document is brought to the foreground."
+msgstr "ሰነድ ወደ ፊት ለ ፊት ከ መጣ ...በኋላ"
+
+#. t2QSQ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3150888\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr "ሰነዱን ማቦዘኛ"
+
+#. guqXK
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id3154060\n"
+"help.text"
+msgid "...after another document is brought to the foreground."
+msgstr "ሌላ ሰነድ ወደ ፊት ለ ፊት ከ መጣ ...በኋላ"
#. MvDXG
#: 01040000.xhp
@@ -4489,131 +4660,329 @@ msgctxt ""
msgid "...after a document is saved with <emph>File - Save</emph> or the <emph>Save</emph> icon, provided that a document name has already been specified."
msgstr "ሰነድ ከ ተቀመጠ ... በኋላ በ <emph> ፋይል – ማስቀመጫ</emph> ወይንም በ <emph>ማስቀመጫ</emph> ምልክት: የ ሰነዱ ስም ቀደም ብሎ ተወስኖ የ ተሰጠ ከሆነ"
-#. prVye
+#. 7FEpD
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3159171\n"
+"par_id161599838976700\n"
"help.text"
-msgid "Document is closing"
-msgstr "ሰነዱ ሊዘጋ ነው"
+msgid "Saving of document failed"
+msgstr ""
-#. CvPgm
+#. FnDEp
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3146868\n"
+"par_id391599838979652\n"
"help.text"
-msgid "...before a document is closed."
-msgstr "...ሰነዱ ከ መዘጋቱ በፊት"
+msgid "Document could not be saved."
+msgstr ""
-#. kLQvC
+#. VUPBD
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3159097\n"
+"par_id3153266\n"
"help.text"
-msgid "Document closed"
-msgstr "ሰነዱ ተዘግቷል"
+msgid "Save Document As"
+msgstr "ሰነድ ማስቀመጫ እንደ"
-#. DNYcy
+#. qMrvw
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3148606\n"
+"par_id3150208\n"
"help.text"
-msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
-msgstr "ሰነድ ከ ተዘጋ ... በኋላ ይመልከቱ የ \"ሰነድ ማስቀመጫ\" ሁኔታ ሊታይ ይችላል ሰነዱ ሲቀመጥ ከ መዘጋቱ በፊት"
+msgid "...before a document is saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or the <emph>Save</emph> icon, if a document name has not yet been specified)."
+msgstr "ሰነድ ከ መቀመጡ ...በፊት በ ተወሰነ ስም ስር (በ <emph>ፋይል – ማስቀመጫ እንደ</emph> ወይንም በ <emph>ፋይል – ማስቀመጫ</emph> ወይንም በ <emph>ማስቀመጫ</emph> ምልክት: የ ሰነድ ስም ያልተወሰነ ከሆነ)."
-#. eovzZ
+#. wacHA
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3144772\n"
+"par_id3158215\n"
"help.text"
-msgid "Activate Document"
-msgstr "ሰነዱን ማስነሻ"
+msgid "Document has been saved as"
+msgstr "ሰነዱ ተቀምጧል እንደ"
-#. w5v7V
+#. G2CqP
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3149442\n"
+"par_id3150980\n"
"help.text"
-msgid "...after a document is brought to the foreground."
-msgstr "ሰነድ ወደ ፊት ለ ፊት ከ መጣ ...በኋላ"
+msgid "... after a document was saved under a specified name (with <emph>File - Save As</emph>, or with <emph>File - Save</emph> or with the <emph>Save</emph> icon, if a document name has not yet been specified)."
+msgstr "ሰነድ ከ ተቀመጠ ... በኋላ በ ተወሰነ ስም ስር (በ <emph>ፋይል – ማስቀመጫ እንደ</emph> ወይንም በ <emph>ፋይል – ማስቀመጫ</emph> ወይንም በ <emph>ማስቀመጫ</emph> ምልክት: የ ሰነድ ስም ያልተወሰነ ከሆነ)."
-#. t2QSQ
+#. 7BDQa
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3150888\n"
+"par_id561599839702598\n"
"help.text"
-msgid "Deactivate Document"
-msgstr "ሰነዱን ማቦዘኛ"
+msgid "'Save As' has failed"
+msgstr ""
-#. guqXK
+#. FGnZt
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3154060\n"
+"par_id951599840240048\n"
"help.text"
-msgid "...after another document is brought to the foreground."
-msgstr "ሌላ ሰነድ ወደ ፊት ለ ፊት ከ መጣ ...በኋላ"
+msgid "Document could not be saved."
+msgstr ""
-#. xAAJD
+#. 9PEDi
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3152384\n"
+"par_id851599839190548\n"
"help.text"
-msgid "Print Document"
-msgstr "ሰነድ ማተሚያ"
+msgid "-no UI-"
+msgstr ""
-#. KHDSZ
+#. FsrLe
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3152873\n"
+"par_id961599839198859\n"
"help.text"
-msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
-msgstr "...በኋላ የ <emph> ማተሚያ </emph> ንግግር ይዘጋል: ነገር ግን ዋናው የ ማተሚያ ሂደት ከ መጀመሩ በፊት"
+msgid "When the document disk location has changed, for example after a <emph>File - Save As...</emph> action."
+msgstr ""
-#. 7fBrq
+#. n5TCf
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3159227\n"
+"par_id501600150804809\n"
"help.text"
-msgid "JavaScript run-time error"
-msgstr "የ JavaScript ማስኬጃ-ጊዜ ስህተት"
+msgid "Storing or exporting copy of document"
+msgstr ""
-#. aHrNm
+#. wP2PH
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3145362\n"
+"par_id471610080505705\n"
"help.text"
-msgid "...when a JavaScript run-time error occurs."
-msgstr "...የ JavaScript ማስኬጃ-ጊዜ ስህተት ሲፈጠር"
+msgid "...before a document is saved with <menuitem>File - Save a Copy</menuitem>, <menuitem>File - Export</menuitem>, <menuitem>File - Export as PDF</menuitem> or the <menuitem>Save</menuitem> icons."
+msgstr ""
-#. rG4ED
+#. ECboz
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3154767\n"
+"par_id502600180504809\n"
+"help.text"
+msgid "Document copy has been created"
+msgstr ""
+
+#. gF2u2
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id471601180505705\n"
+"help.text"
+msgid "...after a document is saved with <menuitem>File - Save a Copy</menuitem>, <menuitem>File - Export</menuitem>, <menuitem>File - Export as PDF</menuitem> or the <menuitem>Save</menuitem> icons."
+msgstr ""
+
+#. uAeBw
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id501006180504809\n"
+"help.text"
+msgid "Creating of document copy failed"
+msgstr ""
+
+#. dFCuE
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id471600081505705\n"
+"help.text"
+msgid "Document could not be copied or exported."
+msgstr ""
+
+#. qDSzB
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id501600180504809\n"
+"help.text"
+msgid "Print document"
+msgstr ""
+
+#. kDap2
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id471600180505705\n"
+"help.text"
+msgid "...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed."
+msgstr ""
+
+#. KNASw
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id371600180345993\n"
+"help.text"
+msgid "-no UI-"
+msgstr ""
+
+#. fNkWD
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id851600180346872\n"
+"help.text"
+msgid "...after document security settings have changed."
+msgstr ""
+
+#. 5Cfig
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id921600180238854\n"
+"help.text"
+msgid "'Modified' status was changed"
+msgstr ""
+
+#. vVXPg
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id321600180239944\n"
+"help.text"
+msgid "Modified state of a document has changed."
+msgstr ""
+
+#. po5DD
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id741600180121445\n"
+"help.text"
+msgid "Document title changed"
+msgstr ""
+
+#. KjqSB
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id801600180122852\n"
+"help.text"
+msgid "When the document title gets updated."
+msgstr ""
+
+#. AkeoE
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id641600180121445\n"
+"help.text"
+msgid "Loaded a sub component"
+msgstr ""
+
+#. Vq5NQ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id701600180122852\n"
+"help.text"
+msgid "...after a database form has been opened."
+msgstr ""
+
+#. 7zuFb
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id641700180131445\n"
+"help.text"
+msgid "Closed a sub component"
+msgstr ""
+
+#. Gzmes
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id701600290122852\n"
"help.text"
-msgid "Print Mail Merge"
-msgstr "ደብዳቤ ማዋሀጃ ማተሚያ"
+msgid "...after a database form has been closed."
+msgstr ""
-#. 8dDPL
+#. KHhEE
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3153555\n"
+"par_id421600097736759\n"
"help.text"
-msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed."
-msgstr "...በኋላ የ <emph>ማተሚያ</emph> ንግግር ይዘጋል: ነገር ግን ዋናው የ ማተሚያ ሂደት ከ መጀመሩ በፊት: ይህ ሁኔታ የሚፈጠረው ለ እያንዳንዱ ለታታመ ኮፒ ነው"
+msgid "Printing of form letters started"
+msgstr ""
+
+#. AAYeB
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id411600097854273\n"
+"help.text"
+msgid "...before printing form letters using <emph>File - Print</emph> or <emph>Tools - Mail Merge Wizard</emph> menus."
+msgstr ""
+
+#. vDckq
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id41600097737991\n"
+"help.text"
+msgid "Printing of form letters finished"
+msgstr ""
+
+#. Wp5ff
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id451600097862282\n"
+"help.text"
+msgid "...after printing of form letters using <emph>File - Print</emph> or <emph>Tools - Mail Merge Wizard</emph> menus."
+msgstr ""
+
+#. RpMCy
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id641600160655602\n"
+"help.text"
+msgid "Printing of form fields started"
+msgstr ""
+
+#. NDjvr
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id331600160656617\n"
+"help.text"
+msgid "...before printing form fields."
+msgstr ""
+
+#. pMuA3
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id801600160725659\n"
+"help.text"
+msgid "Printing of form fields finished"
+msgstr ""
+
+#. 7GYKZ
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id961600160726645\n"
+"help.text"
+msgid "...after printing form fields."
+msgstr ""
#. esqcH
#: 01040000.xhp
@@ -4624,32 +4993,32 @@ msgctxt ""
msgid "Change of the page count"
msgstr "የ ገጽ መቁጠሪያ መቀየሪያ"
-#. QhSjh
+#. hAoeW
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
"par_id3154627\n"
"help.text"
-msgid "...when the page count changes."
-msgstr "...የ ገጽ ቆጠራው ሲቀየር"
+msgid "When the page count changes."
+msgstr ""
-#. ShGUB
+#. XQXbJ
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3154737\n"
+"par_id131600158369191\n"
"help.text"
-msgid "Message received"
-msgstr "መልእክቱን ተቀብያለሁ"
+msgid "Most events relate to documents, except <literal>OnStartApp</literal>, <literal>OnCloseApp</literal>, <literal>OnCreate</literal> and <literal>OnLoadFinished</literal> that occur at application level. <literal>OnSubComponentOpened</literal>, and <literal>OnSubComponentClosed</literal> events are fired by database's forms."
+msgstr ""
-#. qRVBA
+#. e6gAF
#: 01040000.xhp
msgctxt ""
"01040000.xhp\n"
-"par_id3150952\n"
+"par_id321600158566782\n"
"help.text"
-msgid "...if a message was received."
-msgstr "...መልእክቱን ከ ተቀበሉ"
+msgid "Writer documents are triggering those specific events: <literal>OnLayoutFinished</literal>, <literal>OnMailMerge</literal>, <literal>OnMailMergeFinished</literal>, <literal>OnFieldMerge</literal>, <literal>OnFieldMergeFinished</literal> and <literal>OnPageCountChanged</literal>."
+msgstr ""
#. 7xyqi
#: 01040000.xhp
@@ -4768,6 +5137,15 @@ msgctxt ""
msgid "Click <emph>OK</emph> to close the dialog."
msgstr "ይጫኑ <emph> እሺ </emph> ንግግሩን ለ መዝጋት"
+#. ruyPz
+#: 01040000.xhp
+msgctxt ""
+"01040000.xhp\n"
+"par_id341600162682135\n"
+"help.text"
+msgid "In addition to assigning macros to events, one can <link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitor events\">monitor events</link> triggered in %PRODUCTNAME documents."
+msgstr ""
+
#. XcdRk
#: 01050000.xhp
msgctxt ""
@@ -8152,14 +8530,14 @@ msgctxt ""
msgid "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
msgstr "sVar = MsgBox(\"Las Vegas\", MB_DEFBUTTON2 + MB_ICONSTOP + MB_ABORTRETRYCANCEL, \"Dialog title\")"
-#. xrb4U
+#. BaStC
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Print Statement"
-msgstr "የ ማተሚያ አረፍተ ነገር"
+msgid "Print# Statement"
+msgstr ""
#. addUg
#: 03010103.xhp
@@ -8170,23 +8548,32 @@ msgctxt ""
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
msgstr ""
-#. 4jt8D
+#. ARzns
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">Print Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print Statement\">የ ማተሚያ አረፍተ ነገር</link>"
+msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
+msgstr ""
-#. AGxsw
+#. ZDGAu
#: 03010103.xhp
msgctxt ""
"03010103.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
-msgstr "የ ተወሰነ ሀረግ ውጤት ወይንም የ ቁጥር መግለጫ ለ ንግግር ወይንም ለ ፋይል"
+msgid "Outputs the specified strings or numeric expressions to the screen or to a sequential file."
+msgstr ""
+
+#. xCJRj
+#: 03010103.xhp
+msgctxt ""
+"03010103.xhp\n"
+"par_id461596463969009\n"
+"help.text"
+msgid "Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
#. AhB82
#: 03010103.xhp
@@ -9421,14 +9808,14 @@ msgctxt ""
msgid "<bookmark_value>Close statement</bookmark_value>"
msgstr "<bookmark_value>መዝጊያ መግለጫ</bookmark_value>"
-#. 332GE
+#. GPAtd
#: 03020101.xhp
msgctxt ""
"03020101.xhp\n"
"hd_id3157896\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">አረፍተ ነገር መዝጊያ</link>"
+msgid "<variable id=\"Close_h1\"><link href=\"text/sbasic/shared/03020101.xhp\" name=\"Close Statement\">Close Statement</link></variable>"
+msgstr ""
#. UxFz9
#: 03020101.xhp
@@ -9439,67 +9826,31 @@ msgctxt ""
msgid "Closes a specified file that was opened with the Open statement."
msgstr "የ ተወሰነውን ፋይል መዝጊያ ተከፍቶ የ ነበረውን በ መክፈቻ አረፍተ ነገር"
-#. vh7Bh
+#. KDbMZ
#: 03020101.xhp
msgctxt ""
"03020101.xhp\n"
-"hd_id3156344\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>"
+msgstr ""
-#. ECPY4
+#. FEDAa
#: 03020101.xhp
msgctxt ""
"03020101.xhp\n"
"par_id3147265\n"
"help.text"
-msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
-msgstr "መዝጊያ የ ፋይል ቁጥር እንደ ኢንቲጀር[, የ ፋይል ቁጥር2 እንደ ኢንቲጀር[,...]]"
-
-#. tNdJ2
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"hd_id3153379\n"
-"help.text"
-msgid "Parameters:"
+msgid "Close [[#]fileNum [, [#]fileNum2 [,...]]]"
msgstr ""
-#. TV3Dk
+#. gdqMu
#: 03020101.xhp
msgctxt ""
"03020101.xhp\n"
"par_id3150791\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> ማንኛውም የ ኢንቲጀር መግለጫ የሚገልጽ የ ቁጥር ዳታ ጣቢያ የ ተከፈተ በ <emph>መክፈቻ</emph> አረፍተ ነገር"
-
-#. ACdz7
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"hd_id3153192\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. TE4uc
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3153727\n"
-"help.text"
-msgid "Print #iNumber, \"First line of text\""
-msgstr ""
-
-#. uW8gF
-#: 03020101.xhp
-msgctxt ""
-"03020101.xhp\n"
-"par_id3147350\n"
-"help.text"
-msgid "Print #iNumber, \"Another line of text\""
+msgid "<emph>fileNum:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
msgstr ""
#. uP5nk
@@ -9628,14 +9979,14 @@ msgctxt ""
msgid "<bookmark_value>Open statement</bookmark_value>"
msgstr "<bookmark_value>የ መክፈቻ አረፍተ ነገር</bookmark_value>"
-#. cuJif
+#. CRFKQ
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"hd_id3150791\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">አረፍተ ነገር መክፈቻ</link>"
+msgid "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link></variable>"
+msgstr ""
#. Etqck
#: 03020103.xhp
@@ -9646,59 +9997,86 @@ msgctxt ""
msgid "Opens a data channel."
msgstr "መክፈቻ የ ዳታ ጣቢያ"
-#. cEADt
+#. x26NA
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id971587473488701\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/Open_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Open Statement diagram</alt></image>"
+msgstr ""
+
+#. CRDEh
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id971587473488702\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">access fragment diagram</alt></image>"
+msgstr ""
+
+#. N3tit
+#: 03020103.xhp
+msgctxt ""
+"03020103.xhp\n"
+"par_id971587473488703\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/locking_fragment.svg\" id=\"img_id4156296484516\"><alt id=\"alt_id15152796484516\">locking fragment diagram</alt></image>"
+msgstr ""
+
+#. dbM7e
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"par_id3155132\n"
"help.text"
-msgid "<emph>FileName: </emph>Name and path of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
+msgid "<emph>pathname: </emph>Path and name of the file to open. If you try to read a file that does not exist (Access = Read), an error message appears. If you try to write to a file that does not exist (Access = Write), a new file is created."
msgstr ""
-#. om94e
+#. XqfP8
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"par_id3149262\n"
"help.text"
-msgid "<emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append (append to sequential file), Binary (data can be accessed by bytes using Get and Put), Input (opens data channel for reading), Output (opens data channel for writing), and Random (edits relative files)."
-msgstr "<emph>ዘዴ:</emph> ይህ ቁልፍ ቃል የሚወስነው የ ፋይል ዘዴ ነው: ዋጋ ያላቸው ዋጋዎች: መጨመሪያ (መጨመሪያ ወደ ተከታታይ ፋይል), Binary (ዳታ ጋር መድረስ ይቻላል ባይቶች በ መጠቀም Get እና Put), ማስገቢያ (የ ዳታ ጣቢያ ይከፍታል ለ ንባብ), ውጤት (የ ዳታ ጣቢያ ይከፍታል ለ መጻፊያ), እና በደፈናው (አንፃራዊ ፋይሎች ማረሚያ ነው)."
+msgid "<emph>mode:</emph> Keyword that specifies the file mode. Valid values: <literal>Append</literal> (append to sequential file), <literal>Binary</literal> (data can be accessed by bytes using Get and Put), <literal>Input</literal> (opens data channel for reading), <literal>Output</literal> (opens data channel for writing), and <literal>Random</literal> (edits relative files)."
+msgstr ""
-#. 6uwt6
+#. 3983q
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"par_id3154014\n"
"help.text"
-msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
-msgstr "<emph>IOMode:</emph> ቁልፍ ቃል የ ፍቃድ አይነት የሚገልጽ: ዋጋ ያላቸው ዋጋዎች: ለ ንባብ (ለ ንባብ-ብቻ), መጻፊያ (ለ መጻፊያ-ብቻ), ለ ንባብ: ለ መጻፊያ (ለ ሁለቱም)"
+msgid "<emph>io:</emph> Keyword that defines the access type. Valid values: <literal>Read</literal> (read-only), <literal>Write</literal> (write-only), <literal>Read Write</literal> (both)."
+msgstr ""
-#. hHLFb
+#. kzzkr
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access)."
-msgstr "<emph>የሚጠበቅ:</emph> ቁልፍ ቃል የ ደህንነት ሁኔታ የሚገልጽ ፋይሉ ከ ተከፈተ በኋላ: ዋጋ ያላቸው ዋጋዎች: የሚካፈሉት (ፋይሉ በ ሌላ መተግበሪያ ተከፍቶ ይሆናል), እንዳይነበብ መቆለፊያ (ፋይሉ እንዳይነበብ ይጠበቃል), እንዳይጻፍበት መቆለፊያ (ፋይሉ እንዳይጻፍበት ይጠበቃል), መቆለፊያ ንባብ እና መጻፊያ (ፋይሉ ጋር መድረስ አልተቻለም)"
+msgid "<emph>locking:</emph> Keyword that defines the security status of a file after opening. Valid values: <literal>Shared</literal> (file may be opened by other applications), <literal>Lock Read</literal> (file is protected against reading), <literal>Lock Write</literal> (file is protected against writing), <literal>Lock Read Write</literal> (denies file access)."
+msgstr ""
-#. FroB8
+#. D2D4q
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"par_id3153190\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
-msgstr "<emph>የ ፋይል ቁጥር: </emph> ማንኛውም የ ኢንቲጀር መግለጫ ከ 0 እስከ 511 ድረስ የሚያሳየው የ ነፃ ዳታ ጣቢያ ቁጥር ነው: እርስዎ ትእዛዝ ማሳለፍ ይችላሉ ከ ዳታ ጣቢያ ፋይል ጋር ለ መድረስ: የ ፋይል ቁጥር የሚወሰነው ወዲያውኑ በ ነፃ ፋይል ተግባር ነው ከ ተከፈተው አረፍተ ነገር በፊት"
+msgid "<emph>filenum:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
+msgstr ""
-#. 3wp3F
+#. LgCLi
#: 03020103.xhp
msgctxt ""
"03020103.xhp\n"
"par_id3151115\n"
"help.text"
-msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
-msgstr "<emph>የ ዳታ እርዝመት ማሰናጃ:</emph> በደፈናው ፋይሎች ጋር ለ መድረስ: የ መዝገቦች እርዝመት ማሰናጃ"
+msgid "<emph>recLen:</emph> For <literal>Random</literal> access files, set the length of the records."
+msgstr ""
#. mvgxB
#: 03020103.xhp
@@ -9745,14 +10123,14 @@ msgctxt ""
msgid "<bookmark_value>Reset statement</bookmark_value>"
msgstr "<bookmark_value>እንደ ነበር መመለሻ መግለጫ</bookmark_value>"
-#. drRvG
+#. aCi6f
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020104.xhp\">አረፍተ ነገር እንደ ነበር መመለሻ</link>"
+msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
+msgstr ""
#. iLCKn
#: 03020104.xhp
@@ -9763,23 +10141,14 @@ msgctxt ""
msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr "ሁሉንም የ ተከፈቱ ፋይሎች መዝጊያ እና ይዞታዎችን መጻፊያ: ሁሉንም ፋይሎች ወደ ሀርድ ዲስክ"
-#. nTNj2
-#: 03020104.xhp
-msgctxt ""
-"03020104.xhp\n"
-"hd_id3154124\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. TufHR
+#. jEQ3F
#: 03020104.xhp
msgctxt ""
"03020104.xhp\n"
-"hd_id3161831\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
+msgstr ""
#. BXAjN
#: 03020104.xhp
@@ -9835,14 +10204,14 @@ msgctxt ""
msgid "<bookmark_value>Get statement</bookmark_value>"
msgstr "<bookmark_value>መግለጫ ያግኙ</bookmark_value>"
-#. Voqjr
+#. BpFbE
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"hd_id3154927\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020201.xhp\">አረፍተ ነገር ማግኛ</link>"
+msgid "<variable id=\"Get_h1\"><link href=\"text/sbasic/shared/03020201.xhp\">Get Statement</link></variable>"
+msgstr ""
#. cpLtG
#: 03020201.xhp
@@ -9862,86 +10231,68 @@ msgctxt ""
msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\"> ማስገቢያ </item></link> አረፍተ ነገር"
-#. CJAMj
+#. UqKMH
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
-"hd_id3150358\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Get Statement diagram</alt></image>"
+msgstr ""
-#. wcrTG
+#. xBhKA
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"par_id3150792\n"
"help.text"
-msgid "Get [#] FileNumber As Integer, [Position], Variable"
-msgstr "ማግኛ [#] የ ፋይል ቁጥር እንደ ኢንቲጀር, [ቦታ], ተለዋዋጭ"
-
-#. pdTMQ
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"hd_id3154138\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "Get [#]fileNum, [recordNum|filePos], variable"
+msgstr ""
-#. qDu7V
+#. UM9CG
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"par_id3150448\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> ማንኛውም ኢንቲጀር መግለጫ የ ፋይል ቁጥር የሚወስን"
+msgid "<emph>fileNum:</emph> Any integer expression that determines the file number."
+msgstr ""
-#. rQHwc
+#. khxG7
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"par_id3154684\n"
"help.text"
-msgid "<emph>Position:</emph> For files opened in Random mode, <emph>Position</emph> is the number of the record that you want to read."
-msgstr "<emph>ቦታ: </emph> በ ደፈናው ዘዴ ለ ተከፈተ ፋይል: <emph> ቦታ </emph> የ ቁጥር መዝገብ ነው እርስዎ ማንበብ የሚፈልጉት"
+msgid "<emph>recordNum:</emph> For files opened in Random mode, <emph>recordNum</emph> is the number of the record that you want to read."
+msgstr ""
-#. dtVKC
+#. 3w9MJ
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"par_id3153768\n"
"help.text"
-msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
-msgstr "የ ተከፈቱ ፋይሎች በ Binary ዘዴ, <emph>ቦታ</emph> የ ባይት ቦታ ነው በ ፋይል ውስጥ ማንበብ የሚጀመርበት"
+msgid "For files opened in Binary mode, <emph>filePos</emph> is the byte position in the file where the reading starts."
+msgstr ""
-#. HcCrg
+#. NvcjF
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"par_id3147319\n"
"help.text"
-msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
-msgstr "ይህ <emph> ቦታ </emph> የማይታይ ከሆነ: የ አሁኑ ቦታ ወይንም የ አሁኑን ዳታ መዝገብ ፋይል ይጠቀማል"
+msgid "If <emph>recordNum</emph> and <emph>filePos</emph> are omitted, the current position or the current data record of the file is used."
+msgstr ""
-#. CPBoN
+#. GZcaW
#: 03020201.xhp
msgctxt ""
"03020201.xhp\n"
"par_id3149484\n"
"help.text"
-msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
-msgstr "ተለዋዋጭ: የሚነበበው ተለዋዋጭ ስም: ከ እቃዎች ተለዋዋጭ በስተቀር: እርስዎ መጠቀም ይችላሉ ማንኛውንም ተለዋዋጭ አይነት"
-
-#. NikE3
-#: 03020201.xhp
-msgctxt ""
-"03020201.xhp\n"
-"hd_id3153144\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "<emph>variable:</emph> Name of the variable to be read. With the exception of object variables, you can use any variable type."
+msgstr ""
#. PQRf6
#: 03020201.xhp
@@ -10042,50 +10393,41 @@ msgctxt ""
msgid "Reads data from an open sequential file."
msgstr "ከ ተከፈተ ተከታታይ ፋይል ውስጥ ዳታ ማንበቢያ"
-#. 7DMCx
+#. mNkEN
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Input Statement diagram</alt></image>"
+msgstr ""
-#. eEsn3
+#. NqnvX
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150440\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
-msgstr "ማስገቢያ #የ ፋይል ቁጥር እንደ ኢንቲጀር; ተለዋዋጭ1[, ተለዋዋጭ2[, ተለዋዋጭ3[,...]]]"
-
-#. 4bQRN
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "Input #fileNum {,|;} var1 [, var2 [, ...]]"
+msgstr ""
-#. emXUX
+#. EUrQA
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> እርስዎ ማንበብ የሚፈልጉትን ዳታ የያዘው የ ፋይል ቁጥር: ፋይሉ መከፈት አለበት በ መክፈቻ አረፍተ ነገር ቁልፍ ቃል ማስገቢያ በ መጠቀም"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
+msgstr ""
-#. 75Dav
+#. kJyKM
#: 03020202.xhp
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ቁጥር ወይንም የ ሀረግ ተለዋዋጭ እርስዎ የ መደቡት ዋጋዎች የሚያነእው ከ ተከፈተ ፋይል ውስጥ ነው ወደ"
+msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
+msgstr ""
#. 23Pzt
#: 03020202.xhp
@@ -10123,15 +10465,6 @@ msgctxt ""
msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr "የ ዳታ አካሉን በሚያነብ ጊዜ ፋይሉ መጨረሻ ላይ ከ ደረሰ: ስህተት ይፈጠራል እና ሂደቱ ይቋረጣል"
-#. 3xUNX
-#: 03020202.xhp
-msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. xqNBb
#: 03020202.xhp
msgctxt ""
@@ -10150,14 +10483,14 @@ msgctxt ""
msgid "' Read data file using Input"
msgstr "' የ ዳታ ፋይል ማንበቢያ ማስገቢያ በ መጠቀም"
-#. JiWcR
+#. ASL6h
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"tit\n"
"help.text"
-msgid "Line Input # Statement"
-msgstr "መስመር ማስገቢያ # አረፍተ ነገር"
+msgid "Line Input# Statement"
+msgstr ""
#. CCEuD
#: 03020203.xhp
@@ -10168,68 +10501,50 @@ msgctxt ""
msgid "<bookmark_value>Line Input statement</bookmark_value>"
msgstr "<bookmark_value>የ መስመር ማስገቢያ መግለጫ</bookmark_value>"
-#. rG2am
+#. DBAiv
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"hd_id3153361\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">Line Input # Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement\">መስመር ማስገቢያ # አረፍተ ነገር</link>"
+msgid "<variable id=\"LineInput_h1\"><link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input# Statement\">Line Input# Statement</link></variable>"
+msgstr ""
-#. QbTVA
+#. 5FZ8D
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3156280\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
-msgstr "ሀረጎች ከ ተከታታይ ፋይል ወደ ተለዋዋጭ ማንበቢያ"
-
-#. NSBkr
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. jCyHM
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
-msgstr "መስመር ማስገቢያ #የ ፋይል ቁጥር እንደ ኢንቲጀር, ተለዋዋጭ እንደ ሀረግ"
+msgid "Reads a line from a sequential file into a variable."
+msgstr ""
-#. h3tyw
+#. enCkE
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
-"hd_id3145173\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
+msgstr ""
-#. ARTNC
+#. wrpF7
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
-msgid "<emph>FileNumber: </emph>Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> እርስዎ ማንበብ የሚፈልጉትን ዳታ የያዘው የ ፋይል ቁጥር: ፋይሉ በ ቅድሚያ መከፈት አለበት በ መክፈቻ አረፍተ ነገር ቁልፍ ቃል ማስገቢያ በ መጠቀም"
+msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
+msgstr ""
-#. KUGEc
+#. qAR2M
#: 03020203.xhp
msgctxt ""
"03020203.xhp\n"
"par_id3151119\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ተለዋዋጭ ስም ውጤቱን የሚያስቀምጠው"
+msgid "<emph>variable</emph>: The name of the variable that stores the result."
+msgstr ""
#. foxtA
#: 03020203.xhp
@@ -10240,41 +10555,14 @@ msgctxt ""
msgid "With the <emph>Line Input#</emph> statement, you can read strings from an open file into a variable. String variables are read line-by-line up to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks are not included in the resulting string."
msgstr "በ <emph>መስመር ማስገቢያ#</emph> አረፍተ ነገር ውስጥ: እርስዎ ማንበብ ይችላሉ ሀረጎች ከ ተከፈተ ፋይል ውስጥ ወደ ተለዋዋጭ ውስጥ: የ ተለዋዋጭ ሀረጎች የሚነበቡት በ መስመር-በ-መስመር ላይ ነው እስከ መጀመሪያው መመለሻ ድረስ ነው (Asc=13) ውይንም መስመር መመገቢያ (Asc=10). ተ መስመር መጨረሻ ምልክት በ ውጤት ሀረጎች ውስጥ አይካተቱም"
-#. NjeFe
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. Uxyyc
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr "Print #iNumber, \"This is a line of text\""
-
-#. iFP3f
-#: 03020203.xhp
-msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
-msgstr "Print #iNumber, \"This is another line of text\""
-
-#. NKDq4
+#. fhFEa
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement"
-msgstr "አረፍተ ነገር ማስቀመጫ"
+msgid "Put# Statement"
+msgstr ""
#. psWQE
#: 03020204.xhp
@@ -10285,14 +10573,14 @@ msgctxt ""
msgid "<bookmark_value>Put statement</bookmark_value>"
msgstr "<bookmark_value>አረፍተ ነገር ማስገቢያ</bookmark_value>"
-#. KHtmv
+#. bD34J
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"hd_id3150360\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">አረፍተ ነገር ማስቀመጫ</link>"
+msgid "<variable id=\"Put_h1\"><link href=\"text/sbasic/shared/03020204.xhp\" name=\"Put Statement\">Put# Statement</link></variable>"
+msgstr ""
#. e8rUp
#: 03020204.xhp
@@ -10303,59 +10591,50 @@ msgctxt ""
msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr "መዝገብ ወደ አንፃራዊ ፋይል መጻፊያ ወይንም ተከታታይ ባይቶች ወደ ባይነሪ ፋይል ውስጥ መጻፊያ"
-#. 7iAkD
+#. EEnDK
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"par_id3156281\n"
+"par_id461596463969009\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
-msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\"> ማግኛ </item></link> አረፍተ ነገር"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020205.xhp\">Write#</link> statement to write data to a sequential text file with delimiting characters."
+msgstr ""
-#. 9BMWu
+#. 9HgEG
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
-"hd_id3125863\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/Put_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Put Statement diagram</alt></image>"
+msgstr ""
-#. peCza
+#. RBpeh
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155132\n"
"help.text"
-msgid "Put [#] FileNumber As Integer, [position], Variable"
-msgstr "ማስገቢያ [#] የ ፋይል ቁጥር እንደ ኢንቲጀር, [ቦታ], ተለዋዋጭ"
-
-#. CJNhF
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"hd_id3153190\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "Put [#]fileNum, [recordNum|filePos], variable"
+msgstr ""
-#. AgaBs
+#. bSFd2
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
-msgstr "<emph>የ ፋይል ቁጥር:</emph> ማንኛውም ኢንቲጀር መግለጫ እርስዎ መጻፍ የሚፈልጉበትን ፋይል የሚወስን"
+msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
+msgstr ""
-#. Jf6hw
+#. AiZUD
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
-msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
-msgstr "<emph>ቦታ: </emph> ለ አንፃራዊ ፋይሎች (በደፈናው ፋይሎች ጋር መድረሻ): እርስዎ መጻፍ በሚፈልጉት መዝገብ ቁጥር"
+msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
+msgstr ""
#. dUyzK
#: 03020204.xhp
@@ -10366,14 +10645,14 @@ msgctxt ""
msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr "ለ binary ፋይሎች (binary access), በ ፋይል ውስጥ የ ባይት ቦታ ነው እርስዎ መጻፍ መጀመር የሚፈልጉበት"
-#. pfzL3
+#. iGF9L
#: 03020204.xhp
msgctxt ""
"03020204.xhp\n"
"par_id3153729\n"
"help.text"
-msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
-msgstr "<emph>ተለዋዋጭ:</emph> የ ተለዋዋጭ ስም እርስዎ ወደ ፋይል መጻፍ የሚፈልጉት"
+msgid "<emph>variable</emph>: Name of the variable that you want to write to the file."
+msgstr ""
#. yyf95
#: 03020204.xhp
@@ -10393,78 +10672,6 @@ msgctxt ""
msgid "Note for binary files: The contents of the variables are written to the specified position, and the file pointer is inserted directly after the last byte. No space is left between the records."
msgstr "ማስታወሻ ለ binary ፋይሎች: የ ተለዋዋጭ ይዞታዎች ይጻፋሉ በ ተወሰነው ቦታ እና የ ፋይል መጠቆሚያ በ ቀጥታ ይገባል ከ መጨረሻው ባይት በኋላ: ምንም ባዶ ቦታ አይኖርም በ መዝገቦች መካከል"
-#. RbBPk
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"hd_id3154491\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. zJjTB
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3154729\n"
-"help.text"
-msgid "Dim sText As Variant ' Must be a variant type"
-msgstr "Dim sText As Variant ' Must be a variant type"
-
-#. 3rrxn
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3156278\n"
-"help.text"
-msgid "Seek #iNumber,1 ' Position To start writing"
-msgstr "Seek #iNumber,1 ' Position To start writing"
-
-#. 3KrYs
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3153711\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
-msgstr "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
-
-#. DRAfy
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3155446\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
-msgstr "Put #iNumber,, \"This is the second line of text\""
-
-#. fnJbV
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3154255\n"
-"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
-msgstr "Put #iNumber,, \"This is the third line of text\""
-
-#. 4GkxW
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3150940\n"
-"help.text"
-msgid "Put #iNumber,,\"This is new text\""
-msgstr "Put #iNumber,,\"This is new text\""
-
-#. 7LFxv
-#: 03020204.xhp
-msgctxt ""
-"03020204.xhp\n"
-"par_id3159102\n"
-"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
-msgstr "Put #iNumber,20,\"This is the text in record 20\""
-
#. BTr9L
#: 03020205.xhp
msgctxt ""
@@ -10483,68 +10690,59 @@ msgctxt ""
msgid "<bookmark_value>Write statement</bookmark_value>"
msgstr "<bookmark_value>መጻፊያ መግለጫ</bookmark_value>"
-#. DBBvs
+#. xn3Ji
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"hd_id3147229\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">Write Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write Statement\">አረፍተ ነገር መጻፊያ</link>"
+msgid "<variable id=\"Write_h1\"><link href=\"text/sbasic/shared/03020205.xhp\" name=\"Write# Statement\">Write# Statement</link></variable>"
+msgstr ""
-#. CMSkU
+#. G4X6k
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "Writes data to a sequential file."
-msgstr "ዳታ ወደ ተከታታይ ፋይል መጻፊያ"
-
-#. eoeBE
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "Writes data to a sequential text file with delimiting characters."
+msgstr ""
-#. jxyZn
+#. fB8hV
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"par_id3145785\n"
+"par_id461596463969009\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
-msgstr "መጻፊያ [#የ ፋይል ስም], [የ መግለጫ ዝርዝር]"
+msgid "Use <link href=\"text/sbasic/shared/03010103.xhp\">Print#</link> statement to print data to a sequential text file. Use <link href=\"text/sbasic/shared/03020201.xhp\">Put#</link> statement to write data to a binary or a random file."
+msgstr ""
-#. ceFn6
+#. WxpRu
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
-"hd_id3151116\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
+msgstr ""
-#. RsZEE
+#. xEMDC
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<emph>የ ፋይል ስም:</emph> ማንኛውም የ ቁጥር መግለጫ የ ፋይል ቁጥር የያዘ እና የ ተሰናዳ የ Open statement ለ ተመሳሳይ ፋይል"
+msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#. aCyvx
+#. TwHF7
#: 03020205.xhp
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "<emph>የ መግለጫ ዝርዝር:</emph> ተለዋዋጭ ወይንም መግለጫ እርስዎ ማስገባት የሚፈልጉት ወደ ፋይል ውስጥ: በ ኮማ የ ተለያየ"
+msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
+msgstr ""
#. RERPn
#: 03020205.xhp
@@ -10591,15 +10789,6 @@ msgctxt ""
msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr "ቁጥሮች ከ ዴሲማል ቅደም ተከተል ጋር ይቀየራሉ እንደ ተሰናዳው ቋንቋ አይነት"
-#. Xhb5c
-#: 03020205.xhp
-msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. ejANh
#: 03020301.xhp
msgctxt ""
@@ -11122,14 +11311,14 @@ msgctxt ""
msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr "<emph>የ ፋይል ቁጥር:</emph>የ ዳታ ጣቢያ ቁጥር የ ተጠቀሙት በ መክፈቻ አረፍተ ነገር ውስጥ"
-#. ybPDP
+#. MbdMB
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement"
-msgstr "ተግባር መፈለጊያ"
+msgid "Seek# Statement"
+msgstr ""
#. vLW2K
#: 03020305.xhp
@@ -11140,14 +11329,14 @@ msgctxt ""
msgid "<bookmark_value>Seek statement</bookmark_value>"
msgstr "<bookmark_value>መግለጫ መፈለጊያ</bookmark_value>"
-#. PpSRU
+#. 9HcVZ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">Seek Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek Statement\">ተግባር መፈለጊያ</link>"
+msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
+msgstr ""
#. RBPKW
#: 03020305.xhp
@@ -11176,59 +11365,59 @@ msgctxt ""
msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr "ለ ሌሎች ሁሉም ፋይሎች: ተግባር ይመልሳል የ ባይት ቦታ የሚቀጥለው እንቅስቃሴ የሚፈጠርበትን"
-#. wYVfB
+#. sbuDC
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3156280\n"
+"par_id971587473488701\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>, <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link>."
-msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\"> መክፈቻ </link> <link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\"> መፈለጊያ </link>"
+msgid "<image src=\"media/helpimg/sbasic/Seek_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Seek Statement diagram</alt></image>"
+msgstr ""
-#. yVEYG
+#. PjcAp
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3145785\n"
+"par_id3145273\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "Seek [#]filePos, {filePos|recordNum}"
+msgstr ""
-#. 7M3ws
+#. vwzuK
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145273\n"
+"hd_id3153379\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
-msgstr "መፈለጊያ[#የ ፋይል ቁጥር] ቦታ (እስከ)"
+msgid "Parameters:"
+msgstr ""
-#. nRRME
+#. x86KJ
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"hd_id3154321\n"
+"par_id3153952\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
+msgstr ""
-#. ySD8U
+#. FrYvd
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3153952\n"
+"par_id3145366\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr "<emph>የ ፋይል ቁጥር:</emph>የ ዳታ ጣቢያ ቁጥር የ ተጠቀሙት በ መክፈቻ አረፍተ ነገር ውስጥ"
+msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
+msgstr ""
-#. Jf97B
+#. 5LDFE
#: 03020305.xhp
msgctxt ""
"03020305.xhp\n"
-"par_id3145366\n"
+"par_id491596468328575\n"
"help.text"
-msgid "<emph>Position: </emph>Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<emph>ቦታ: </emph>ቦታ ለሚቀጥለው መጻፊያ ወይንም ማንበቢያ: ቦታ ቁጥር መሆን ይችላል በ 1 እና በ 2,147,483,647. መካከል: እንደ ፋይሉ አይነት: ቦታው የሚያሳየው የ ቁጥር መዝገብ ነው: (ፋይሎች በ ደፈናው ዘዴ ውስጥ) ወይንም የ ባይት ቦታ (ፋይሎች በ Binary, ውጤት ይጨመራል ወይንም ማስገቢያ ዘዴ ውስጥ). የ መጀመሪያው ባይት በ ፋይል ቦታ ውስጥ 1, ሁለተኛው የ ባይት ቦታ 2, እና ወዘተ"
+msgid "<link href=\"text/sbasic/shared/03020304.xhp\" name=\"Seek\">Seek</link> function"
+msgstr ""
#. Nwouh
#: 03020400.xhp
@@ -16729,86 +16918,41 @@ msgctxt ""
msgid "The following functions and statements set or return the system date and time."
msgstr "የሚቀጥሉት ተግባሮች እና አረፍተ ነገሮች ማሰናጃ ወይንም የ ስርአት ቀን እና ጊዜ ይመልሳል"
-#. YWfEf
+#. wJjQV
#: 03030301.xhp
msgctxt ""
"03030301.xhp\n"
"tit\n"
"help.text"
-msgid "Date Statement"
-msgstr "የ ቀን አረፍተ ነገር"
+msgid "Date Function"
+msgstr ""
-#. xpFBx
+#. HEEFx
#: 03030301.xhp
msgctxt ""
"03030301.xhp\n"
"bm_id3156027\n"
"help.text"
-msgid "<bookmark_value>Date statement</bookmark_value>"
-msgstr "<bookmark_value>ቀን መግለጫ</bookmark_value>"
+msgid "<bookmark_value>Date function</bookmark_value>"
+msgstr ""
-#. vDWSN
+#. u9AkG
#: 03030301.xhp
msgctxt ""
"03030301.xhp\n"
"hd_id3156027\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement\">Date Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Statement\">የ ቀን አረፍተ ነገር</link>"
+msgid "<link href=\"text/sbasic/shared/03030301.xhp\" name=\"Date Function\">Date Function</link>"
+msgstr ""
-#. GMwEL
+#. AaA3G
#: 03030301.xhp
msgctxt ""
"03030301.xhp\n"
"par_id3147291\n"
"help.text"
-msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
-msgstr "የ አሁኑን የ ስርአት ቀን እንደ ሀረግ ይመልሳል: ወይንም ቀን እንደ ነበር ይመልሳል: የ ቀን አቀራረብ እንደ እርስዎ ስርአት ማሰናጃ ይለያያል"
-
-#. CUY3q
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3148686\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. QoCJW
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"par_id3146794\n"
-"help.text"
-msgid "Date ; Date = Text As String"
-msgstr "ቀን ; ቀን = ጽሁፍ እንደ ሀረግ"
-
-#. 8QFeW
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3154347\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
-#. 57eNx
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"par_id3145069\n"
-"help.text"
-msgid "<emph>Text:</emph> Only required in order to reset the system date. In this case, the string expression must correspond to the date format defined in your local settings."
-msgstr "<emph>ጽሁፍ:</emph> የሚያስፈልገው የ ስርአቱን ቀን እንደ ነበር ለ መመለስ ብቻ ነው: ስለዚህ የ ሀረግ መግለጫ ተመሳሳይ መሆን አለበት ከ ቀን አቀራረብ ጋር የ ተገለጸው በ እርስዎ የ አካባቢ ማሰናጃ ውስጥ"
-
-#. waEYM
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"hd_id3150793\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "Returns the current system date as a string, or date variant."
+msgstr ""
#. BUc3C
#: 03030301.xhp
@@ -16819,32 +16963,32 @@ msgctxt ""
msgid "MsgBox \"The date is \" & Date"
msgstr "MsgBox \"The date is \" & Date"
-#. CCirC
+#. W99bB
#: 03030302.xhp
msgctxt ""
"03030302.xhp\n"
"tit\n"
"help.text"
-msgid "Time Statement"
-msgstr "የ ሰአት አረፍተ ነገር"
+msgid "Time Function"
+msgstr ""
-#. Ypbnk
+#. peCLU
#: 03030302.xhp
msgctxt ""
"03030302.xhp\n"
"bm_id3145090\n"
"help.text"
-msgid "<bookmark_value>Time statement</bookmark_value>"
-msgstr "<bookmark_value>ሰአት መግለጫ</bookmark_value>"
+msgid "<bookmark_value>Time function</bookmark_value>"
+msgstr ""
-#. xLpG8
+#. tBoRS
#: 03030302.xhp
msgctxt ""
"03030302.xhp\n"
"hd_id3145090\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03030302.xhp\">የ ሰአት አረፍተ ነገር</link>"
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\" name=\"Time Function\">Time Function</link>"
+msgstr ""
#. FHKSk
#: 03030302.xhp
@@ -16855,42 +16999,6 @@ msgctxt ""
msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
msgstr "ይህ ተግባር የሚመልሰው የ ስርአቱን ጊዜ እንደ ሀረግ ነው በ አቀራረብ \"ሰሰ:ደደ:ሰሰ\"."
-#. G29nS
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3154346\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. rG5UZ
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3150792\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
-#. 6LxaE
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"par_id3149656\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
-msgstr "<emph>ጽሁፍ:</emph> ማንኛውም የ ሀረግ መግለጫ አዲስ ጊዜ የያዘ በ አቀራረብ \"ሰሰ:ደደ:ሰሰ\" ውስጥ"
-
-#. psu4B
-#: 03030302.xhp
-msgctxt ""
-"03030302.xhp\n"
-"hd_id3145173\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. Aguz5
#: 03030302.xhp
msgctxt ""
@@ -17818,14 +17926,14 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">On Error Statement diagram</alt></image>"
msgstr ""
-#. 7FXhq
+#. CKJJr
#: 03050500.xhp
msgctxt ""
"03050500.xhp\n"
"par_id3145173\n"
"help.text"
-msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
-msgstr "በ {[አካባቢ] ስህተት መሄጃ ወደ ምልክት ስም | መሄጃ 0 | የሚቀጥለውን ይቀጥሉ}"
+msgid "On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}"
+msgstr ""
#. EBAKU
#: 03050500.xhp
@@ -22075,77 +22183,86 @@ msgctxt ""
msgid "If...Then...Else Statement"
msgstr "ከሆነ...ከዛ...ያለ በለዚያ አረፍተ ነገር"
-#. C5KRD
+#. 2tiGA
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
"bm_id3154422\n"
"help.text"
-msgid "<bookmark_value>If statement</bookmark_value>"
-msgstr "<bookmark_value>ከሆነ መግለጫ</bookmark_value>"
+msgid "<bookmark_value>If statement</bookmark_value> <bookmark_value>ElseIf; If statement</bookmark_value> <bookmark_value>Else If;If statement</bookmark_value> <bookmark_value>Else;If statement</bookmark_value> <bookmark_value>Else;If statement</bookmark_value> <bookmark_value>End If;If statement</bookmark_value> <bookmark_value>EndIf;If statement</bookmark_value>"
+msgstr ""
-#. NPPep
+#. iGHxs
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
-"hd_id3154422\n"
+"hd_id81592320644826\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement\">If...Then...Else Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else Statement\">ከሆነ...ከዛ...ያለ በለዚያ አረፍተ ነገር</link>"
+msgstr ""
-#. pGNqu
+#. aPd9F
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
"par_id3155555\n"
"help.text"
-msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
-msgstr "የ አንድ ወይንም ተጨማሪ አረፍተ ነገር ክፍል መግለጫ: እርስዎ መፈጸም የሚፈልጉት የ ተሰጠው ሁኔታ እውነት ከሆነ"
+msgid "Defines one or more statement blocks that you only want to execute if a given condition or expression is <literal>True</literal>."
+msgstr ""
-#. 9w2wm
+#. udXzN
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
-"hd_id3146957\n"
+"par_id311592320434736\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "<image src=\"media/helpimg/sbasic/If_statement.svg\" id=\"img_id601592320434736\"><alt id=\"alt_id551592320434736\">If...EndIf statement</alt></image>"
+msgstr ""
-#. yeLUr
+#. cWAi6
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
-"par_id3153126\n"
+"par_id591592320435808\n"
"help.text"
-msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
-msgstr "ሁኔታው ከሆነ=እውነት ከዛ የ አረፍተ ነገር ክፍል [ያለ በለዚያ ከሆነ ሁኔታው=እውነት ከዛ] የ አረፍተ ነገር ክፍል [ያለ በለዚያ] የ አረፍተ ነገር ክፍል መጨረሻ ከሆነ"
+msgid "<image src=\"media/helpimg/sbasic/ElseIf_fragment.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">ElseIf fragment</alt></image>"
+msgstr ""
-#. aXATA
+#. 9oiMB
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id221592320436632\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/Else_fragment.svg\" id=\"img_id81592320436632\"><alt id=\"alt_id391592320436632\">Else fragment</alt></image>"
+msgstr ""
+
+#. DQy4R
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
"par_id3123476\n"
"help.text"
-msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
-msgstr "ከ ያለ በለዚያ ይልቅ እርስዎ መጻፍ ከቻሉ ያለ በለዚያ ከሆነ: ከ መጨረሻ ይልቅ እርስዎ መጻፍ ይችላሉ መጨረሻ ከሆነ"
+msgid "Instead of <emph>Else If</emph> you can write <emph>ElseIf</emph>, instead of <emph>End If</emph> you can write <emph>EndIf</emph>."
+msgstr ""
-#. FFDsF
+#. AXTiW
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
-"hd_id3155419\n"
+"par_id631592322239043\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<emph>If</emph> statements can be shortened to one line when using single statement blocks."
+msgstr ""
-#. ERvpY
+#. VDj9r
#: 03090101.xhp
msgctxt ""
"03090101.xhp\n"
"par_id3153062\n"
"help.text"
-msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
-msgstr "ይህ <emph>ከሆነ...ከዛ</emph> አረፍተ ነገር እንደ ተሰጠው ሁኔታ አይነት ፕሮግራም ይፈጽማል: ይህ $[officename] Basic ያጋጥመዋል የ <emph>ከሆነ</emph> አረፍተ ነገር: ሁኔታው ይሞከራል: ሁኔታው እውነት ከሆነ: ሁሉም ተከታታይ አረፍተ ነገር እስከሚቀጥለው ድረስ <emph>ያለ በለዚያ</emph> ወይንም <emph>ያለ በለዚያ ከሆነ</emph> አረፍተ ነገር ይፈጸማል: ሁኔታው ሀሰት ከሆነ: እና <emph>ያለ በለዚያ ከሆነ</emph> አረፍተ ነገር ይከተላል $[officename] Basic ይሞክሩ የሚቀጥለውን ሁኔታ እና የሚቀጥለውን ከሆነ ሁኔታ ይፈጽሙ ሁኔታው እውነት ከሆነ: ሀሰት ከሆነ: ፕሮግራሙ ይቀጥላል አንዱን በሚቀጥለው <emph>ያለ በለዚያ ከሆነ</emph> ወይንም <emph>ያለ በለዚያ</emph> አረፍተ ነገር: አረፍተ ነገር ይቀጥላል<emph>ያለ በለዚያ</emph> ይፈጸማል ቀደም ብለው ያልተሞከሩ ሁኔታዎች እውነት ከሆኑ: ሁሉም ሁኔታዎች ከ ተመረመሩ በኋላ: እና ተመሳሳይ አረፍተ ነገር ይፈጸማል: ፕሮግራሙ ይቀጥላል በሚቀጥለው አረፍተ ነገር <emph>መጨረሻ ከሆነ</emph>."
+msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When %PRODUCTNAME Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is <literal>True</literal>, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is <literal>False</literal>, and an <emph>ElseIf</emph> statement follows, %PRODUCTNAME Basic tests the next expression and executes the following statements if the condition is <literal>True</literal>. If <literal>False</literal>, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were <literal>True</literal>. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
+msgstr ""
#. NKDQG
#: 03090101.xhp
@@ -22183,15 +22300,6 @@ msgctxt ""
msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
msgstr "የሚቀጥለው ምሳሌ እርስዎን ማስገባት ያስችሎታል እቃዎች የሚበላሹበትን ቀን: እና ይወስናል የሚበላሽበት ቀን ማለፉን"
-#. TZWBx
-#: 03090101.xhp
-msgctxt ""
-"03090101.xhp\n"
-"hd_id3152576\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. gDmAx
#: 03090101.xhp
msgctxt ""
@@ -22228,6 +22336,24 @@ msgctxt ""
msgid "MsgBox \"The expiration date is today\""
msgstr "MsgBox \"The expiration date is today\""
+#. 7qi2i
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id161588865796615\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> statement"
+msgstr ""
+
+#. W4Sgi
+#: 03090101.xhp
+msgctxt ""
+"03090101.xhp\n"
+"par_id281588865818334\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions"
+msgstr ""
+
#. ArPEq
#: 03090102.xhp
msgctxt ""
@@ -22273,31 +22399,94 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sbasic/Select-Case_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Select Case syntax</alt></image>"
msgstr ""
-#. jsSZ5
+#. TJu4u
#: 03090102.xhp
msgctxt ""
"03090102.xhp\n"
-"par_id3150400\n"
+"bas_id251592381900645\n"
+"help.text"
+msgid "Select Case expression"
+msgstr ""
+
+#. XrXnH
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id321592381903509\n"
+"help.text"
+msgid "Case values"
+msgstr ""
+
+#. DCDEC
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id231592381903973\n"
+"help.text"
+msgid "Statement Block"
+msgstr ""
+
+#. 9KDPg
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id361592381904372\n"
"help.text"
-msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
-msgstr "ይምረጡ የ ጉዳዩን ሁኔታ መግለጫ አረፍተ ነገር ክፍል [ጉዳይ መግለጫ2 አረፍተ ነገር ክፍል][ጉዳይ ያለ በለዚያ] አረፍተ ነገር ክፍል ይምረጡ መጨረሻ"
+msgid "[ Case values2"
+msgstr ""
-#. yuqsv
+#. jSGvu
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id421592382002520\n"
+"help.text"
+msgid "Statement Block]"
+msgstr ""
+
+#. NcGYQ
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id161592382004496\n"
+"help.text"
+msgid "[ Case Else"
+msgstr ""
+
+#. FkAUG
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id681592382005351\n"
+"help.text"
+msgid "Statement Block]"
+msgstr ""
+
+#. MmACE
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"bas_id831592381905293\n"
+"help.text"
+msgid "End Select"
+msgstr ""
+
+#. HLsCW
#: 03090102.xhp
msgctxt ""
"03090102.xhp\n"
"par_id3156281\n"
"help.text"
-msgid "<emph>condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
+msgid "<emph>expression:</emph> Any expression that controls if the statement block that follows the respective <literal>Case</literal> clause is executed."
msgstr ""
-#. DoPTj
+#. F88YW
#: 03090102.xhp
msgctxt ""
"03090102.xhp\n"
"par_id3150448\n"
"help.text"
-msgid "<emph>expression:</emph> Any expression that is compatible with the condition type expression. The statement block that follows the <literal>Case</literal> clause is executed if <emph>condition</emph> matches <emph>expression</emph>."
+msgid "<emph>values:</emph> Any value list that is compatible with the expression. The statement block that follows the <literal>Case</literal> clause is executed if <emph>expression</emph> matches <emph>values</emph>."
msgstr ""
#. oCrpX
@@ -22336,31 +22525,49 @@ msgctxt ""
msgid "Print \"Out of range 1 to 10\""
msgstr "Print \"Out of range 1 to 10\""
-#. WfFsT
+#. UtJXY
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id161588865796615\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">If</link> statement"
+msgstr ""
+
+#. mqu6n
+#: 03090102.xhp
+msgctxt ""
+"03090102.xhp\n"
+"par_id281588865818334\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions"
+msgstr ""
+
+#. pm7E8
#: 03090103.xhp
msgctxt ""
"03090103.xhp\n"
"tit\n"
"help.text"
-msgid "IIf Statement"
+msgid "IIf Function"
msgstr ""
-#. WcDhC
+#. G8vo7
#: 03090103.xhp
msgctxt ""
"03090103.xhp\n"
"bm_id3155420\n"
"help.text"
-msgid "<bookmark_value>IIf statement</bookmark_value>"
-msgstr "<bookmark_value>ከ ሁለት አንዱን እንደ ግምገማው መግለጫ ይመልሳል</bookmark_value>"
+msgid "<bookmark_value>IIf function</bookmark_value>"
+msgstr ""
-#. HvJuA
+#. ZvPAM
#: 03090103.xhp
msgctxt ""
"03090103.xhp\n"
"hd_id3155420\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement\">IIf Statement</link>"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Function\">IIf Function</link>"
msgstr ""
#. nYxhE
@@ -22372,15 +22579,6 @@ msgctxt ""
msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
msgstr "ከ ሁለቱ የሚቻሉ ተግባሮች መካከል አንዱን ውጤት ይመልሳል: እንደ ሁኔታው እንደ ሎጂክ ዋጋ እንደሚገመገመው መግለጫ አይነት"
-#. DMbgx
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"hd_id3159413\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. dDDFQ
#: 03090103.xhp
msgctxt ""
@@ -22390,15 +22588,6 @@ msgctxt ""
msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
msgstr "Iከሆነ (መግለጫ: መግለጫ እውነት: መግለጫ ሀሰት)"
-#. Jr9BS
-#: 03090103.xhp
-msgctxt ""
-"03090103.xhp\n"
-"hd_id3150541\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. TXHsN
#: 03090103.xhp
msgctxt ""
@@ -22417,6 +22606,51 @@ msgctxt ""
msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
msgstr "<emph>እውነት መግለጫ: ሀሰት መግለጫ: </emph> ማንኛውም መግለጫ አንዱን ይመልሳል እንደ ተግባር ውጤት: እንደ ሎጂካል ምርመራው ይለያያል"
+#. iEQga
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id541598638231139\n"
+"help.text"
+msgid "IIf evaluates both <literal>ExpressionTrue</literal> and <literal>ExpressionFalse</literal> even if it returns only one of them. If one of the expressions results in error, the function returns the error. For example, do not use IIF to bypass a possible division by zero result."
+msgstr ""
+
+#. vGAma
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id1001598638460925\n"
+"help.text"
+msgid "REM Returns the maximum of 3 values"
+msgstr ""
+
+#. 9JAJ5
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id161598638840133\n"
+"help.text"
+msgid "REM Bad usage of function IIf"
+msgstr ""
+
+#. dNxFE
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id161588865796615\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">If</link> or <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> statements"
+msgstr ""
+
+#. DjnF7
+#: 03090103.xhp
+msgctxt ""
+"03090103.xhp\n"
+"par_id281588865818334\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> function"
+msgstr ""
+
#. RKALL
#: 03090200.xhp
msgctxt ""
@@ -22471,311 +22705,95 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement\">Do...Loop Statement</link>"
msgstr "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop Statement\">ዙር...መስሪያ አረፍተ ነገር</link>"
-#. xyfDP
+#. iC6SG
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
"par_id3109850\n"
"help.text"
-msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
-msgstr "አረፍተ ነገሮች መድገሚያ በ መስሪያ እና በ ዙር አረፍተ ነገ መካከል ሁኔታው እውነት ወይንም ሁኔታው እውነት እስከሚሆን ድረስ"
-
-#. caSom
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3149119\n"
-"help.text"
-msgid "Syntax"
-msgstr "አገባብ:"
-
-#. 3K2PH
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3155150\n"
-"help.text"
-msgid "Do [{While | Until} condition = True]"
-msgstr "መስሪያ [{ትንሽ | እስከ} ሁኔታው = እውነት]"
-
-#. UwrEt
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154422\n"
-"help.text"
-msgid "statement block"
-msgstr "መግለጫ መከልከያ"
-
-#. JsBm9
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150789\n"
-"help.text"
-msgid "[Exit Do]"
-msgstr "[ከ መስሪያ መውጫ]"
-
-#. rP8AT
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3155805\n"
-"help.text"
-msgid "statement block"
-msgstr "መግለጫ መከልከያ"
-
-#. AWeCW
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3145090\n"
-"help.text"
-msgid "Loop"
-msgstr "ዙር"
+msgid "Repeats the statements between the <emph>Do</emph> and the <emph>Loop</emph> statement while the condition is <literal>True</literal> or until the condition becomes <literal>True</literal>."
+msgstr ""
-#. 9Cv7B
+#. aiGhW
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3154749\n"
+"par_id311592320434736\n"
"help.text"
-msgid "or"
-msgstr "ወይንም"
+msgid "<image src=\"media/helpimg/sbasic/Do_statement.svg\" id=\"img_id601592320434736\"><alt id=\"alt_id551592320434736\">Do statement</alt></image>"
+msgstr ""
-#. Aj9kr
+#. Ebajb
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3150503\n"
+"bas_id171592386317704\n"
"help.text"
-msgid "Do"
-msgstr "መስሪያ"
+msgid "' Do While: The statement block is repeated as long as the condition is true"
+msgstr ""
-#. yGEJd
+#. VDEWA
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3149762\n"
+"bas_id11592386319239\n"
"help.text"
-msgid "statement block"
-msgstr "መግለጫ መከልከያ"
+msgid "' Do Until: The statement block is repeated as long as the condition is false"
+msgstr ""
-#. 93KEy
+#. Dsqzg
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3150984\n"
+"par_id591592320435808\n"
"help.text"
-msgid "[Exit Do]"
-msgstr "[ከ መስሪያ መውጫ]"
+msgid "<image src=\"media/helpimg/sbasic/Do-Loop_statement.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">Do...Loop statement</alt></image>"
+msgstr ""
-#. o2rc9
+#. VVtxi
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3143228\n"
+"bas_id911592386676044\n"
"help.text"
-msgid "statement block"
-msgstr "መግለጫ መከልከያ"
+msgid "' Loop While: The statement block repeats as long as the condition is true"
+msgstr ""
-#. 8qghf
+#. 92FMy
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3149235\n"
+"bas_id971592386677004\n"
"help.text"
-msgid "Loop [{While | Until} condition = True]"
-msgstr "ዙር [{ትንሽ | እስከ} ሁኔታው = እውነት]"
+msgid "' Loop Until: The statement block repeats until the condition is true"
+msgstr ""
-#. 2AEDG
+#. YFnQL
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"hd_id3156024\n"
+"par_id3150791\n"
"help.text"
-msgid "Parameters/Elements"
-msgstr "ደንቦች/አካላቶች"
+msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is <literal>True</literal>. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The above examples are valid combinations."
+msgstr ""
-#. qkEcG
+#. 8QxEA
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
"par_id3156344\n"
"help.text"
-msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
-msgstr "<emph>ሁኔታው:</emph> ማነፃፀሪያ የ ሂሳብ ወይንም የ ሀረግ መግለጫ የሚመረምር አንዱን እውነት ወይንም ሀሰት"
+msgid "<emph>condition:</emph> A comparison, numeric or Basic expression, that evaluates to either <literal>True</literal> or <literal>False</literal>."
+msgstr ""
-#. jLqcT
+#. C6QdX
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
"par_id3149669\n"
"help.text"
-msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
-msgstr "<emph>አረፍተ ነገር ክፍል:</emph> የ አረፍተ ነገር ክፍል እርስዎ መድገም የሚፈልጉት ትንሽ ወይንም ሁኔታው እውነት እስከሚሆን ድረስ"
-
-#. PdzkX
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150791\n"
-"help.text"
-msgid "The <emph>Do...Loop</emph> statement executes a loop as long as, or until, a certain condition is True. The condition for exiting the loop must be entered following either the <emph>Do</emph> or the <emph>Loop</emph> statement. The following examples are valid combinations:"
-msgstr "የ <emph>መስሪያ...ዙር</emph> አረፍተ ነገር ዙር ይፈጽማል እስከ ሁኔታው ወይንም እስከ አንዳንድ ሁኔታዎች እውነት እስከሚሆኑ ድረስ: ሁኔታው ከ ዙር ለ መውጣት የሚቀጥለው አንዱ መግባት አለበት በ <emph>መስሪያ</emph> ወይንም በ <emph>ዙር</emph> አረፍተ ነገር ውስጥ: የሚቀጥሉት ምሳሌዎች ዋጋ ያላቸው መቀላቀያ ናቸው:"
-
-#. uYAtt
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3154366\n"
-"help.text"
-msgid "Syntax"
-msgstr "አገባብ"
-
-#. kfmWR
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3145171\n"
-"help.text"
-msgid "Do While condition = True"
-msgstr "መስሪያ ትንሽ ሁኔታው = እውነት"
-
-#. f6vGS
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149203\n"
-"help.text"
-msgid "...statement block"
-msgstr "...መግለጫ መከልከያ"
-
-#. bERMk
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3125864\n"
-"help.text"
-msgid "Loop"
-msgstr "ዙር"
-
-#. NzaK9
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154124\n"
-"help.text"
-msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
-msgstr "የ አረፍተ ነገር ክፍል በ መስሪያ ትንሽ እና በ ዙር አረፍተ ነገር መካከል ይደጋገማል ሁኔታው እውነት እስከሚሆን ድረስ"
-
-#. uFfcD
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153968\n"
-"help.text"
-msgid "Do Until condition = True"
-msgstr "መስሪያ እስከሚሆን ሁኔታው = እውነት"
-
-#. CC8GU
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154909\n"
-"help.text"
-msgid "...statement block"
-msgstr "...መግለጫ መከልከያ"
-
-#. KrHxA
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3159151\n"
-"help.text"
-msgid "Loop"
-msgstr "ዙር"
-
-#. 29fJ2
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150440\n"
-"help.text"
-msgid "The statement block between the Do Until and the Loop statements is repeated if the condition so long as the condition is false."
-msgstr "የ አረፍተ ነገር ክፍል በ መስሪያ ትንሽ እና በ ዙር አረፍተ ነገር መካከል ይደጋገማል ሁኔታው ሀሰት እስከሚሆን ድረስ"
-
-#. HYDHM
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153952\n"
-"help.text"
-msgid "Do"
-msgstr "መስሪያ"
-
-#. QRBVd
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3147349\n"
-"help.text"
-msgid "...statement block"
-msgstr "...መግለጫ መከልከያ"
-
-#. DCBsg
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3159153\n"
-"help.text"
-msgid "Loop While condition = True"
-msgstr "ዙር ትንሽ ሁኔታው = እውነት"
-
-#. BuEGy
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3146985\n"
-"help.text"
-msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
-msgstr "የ አረፍተ ነገር ክፍል በ መስሪያ ትንሽ እና በ ዙር አረፍተ ነገር መካከል ይደጋገማል ሁኔታው እውነት እስከሚሆን ድረስ"
-
-#. NPwEx
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3150488\n"
-"help.text"
-msgid "Do"
-msgstr "መስሪያ"
-
-#. wutQ5
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153189\n"
-"help.text"
-msgid "...statement block"
-msgstr "...መግለጫ መከልከያ"
-
-#. LRGmB
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3155411\n"
-"help.text"
-msgid "Loop Until condition = True"
-msgstr "ዙር እስከሚሆን ሁኔታው = እውነት"
-
-#. NeasA
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3151117\n"
-"help.text"
-msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
-msgstr "የ አረፍተ ነገር ክፍል በ መስሪያ ትንሽ እና በ ዙር አረፍተ ነገር መካከል ይደጋገማል ሁኔታው እውነት እስከሚሆን ድረስ"
+msgid "<emph>statements:</emph> Statements that you want to repeat while or until a condition is <literal>True</literal>."
+msgstr ""
#. iXQfC
#: 03090201.xhp
@@ -22786,58 +22804,22 @@ msgctxt ""
msgid "Use the <emph>Exit Do</emph> statement to unconditionally end the loop. You can add this statement anywhere in a <emph>Do</emph>...<emph>Loop</emph> statement. You can also define an exit condition using the <emph>If...Then</emph> structure as follows:"
msgstr "ይጠቀሙ ከ <emph>መስሪያ መውጫ</emph> አረፍተ ነገር ያለ ምንም ገደብ ዙር ለ መጨረስ: እርስዎ መጨመር ይችላሉ ይህን አረፍተ ነገር በ ምንኛውም ቦታ በ <emph>መስሪያ</emph>...<emph>ዙር</emph> አረፍተ ነገር ውስጥ: እንዲሁም እርስዎ መግለጽ ይችላሉ መውጫ ሁኔታዎች በ መጠቀም <emph>ከሆነ...ከዛ</emph> አካል እንደሚከተለው:"
-#. 5DPqL
+#. pGFcg
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3149262\n"
-"help.text"
-msgid "Do..."
-msgstr "መስሪያ..."
-
-#. KS9Nc
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149298\n"
+"par_id161588865796615\n"
"help.text"
-msgid "statements"
+msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For statement\">For</link>, <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> or <link href=\"text/sbasic/shared/03090203.xhp\" name=\"While statement\">While</link> statements"
msgstr ""
-#. zBAab
+#. NEcfM
#: 03090201.xhp
msgctxt ""
"03090201.xhp\n"
-"par_id3145646\n"
-"help.text"
-msgid "If condition = True Then Exit Do"
-msgstr "ከሆነ ሁኔታው = እውነት ከዛ ከ መስሪያ መውጫ"
-
-#. 6AC2Y
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3154490\n"
-"help.text"
-msgid "statements"
-msgstr "አረፍተ ነገሮች"
-
-#. F23Fn
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153159\n"
-"help.text"
-msgid "Loop..."
-msgstr "ዙር..."
-
-#. o6GUo
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"hd_id3147396\n"
+"par_id281588865818334\n"
"help.text"
-msgid "Example"
+msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions"
msgstr ""
#. QECNJ
@@ -22849,13 +22831,13 @@ msgctxt ""
msgid "For...Next Statement"
msgstr "ለ...የሚቀጥለው አረፍተ ነገር"
-#. Byex6
+#. TvxZC
#: 03090202.xhp
msgctxt ""
"03090202.xhp\n"
"bm_id3149205\n"
"help.text"
-msgid "<bookmark_value>For statement</bookmark_value> <bookmark_value>For Each statement</bookmark_value> <bookmark_value>In keyword</bookmark_value> <bookmark_value>Next keyword</bookmark_value> <bookmark_value>Step keyword</bookmark_value> <bookmark_value>To keyword</bookmark_value> <bookmark_value>Step keyword</bookmark_value>"
+msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>For Each statement</bookmark_value><bookmark_value>In keyword</bookmark_value><bookmark_value>Next keyword</bookmark_value><bookmark_value>Step keyword</bookmark_value><bookmark_value>To keyword</bookmark_value>"
msgstr ""
#. LVP76
@@ -23155,14 +23137,14 @@ msgctxt ""
msgid "While...Wend Statement"
msgstr "ትንሽ...መምሪያ አረፍተ ነገር"
-#. 8FsGX
+#. MB6No
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
"bm_id3150400\n"
"help.text"
-msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
-msgstr "<bookmark_value>ትንሽ: ትንሽ...መምሪያ ዙር</bookmark_value>"
+msgid "<bookmark_value>While;While...Wend loop</bookmark_value> <bookmark_value>While;While Wend loop</bookmark_value>"
+msgstr ""
#. 4Gx4Q
#: 03090203.xhp
@@ -23173,148 +23155,76 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement\">While...Wend Statement</link>"
msgstr "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement\">ትንሽ...መምሪያ አረፍተ ነገር</link>"
-#. dQPTn
+#. QMYRt
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
"par_id3151211\n"
"help.text"
-msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the<emph> While </emph>statement. If the condition is still True, the loop is executed again."
-msgstr "ፕሮግራም በሚያጋጥመው ጊዜ ትንሽ አረፍተ ነገር: ሁኔታውን ይሞክራል: ሁኔታው ሀሰት ከሆነ: ፕሮግራሙ ይቀጥላል በ ቀጥታ የሚከተለውን የ መምሪያ አረፍተ ነገር: ሁኔታው እውነት ከሆነ: ዙር ይፈጸማል ፕሮግራሙ መምሪያ እስከሚያገኝ ድረስ እና ከዛ ይዘላል ወደ <emph> ትንሽ </emph>አረፍተ ነገር: ሁኔታው አሁንም እውነት ከሆነ: ዙር እንደገና ይፈጸማል"
+msgid "When a program encounters a <literal>While</literal> statement, it tests the condition. If the condition is <literal>False</literal>, the program continues directly following the <literal>Wend</literal> statement. If the condition is <literal>True</literal>, the loop is executed until the program finds <literal>Wend</literal> and then jumps back to the <emph>While</emph> statement. If the condition is still <literal>True</literal>, the loop is executed again."
+msgstr ""
-#. 2Xbwe
+#. 2WnLN
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
"par_id3151041\n"
"help.text"
-msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a While...Wend loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error."
-msgstr "የ ተለየ የ <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">ዙር...መስሪያ</link> አረፍተ ነገር: እርስዎ መሰረዝ አይችሉም የ <emph>ትንሽ...መቀጠያ</emph> ዙር በ <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">መውጫ</link> በፍጹም አይውጡ በ ትንሽ...ዙር መቀጠያ በ <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">መሄጃ ወደ</link> ይህ የ ማስኬጃ-ጊዜ ስህተት ስለሚፈጥር"
+msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a <literal>While...Wend</literal> loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error."
+msgstr ""
-#. AatCY
+#. s8j22
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
"par_id3145172\n"
"help.text"
-msgid "A Do...Loop is more flexible than a While...Wend."
-msgstr "የ ዙር...መስሪያ በጣም ተለዋዋጭ ነው ከ ትንሽ...መምሪያ ይልቅ"
-
-#. pWv5M
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"hd_id3155133\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. BCMGD
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3147288\n"
-"help.text"
-msgid "While Condition [Statement] Wend"
-msgstr "ትንሽ ሁኔታ [ማስኬጃ ጊዜ] መምሪያ"
-
-#. 7ApBj
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"hd_id3153139\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. TYEgW
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3159153\n"
-"help.text"
-msgid "Sub ExampleWhileWend"
-msgstr "Sub ExampleWhileWend"
-
-#. AosNw
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3151114\n"
-"help.text"
-msgid "Dim stext As String"
-msgstr "Dim stext As String"
+msgid "A <literal>Do...Loop</literal> is more flexible than a <literal>While...Wend.</literal>"
+msgstr ""
-#. jKvee
+#. DB6ZD
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
-"par_id3153143\n"
+"par_id831588865616326\n"
"help.text"
-msgid "Dim iRun As Integer"
-msgstr "Dim iRun As Integer"
+msgid "<image src=\"media/helpimg/sbasic/While_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">While syntax</alt></image>"
+msgstr ""
-#. FBRFy
+#. DZ929
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
"par_id3155306\n"
"help.text"
-msgid "sText =\"This Is a short text\""
-msgstr "sText =\"This Is a short text\""
-
-#. 2bjBx
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3154011\n"
-"help.text"
-msgid "iRun = 1"
+msgid "sText =\"This is a short text\""
msgstr ""
-#. tCNtB
+#. ATdAF
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
-"par_id3147215\n"
+"par_id3153189\n"
"help.text"
-msgid "While iRun < Len(sText)"
+msgid "MsgBox sText,0,\"Text encoded\""
msgstr ""
-#. CBNWG
+#. iADnG
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
-"par_id3147427\n"
-"help.text"
-msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
-msgstr "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
-
-#. HGfLz
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3149665\n"
+"par_id161588865796615\n"
"help.text"
-msgid "iRun = iRun + 1"
+msgid "<link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop statement\">Do...Until</link> or <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...While statement\">Do...While</link> statement"
msgstr ""
-#. Ga2Lj
-#: 03090203.xhp
-msgctxt ""
-"03090203.xhp\n"
-"par_id3152939\n"
-"help.text"
-msgid "Wend"
-msgstr "Wend"
-
-#. ATdAF
+#. JAoLW
#: 03090203.xhp
msgctxt ""
"03090203.xhp\n"
-"par_id3153189\n"
+"par_id281588865818334\n"
"help.text"
-msgid "MsgBox sText,0,\"Text encoded\""
+msgid "<link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit statement\">Exit</link> statement"
msgstr ""
#. kSjtx
@@ -23542,22 +23452,22 @@ msgctxt ""
msgid "Parameters:"
msgstr "ደንቦች:"
-#. KaSma
+#. AoFVn
#: 03090302.xhp
msgctxt ""
"03090302.xhp\n"
"par_id471588670859073\n"
"help.text"
-msgid "<emph>label: </emph>A line identifier indicating where to continue execution. The scope of a label in that of the routine it belongs to."
+msgid "<emph>label: </emph>A line identifier indicating where to continue execution. The scope of a label is that of the routine it belongs to."
msgstr ""
-#. YxYq5
+#. ocGjF
#: 03090302.xhp
msgctxt ""
"03090302.xhp\n"
"par_id3152596\n"
"help.text"
-msgid "Use the <literal>GoTo</literal> statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")."
+msgid "Use the <literal>GoTo</literal> statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and end it with a colon (\":\")."
msgstr ""
#. 8o2aP
@@ -24469,13 +24379,13 @@ msgctxt ""
msgid "Defines a subroutine that can be used as an expression to determine a return type."
msgstr "የ ንዑስ አሰራር መግለጫ ሊጠቀሙበት የሚችሉ እንደ መግለጫ ለ መወሰን የሚመለሰውን አይነት"
-#. PfUxE
+#. qCx4G
#: 03090406.xhp
msgctxt ""
"03090406.xhp\n"
"par_id661588586825434\n"
"help.text"
-msgid "<literal>Sub</literal> or <literal>Function</literal> statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified. %PRODUCTNAME Basic compiler accepts their respective syntax to be used interchangeably."
+msgid "<literal>Sub</literal>, <literal>Function</literal> or <literal>Property</literal> statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified in return. %PRODUCTNAME Basic compiler accepts their respective argument syntax to be used interchangeably."
msgstr ""
#. zFnQ7
@@ -24730,14 +24640,14 @@ msgctxt ""
msgid "<bookmark_value>Sub statement</bookmark_value>"
msgstr "<bookmark_value>ንዑስ አረፍተ ነገር</bookmark_value>"
-#. iyuLQ
+#. ZjnGN
#: 03090409.xhp
msgctxt ""
"03090409.xhp\n"
"hd_id3147226\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">Sub Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">ንዑስ አረፍተ ነገር</link>"
+msgid "<variable id=\"Sub_h1\"><link href=\"text/sbasic/shared/03090409.xhp\" name=\"Sub Statement\">Sub Statement</link></variable>"
+msgstr ""
#. YELg8
#: 03090409.xhp
@@ -26206,94 +26116,166 @@ msgctxt ""
msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"Const Statement\">Const Statement</link>"
msgstr ""
-#. AASbb
+#. xPBxj
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
"par_id3154143\n"
"help.text"
-msgid "Defines a string as a constant."
-msgstr "ሀረግ እንደ መደበኛ መግለጫ"
+msgid "Defines one or more identifiers as constants."
+msgstr ""
-#. KAtyB
+#. 4sYHn
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"hd_id3150670\n"
+"par_id3147264\n"
"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
+msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified."
+msgstr ""
-#. bvD2M
+#. ucqd6
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"par_id3150984\n"
+"par_id831588865616326\n"
"help.text"
-msgid "Const Text = Expression"
-msgstr "መደበኛ ጽሁፍ = መግለጫ"
+msgid "<image src=\"media/helpimg/sbasic/Const_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Const syntax</alt></image>"
+msgstr ""
-#. zwnoG
+#. QZJkC
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"hd_id3147530\n"
+"par_id3150984\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "[Global|Private|Public] Const name = expression[, ...]"
+msgstr ""
-#. oJbVy
+#. 8cNC9
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
"par_id3153897\n"
"help.text"
-msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
-msgstr "<emph>ጽሁፍ:</emph> ማንኛውም መደበኛ ስም የሚከተል መደበኛ ተለዋዋጭ ስም መግለጫ"
+msgid "<emph>name:</emph> Any identifier that follows the standard variable naming conventions."
+msgstr ""
-#. CBCHY
+#. MYNoo
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"par_id3147264\n"
+"par_id791593689338208\n"
"help.text"
-msgid "A constant is a variable that helps to improve the readability of a program. Constants are not defined as a specific type of variable, but rather are used as placeholders in the code. You can only define a constant once and it cannot be modified. Use the following statement to define a constant:"
-msgstr "መደበኛ ተለዋዋጭ ነው የሚረዳውም የ ፕሮግራም ማንበቢያ ለ ማሻሻል ነው: መደበኛ አይገለጽም እንደ የ ተወሰነ አይነት ተለዋዋጭ: ነገር ግን እንደ ቦታ ያዢ መጠቀም ይችላሉ በ ኮድ ውስጥ: እርስዎ መደበኛ መግለጽ የሚችሉት አንድ ጊዜ ብቻ ነው እና ካዛ በኋላ ማሻሻል አይቻልም: የሚቀጥለውን አረፍተ ነገር ይጠቀሙ መደበኛ ለ መግለጽ"
+msgid "<emph>expression:</emph> Any literal expression."
+msgstr ""
-#. XCQgM
+#. C8b4Z
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"par_id3150542\n"
+"par_id3150400\n"
+"help.text"
+msgid "The data type must be omitted. When a library gets loaded in memory, %PRODUCTNAME Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
+msgstr ""
+
+#. fYdeb
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"hd_id51593690561479\n"
"help.text"
-msgid "CONST ConstName=Expression"
-msgstr "መደበኛ መደበኛ ስም=መግለጫ"
+msgid "Scope"
+msgstr ""
-#. 7tqgF
+#. QwPhy
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"par_id3150400\n"
+"par_id431593690612961\n"
"help.text"
-msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
-msgstr "የ መግለጫ አይነት ዋጋ የለውም: ፕሮግራም ከ ጀመረ $[officename] Basic ይቀይራል የ ፕሮግራም ኮድ በ ውስጥ ስለዚህ መደበኛ በሚጠቀሙ ጊዜ: የ ተገለጸውን መግለጫ ይቀይረዋል"
+msgid "By default constants are defined as private in modules and routines. Constants can be made public or global in order to be used from all modules, from all Basic libraries."
+msgstr ""
-#. yKGrA
+#. EAL5T
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"hd_id3154366\n"
+"par_id241593693307830\n"
"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "<literal>Global</literal>, <literal>Private</literal> and <literal>Public</literal> specifiers can only be used for module constants."
+msgstr ""
-#. VBDYG
+#. 7HRGK
#: 03100700.xhp
msgctxt ""
"03100700.xhp\n"
-"par_id3153969\n"
+"bas_id911593692598060\n"
+"help.text"
+msgid "Const EARTH = \"♁\" ' module scope"
+msgstr ""
+
+#. pCVMW
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"bas_id441593692601125\n"
+"help.text"
+msgid "Private Const MOON = \"☾\" ' module scope"
+msgstr ""
+
+#. xjhjq
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"bas_id161593692601597\n"
+"help.text"
+msgid "Public Const VENUS=\"♀\", MARS=\"♂\" ' general scope"
+msgstr ""
+
+#. 6LzLX
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"bas_id581593692602046\n"
+"help.text"
+msgid "Global Const SUN = \"☉\", STAR = \"☆\" ' general scope"
+msgstr ""
+
+#. aFEH7
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_idm1341160752\n"
+"help.text"
+msgid "Const SUN = 3 * 1.456 / 56 ' SUN is local"
+msgstr ""
+
+#. 5ZVn4
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_idm1341159520\n"
+"help.text"
+msgid "MsgBox SUN,, MOON ' SUN global constant is unchanged"
+msgstr ""
+
+#. e9BxY
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id111593694878677\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/enum.xhp\" name=\"Enum\">Enum</link> statement"
+msgstr ""
+
+#. ZYFUV
+#: 03100700.xhp
+msgctxt ""
+"03100700.xhp\n"
+"par_id111953694878677\n"
"help.text"
-msgid "Const sVar = \"Program\", dVar As Double = 1.00"
+msgid "<link href=\"text/sbasic/shared/03090413.xhp\" name=\"Enum\">Type</link> statement"
msgstr ""
#. FmimE
@@ -26638,94 +26620,58 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefBool statement sets the default data type for variables, according to a letter range."
msgstr "ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል ካልተወሰነ: የ DefBool አረፍተ ነገር ማሰናጃ ነባር የ ዳታ አይነት ለ ተለዋዋጭ ይወስዳል: እንደ ፊደል መጠን አይነት"
-#. dvmLf
+#. SZ3Ak
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"hd_id3149495\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. Vapap
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3150682\n"
+"par_id971587473488701\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "<image src=\"media/helpimg/sbasic/Defxxx_statements.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">DefType statements diagram</alt></image>"
msgstr ""
-#. wg6zG
+#. NFRzL
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"hd_id3159201\n"
+"par_id3147336\n"
"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
+msgid "<emph>char:</emph> Letter prefix that specifies default data type for variables."
+msgstr ""
-#. AFhFa
+#. CBqSz
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
"par_id3147226\n"
"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>የ ባህሪ መጠን:</emph> ፊደሎች የ ተለዋዋጭ መጠን የሚወስኑ እርስዎ ማሰናዳት ለሚፈልጉት እንደ ነባር የ ዳታ አይነት ለ"
-
-#. jhcfS
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3149178\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
-
-#. 2Tv76
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3150669\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr "<emph>ቁልፍ ቃል: </emph> ነባር ተለዋዋጭ አይነት"
-
-#. wRGMS
-#: 03101100.xhp
-msgctxt ""
-"03101100.xhp\n"
-"par_id3149233\n"
-"help.text"
-msgid "<emph>DefBool:</emph> Boolean"
-msgstr "<emph>ነባር ቡሊያን:</emph> ቡሊያን"
+msgid "<emph>char-char:</emph> Letter range prefixes that specify default data type for variables."
+msgstr ""
-#. NRAAt
+#. 9vqSg
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"hd_id3149762\n"
+"par_id3156152\n"
"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
+msgid "' Prefix definitions for variable types:"
+msgstr ""
-#. AhnXE
+#. QC5gr
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
-"par_id3156152\n"
+"par_id3152481\n"
"help.text"
-msgid "' Prefix definition for variable types:"
-msgstr "' መነሻ መግለጫ ለ ተለያዩ አይነቶች:"
+msgid "Print TypeName(Boole), VarType(Babbage), bitcoin ' Displays: Boolean 11 False"
+msgstr ""
-#. BLc3G
+#. i5aFp
#: 03101100.xhp
msgctxt ""
"03101100.xhp\n"
"par_id3151381\n"
"help.text"
-msgid "bOK=TRUE ' bOK is an implicit boolean variable"
+msgid "bOK=True ' bOK is an implicit boolean variable"
msgstr ""
#. zabpF
@@ -26764,14 +26710,14 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: ነባር የ አሁኑ አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አይነት: እንደ ፊደል መጠን አይነት"
-#. sqyeC
+#. UJUeE
#: 03101110.xhp
msgctxt ""
"03101110.xhp\n"
-"par_idN105B0\n"
+"par_idN105D8\n"
"help.text"
-msgid "<emph>DefCur:</emph> Currency"
-msgstr "<emph>ነባር ገንዛብ:</emph> ገንዛብ"
+msgid "Print liquid, Typename(coinbit), VarType(money) ' Result is: 0.0000 Currency 6"
+msgstr ""
#. uA7E4
#: 03101110.xhp
@@ -26818,15 +26764,6 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range."
msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: የ ነባር ስህተት አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አይነት: እንደ ፊደል መጠን አይነት"
-#. SPBLB
-#: 03101120.xhp
-msgctxt ""
-"03101120.xhp\n"
-"par_idN105B0\n"
-"help.text"
-msgid "<emph>DefErr:</emph> Error"
-msgstr "<emph>ነባር ስህተት:</emph> ስህተት"
-
#. b8Tvs
#: 03101120.xhp
msgctxt ""
@@ -26872,22 +26809,22 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range."
msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: የ ነባር ሀረግ አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አይነት: እንደ ፊደል መጠን አይነት"
-#. UBc9R
+#. FEQfu
#: 03101130.xhp
msgctxt ""
"03101130.xhp\n"
-"par_idN105AA\n"
+"par_idN105D3\n"
"help.text"
-msgid "<emph>DefSng:</emph> Single"
-msgstr "<emph>ነባር ነጠላ:</emph> ነጠላ"
+msgid "wSng=Single ' wSng is an implicit single variable"
+msgstr ""
-#. VsSH4
+#. B2kjC
#: 03101130.xhp
msgctxt ""
"03101130.xhp\n"
-"par_idN105D3\n"
+"par_idN105D4\n"
"help.text"
-msgid "sSng=Single ' sSng is an implicit single variable"
+msgid "Print afloat, Typename(Word), VarType(anyNum) ' Result is : 0 single 4"
msgstr ""
#. zfvWo
@@ -26926,23 +26863,23 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range."
msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: የ ነባር ሀረግ አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አይነት: እንደ ፊደል መጠን አይነት"
-#. 6GXn9
+#. LCyE8
#: 03101140.xhp
msgctxt ""
"03101140.xhp\n"
-"par_idN105AA\n"
+"par_idN105D3\n"
"help.text"
-msgid "<emph>DefStr:</emph> String"
-msgstr "<emph>ነባር ሀረግ:</emph> ሀረግ"
+msgid "sStr=String ' sStr is an implicit string variable"
+msgstr "sሀረግ=ሀረግ ' sሀረግ ያልተገለጸ ተለዋዋጭ ሀረግ ነው"
-#. LCyE8
+#. pVAGJ
#: 03101140.xhp
msgctxt ""
"03101140.xhp\n"
-"par_idN105D3\n"
+"par_idN105D4\n"
"help.text"
-msgid "sStr=String ' sStr is an implicit string variable"
-msgstr "sሀረግ=ሀረግ ' sሀረግ ያልተገለጸ ተለዋዋጭ ሀረግ ነው"
+msgid "Print VarType(slice), strng, TypeName(sheet) ' Result is: 8 \"\" String"
+msgstr ""
#. E5nXi
#: 03101300.xhp
@@ -26980,23 +26917,23 @@ msgctxt ""
msgid "If no type-declaration character or keyword is specified, the DefDate statement sets the default variable type, according to a letter range."
msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: የ ነባር ቀን አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አትነት: እንደ ፊደል መጠን አይነት"
-#. 7bqLD
+#. sGAWV
#: 03101300.xhp
msgctxt ""
"03101300.xhp\n"
-"par_id3150767\n"
+"par_id3152462\n"
"help.text"
-msgid "<emph>DefDate:</emph> Date"
-msgstr "<emph>ነባር ቀን:</emph> ቀን"
+msgid "tDate=Date ' tDate is an implicit date variable"
+msgstr "tቀን=ቀን ' tቀን ያልተገለጸ ተለዋዋጭ ቀን ነው"
-#. sGAWV
+#. kEsRX
#: 03101300.xhp
msgctxt ""
"03101300.xhp\n"
-"par_id3152462\n"
+"par_id3153562\n"
"help.text"
-msgid "tDate=Date ' tDate is an implicit date variable"
-msgstr "tቀን=ቀን ' tቀን ያልተገለጸ ተለዋዋጭ ቀን ነው"
+msgid "Print VarType(tea), train, TypeName(timedate), IsDate(tick) ' Displays: 7 00:00:00 Date True"
+msgstr ""
#. c8vDs
#: 03101400.xhp
@@ -27034,22 +26971,22 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "የ ነባር ተለዋዋጭ አይነት ማሰናጃ: እንደ ፊደል መጠን አይነት: ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል አልተወሰነም"
-#. ctoJu
+#. oWGT8
#: 03101400.xhp
msgctxt ""
"03101400.xhp\n"
-"par_id3154123\n"
+"par_id3154244\n"
"help.text"
-msgid "<emph>DefDbl:</emph> Double"
-msgstr "<emph>ነባር ድርብ:</emph> ድርብ"
+msgid "fValue=1.23e43 ' fValue is an implicit double variable type"
+msgstr ""
-#. 2f3z3
+#. DcRHT
#: 03101400.xhp
msgctxt ""
"03101400.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
+msgid "Print Typename(float), VarType(fire), factory ' Result is: Double 5 0"
msgstr ""
#. mcUhD
@@ -27088,23 +27025,23 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "የ ነባር ተለዋዋጭ አይነት ማሰናጃ: እንደ ፊደል መጠን አይነት: ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል አልተወሰነም"
-#. WgpHG
+#. zxFQy
#: 03101500.xhp
msgctxt ""
"03101500.xhp\n"
-"par_id3125863\n"
+"par_id3164728\n"
"help.text"
-msgid "<emph>DefInt:</emph> Integer"
-msgstr "<emph>ነባር ኢንቲጀር:</emph> ኢንቲጀር"
+msgid "iCount=200 ' iCount is an implicit integer variable"
+msgstr ""
-#. 7H7tx
+#. kXjfq
#: 03101500.xhp
msgctxt ""
"03101500.xhp\n"
"par_id3153728\n"
"help.text"
-msgid "iCount=200 ' iCount is an implicit integer variable"
-msgstr "iመቁጠሪያ=200 ' iመቁጠሪያ ያልተገለጸ የ ኢንቲጀር ተለዋዋጭ ነው"
+msgid "Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2"
+msgstr ""
#. kK2Aw
#: 03101600.xhp
@@ -27142,23 +27079,23 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "የ ነባር ተለዋዋጭ አይነት ማሰናጃ: እንደ ፊደል መጠን አይነት: ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል አልተወሰነም"
-#. sLCx9
+#. Dn2Xk
#: 03101600.xhp
msgctxt ""
"03101600.xhp\n"
-"par_id3154686\n"
+"par_id3145273\n"
"help.text"
-msgid "<emph>DefLng:</emph> Long"
-msgstr "<emph>ነባር ረጅም:</emph> ረጅም"
+msgid "xCount=123456789 ' xCount is an implicit long integer variable"
+msgstr ""
-#. WPTCA
+#. Pg49N
#: 03101600.xhp
msgctxt ""
"03101600.xhp\n"
-"par_id3145273\n"
+"par_id3255273\n"
"help.text"
-msgid "lCount=123456789 ' lCount is an implicit long integer variable"
-msgstr "የ እኔ መቁጠሪያ=123456789 ' የ እኔ መቁጠሪያ የ ረጅም ኢንቲጀር ተለዋዋጭ መፈጸሚያ ነው"
+msgid "Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long"
+msgstr ""
#. k5A5k
#: 03101700.xhp
@@ -27196,14 +27133,14 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "የ ነባር ተለዋዋጭ አይነት ማሰናጃ: እንደ ፊደል መጠን አይነት: ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል አልተወሰነም"
-#. DTNnj
+#. Ds9qa
#: 03101700.xhp
msgctxt ""
"03101700.xhp\n"
-"par_id3150769\n"
+"par_id3255273\n"
"help.text"
-msgid "<emph>DefObj:</emph> Object"
-msgstr "<emph>ነባር እቃ:</emph> እቃ"
+msgid "Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True False"
+msgstr ""
#. oaF9W
#: 03102000.xhp
@@ -27241,103 +27178,31 @@ msgctxt ""
msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr "የ ነባር ተለዋዋጭ አይነት ማሰናጃ: እንደ ፊደል መጠን አይነት: ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል አልተወሰነም"
-#. QntwN
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3154143\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
-#. FACB3
+#. TJouG
#: 03102000.xhp
msgctxt ""
"03102000.xhp\n"
-"par_id3149514\n"
+"par_id3154012\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "vDiv=99 ' vDiv is an implicit variant"
msgstr ""
-#. giJy9
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3156024\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
-#. tAPGo
+#. 7BG6Y
#: 03102000.xhp
msgctxt ""
"03102000.xhp\n"
-"par_id3147560\n"
-"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
-msgstr "<emph>የ ባህሪ መጠን:</emph> ፊደሎች የ ተለዋዋጭ መጠን የሚወስኑ እርስዎ ማሰናዳት ለሚፈልጉት እንደ ነባር የ ዳታ አይነት ለ"
-
-#. rG9MV
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3148552\n"
-"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr "<emph>xxx:</emph> Keyword that defines the default variable type:"
-
-#. uEmwr
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3153524\n"
-"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr "<emph>ቁልፍ ቃል: </emph> ነባር ተለዋዋጭ አይነት"
-
-#. C78EJ
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3150767\n"
-"help.text"
-msgid "<emph>DefVar:</emph> Variant"
-msgstr "<emph>ነባር ተለዋዋጭ:</emph> ተለዋዋጭ"
-
-#. ZDBBg
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"hd_id3151041\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
-#. QEkeu
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3156214\n"
-"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr "' መነሻ መግለጫ ለ ተለያዩ አይነቶች:"
-
-#. TJouG
-#: 03102000.xhp
-msgctxt ""
-"03102000.xhp\n"
-"par_id3154012\n"
+"par_id3146121\n"
"help.text"
-msgid "vDiv=99 ' vDiv is an implicit variant"
+msgid "values=\"Hello world\""
msgstr ""
-#. zCdB9
+#. BoCFz
#: 03102000.xhp
msgctxt ""
"03102000.xhp\n"
-"par_id3146121\n"
+"par_id3147221\n"
"help.text"
-msgid "vDiv=\"Hello world\""
+msgid "Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Displays: Empty 8 True"
msgstr ""
#. 2jpst
@@ -31768,13 +31633,13 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. gunCB
+#. nYDuW
#: 03120201.xhp
msgctxt ""
"03120201.xhp\n"
"par_id3143228\n"
"help.text"
-msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of <emph>n</emph> is 65535."
+msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of <emph>n</emph> is 2,147,483,648."
msgstr ""
#. xfAcE
@@ -31822,15 +31687,6 @@ msgctxt ""
msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
msgstr "ሀረግ መፍጠሪያ በ ተወሰነው ባህሪ መሰረት: ወይንም የ መጀመሪያ ባህሪ ለ ሀረግ መግለጫ ያለፈ በ ተግባር ውስጥ"
-#. YEQWe
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3149516\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. EVKUs
#: 03120202.xhp
msgctxt ""
@@ -31840,15 +31696,6 @@ msgctxt ""
msgid "String (n As Long, {expression As Integer | character As String})"
msgstr "ሀረግ (n እስከ {መግለጫ እንደ ኢንቲጀር | ባህሪ እንደ ሀረግ})"
-#. Uaxak
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3143270\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. GfqGg
#: 03120202.xhp
msgctxt ""
@@ -31858,23 +31705,14 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. 5gnCP
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3154923\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
-#. xvDy5
+#. FTqT4
#: 03120202.xhp
msgctxt ""
"03120202.xhp\n"
"par_id3154347\n"
"help.text"
-msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 65535."
-msgstr "<emph>n:</emph> የ ቁጥር መግለጫ የሚያሳይ የ ባህሪዎች ቁጥር የሚመልሰው በ ሀረግ ውስጥ: የሚፈቀደው ከፍተኛው ዋጋ በ n ውስጥ 65535. ነው"
+msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 2,147,483,648."
+msgstr ""
#. uARjD
#: 03120202.xhp
@@ -31894,15 +31732,6 @@ msgctxt ""
msgid "<emph>Character:</emph> Any single character used to build the return string, or any string of which only the first character will be used."
msgstr "<emph>ባህሪ:</emph> ማንኛውም ነጠላ ባህሪ የ ተጠቀሙት ለ መገንባት የሚመለሰውን ሀረግ: ወይንም ሀረግ የ መጀመሪያውን ባህሪ ብቻ የሚጠቀሙት"
-#. iApAt
-#: 03120202.xhp
-msgctxt ""
-"03120202.xhp\n"
-"hd_id3152920\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. avFC9
#: 03120300.xhp
msgctxt ""
@@ -31975,15 +31804,6 @@ msgctxt ""
msgid "Converts a number to a string, and then formats it according to the format that you specify."
msgstr "ቁጥር ወደ ሀረግ መቀየሪያ: እና ከዛ እርስዎ እንደ ወሰኑት አይነት አቀራረብ ያቀርባል"
-#. ESujY
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3145090\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. wp4Ae
#: 03120301.xhp
msgctxt ""
@@ -31993,15 +31813,6 @@ msgctxt ""
msgid "Format (Number [, Format As String])"
msgstr "አቀራረብ (ቁጥር [, አቀራረብ እንደ ሀረግ])"
-#. SrkYm
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3149178\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. gddga
#: 03120301.xhp
msgctxt ""
@@ -32011,15 +31822,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. WGjGQ
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3159176\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. 6Dyxg
#: 03120301.xhp
msgctxt ""
@@ -32299,15 +32101,6 @@ msgctxt ""
msgid "A format code can be divided into three sections that are separated by semicolons. The first part defines the format for positive values, the second part for negative values, and the third part for zero. If you only specify one format code, it applies to all numbers."
msgstr "የ አቀራረብ ኮድ በ ሶስት ክፍሎች ይከፈላል በ ሴሚኮለን የ ተለያዩ: የ መጀመሪያው ክፍል የሚገልጸው አቀራረብ የ አዎንታዊ ዋጋዎች ነው: ሁለተኛው ክፍል የ አሉታዊ ዋጋዎች ነው: እና ሶስተኛው ክፍል ለ ዜሮ ነው: እርስዎ ከ ገለጹ አንድ አቀራረብ ኮድ: ለ ሁሉም ቁጥሮች ይፈጸማል"
-#. GXmDT
-#: 03120301.xhp
-msgctxt ""
-"03120301.xhp\n"
-"hd_id3149019\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. ZsNPC
#: 03120301.xhp
msgctxt ""
@@ -32461,15 +32254,6 @@ msgctxt ""
msgid "Returns the number of leftmost characters that you specify of a string expression."
msgstr "ይመልሳል ቁጥር የ ሩቅ ግራ ባህሪዎች እርስዎ መወሰን የሚፈልጉትን የ ሀረግ መግለጫ"
-#. UF45c
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3156153\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. H2Ftq
#: 03120303.xhp
msgctxt ""
@@ -32479,15 +32263,6 @@ msgctxt ""
msgid "Left (Text As String, n As Long)"
msgstr "በ ግራ (ጽሁፍ እንደ ሀረግ: n እስከ)"
-#. 48Gmp
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3153824\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. to74m
#: 03120303.xhp
msgctxt ""
@@ -32497,15 +32272,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. ZJXfA
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3148946\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. hRWZH
#: 03120303.xhp
msgctxt ""
@@ -32515,14 +32281,14 @@ msgctxt ""
msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
msgstr "<emph>ጽሁፍ:</emph> ማንኛውም የ ሀረግ መግለጫ እርስዎ መመለስ የሚፈልጉት ወደ ሩቅ ግራ ባህሪዎች ከ"
-#. jVzCK
+#. BPXpD
#: 03120303.xhp
msgctxt ""
"03120303.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
-msgstr "<emph>n:</emph> የ ቁጥር መግለጫ የሚገልጽ የ ቁጥር ባህሪዎች እርስዎ እንዲመልስ የሚፈልጉትን: ከሆነ <emph>n</emph> = 0, የ ዜሮ-እርዝመት ሀረግ ይመልሳል: ከፍተኛ የ ተፈቀደው ዋጋ 65535. ነው"
+msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648."
+msgstr ""
#. FPXvk
#: 03120303.xhp
@@ -32533,15 +32299,6 @@ msgctxt ""
msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
msgstr "የሚቀጥለው ምስሌ ይቀይራል ቀን በ አአአአ.ወወ.ቀቀ አቀራረብ ወደ ወወ/ቀቀ/አአአአ አቀራረብ"
-#. YQQDH
-#: 03120303.xhp
-msgctxt ""
-"03120303.xhp\n"
-"hd_id3125863\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. TJBfC
#: 03120303.xhp
msgctxt ""
@@ -32587,15 +32344,6 @@ msgctxt ""
msgid "Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type."
msgstr "ሀረግ ማሰለፊያ በ ግራ የ ሀረግ ተለዋዋጭ በኩል: ወይንም ኮፒ ማድረጊያ በ ተጠቃሚ-የሚገለጽ አይነት ወደ ሌላ ተለዋዋጭ ለ ተለያየ በ ተጠቃሚ-የሚገለጽ አይነት"
-#. wKtHD
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3145317\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. tFaav
#: 03120304.xhp
msgctxt ""
@@ -32605,15 +32353,6 @@ msgctxt ""
msgid "LSet Var As String = Text or LSet Var1 = Var2"
msgstr "በ ግራ ማሰለፊያ ተለዋዋጭ እንደ ሀረግ = ጽሁፍ ወይንም በ ግራ ማሰለፊያ ተለዋዋጭ1 = ተለዋዋጭ2"
-#. 2vzrB
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3143271\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. M99uG
#: 03120304.xhp
msgctxt ""
@@ -32659,15 +32398,6 @@ msgctxt ""
msgid "If the string is shorter than the string variable, <emph>LSet</emph> left-aligns the string within the string variable. Any remaining positions in the string variable are replaced by spaces. If the string is longer than the string variable, only the leftmost characters up to the length of the string variable are copied. With the <emph>LSet</emph> statement, you can also copy a user-defined type variable to another variable of the same type."
msgstr "ሀረግ አጭር ከሆነ ከ ተለዋዋጭ ሀረግ <emph> በ ግራ ማሰለፊያ </emph> በ ግራ-ማሰለፊያ ሀረግ በ ሀረግ ተለዋዋጭ ውስጥ: ማንኛውም ቀሪ ቦታዎች በ ሀረግ ተለዋዋጭ ውስጥ በ ክፍተት ይቀየራሉ: ሀረጉ እረጅም ከሆነ ከ ሀረግ ተለዋዋጭ በላይ: የ ሩቅ ግራ ባህሪዎች ብቻ እስከ ሀረግ ተለዋዋጭ እርዝመት ድረስ ኮፒ ይደረጋል: <emph> በ ግራ ማሰለፊያ </emph> አረፍተ ነገር: እርስዎ እንዲሁም ኮፒ ማድረግ ይችላሉ በ ተጠቃሚ-የሚገለጽ አይነት ተለዋዋጭ ወደ ሌላ ተመሳሳይ አይነት ተለዋዋጭ"
-#. BQw4P
-#: 03120304.xhp
-msgctxt ""
-"03120304.xhp\n"
-"hd_id3156282\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. jJepi
#: 03120304.xhp
msgctxt ""
@@ -32731,15 +32461,6 @@ msgctxt ""
msgid "Removes all leading spaces at the start of a string expression."
msgstr "ሁሉንም ቀዳሚ ክፍተቶች ማስወገጃ ከ ሀረግ መግለጫ በፊት ያሉ"
-#. vG8YP
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3154924\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. cepxM
#: 03120305.xhp
msgctxt ""
@@ -32749,15 +32470,6 @@ msgctxt ""
msgid "LTrim (Text As String)"
msgstr "ቀዳሚ ባዶ ቦታ መከርከሚያ (ጽሁፍ እንደ ሀረግ)"
-#. KzzDh
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3156344\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. LyUCE
#: 03120305.xhp
msgctxt ""
@@ -32767,15 +32479,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. 8hNZD
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3150543\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. x85WJ
#: 03120305.xhp
msgctxt ""
@@ -32794,15 +32497,6 @@ msgctxt ""
msgid "Use this function to remove spaces at the beginning of a string expression."
msgstr "ይህን ተግባር ይጠቀሙ ክፍተቶች ለ ማስወገድ ከ ሀረግ መግለጫ በፊት ያሉ"
-#. FExzu
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3145419\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. Afrvq
#: 03120306.xhp
msgctxt ""
@@ -32839,15 +32533,6 @@ msgctxt ""
msgid "Returns the specified portion of a string expression (<emph>Mid function</emph>), or replaces the portion of a string expression with another string (<emph>Mid statement</emph>)."
msgstr "ይመልሳል የ ተወሰነ መጠን የ ሀረግ መግለጫ (<emph> መሀከል ተግባር </emph>), ወይንም መቀየሪያ የ ሀረግ መግለጫ መጠን በ ሌላ ሀረግ (<emph> መሀከል አረፍተ ነገር </emph>)"
-#. ye7Tj
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3154285\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. 32BvU
#: 03120306.xhp
msgctxt ""
@@ -32857,15 +32542,6 @@ msgctxt ""
msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
msgstr "መሀከል (ጽሁፍ እንደ ሀረግ: መጀመሪያ እስከ [, እርዝመት እስከ]) ወይንም መሀከል (ጽሁፍ እንደ ሀረግ: መጀመሪያ እስከ: እርዝመት እስከ: ጽሁፍ እንደ ሀረግ)"
-#. Bw3Yb
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3145068\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. 5MG4F
#: 03120306.xhp
msgctxt ""
@@ -32875,15 +32551,6 @@ msgctxt ""
msgid "String (only by Function)"
msgstr "ሀረግ (በ ተግባር ብቻ)"
-#. rLmbA
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3154347\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. hRXCE
#: 03120306.xhp
msgctxt ""
@@ -32893,23 +32560,23 @@ msgctxt ""
msgid "<emph>Text:</emph> Any string expression that you want to modify."
msgstr "<emph>ጽሁፍ:</emph> ማንኛውም የ ሀረግ መግለጫ እርስዎ ማሻሻል የሚፈልጉት"
-#. MkjPp
+#. DGPaB
#: 03120306.xhp
msgctxt ""
"03120306.xhp\n"
"par_id3150359\n"
"help.text"
-msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The maximum allowed value is 65535."
-msgstr "<emph>መጀመሪያ: </emph>የ ቁጥር መግለጫ የሚጠቁም የ ባህሪ ቦታ በ ሀረጉ ውስጥ የ ሀረጉ ክፍል እርስዎ መቀየር የሚፈልጉትን ወይንም ወደ መመለሻ ማስጀመሪያ: ከፍተኛ የ ተፈቀደው ዋጋ 65535. ነው"
+msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648."
+msgstr ""
-#. 49ArA
+#. dtyT5
#: 03120306.xhp
msgctxt ""
"03120306.xhp\n"
"par_id3148451\n"
"help.text"
-msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 65535."
-msgstr "<emph>እርዝመት: </emph>የ ቁጥር መግለጫ የሚመልስ የ ቁጥር ባህሪዎች እርስዎ መቀየር የሚፈልጉትን ወይንም መመለስ : ከፍተኛ የ ተፈቀደው ዋጋ 65535. ነው"
+msgid "<emph>Length:</emph> Numeric expression that returns the number of characters that you want to replace or return. The maximum allowed value is 2,147,483,648."
+msgstr ""
#. Cw9Ts
#: 03120306.xhp
@@ -32938,15 +32605,6 @@ msgctxt ""
msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
msgstr "<emph>ጽሁፍ:</emph> ጽሁፉ ይቀየራል በ ሀረግ መግለጫ (<emph>መሀከል አረፍተ ነገር </emph>)."
-#. jK3U3
-#: 03120306.xhp
-msgctxt ""
-"03120306.xhp\n"
-"hd_id3149560\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. NFDUA
#: 03120306.xhp
msgctxt ""
@@ -33001,15 +32659,6 @@ msgctxt ""
msgid "See also: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\">Left Function</link>."
msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03120303.xhp\" name=\"Left Function\"> የ ግራ ተግባር </link>"
-#. Xy4Fw
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3145315\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. A3Rzn
#: 03120307.xhp
msgctxt ""
@@ -33019,15 +32668,6 @@ msgctxt ""
msgid "Right (Text As String, n As Long)"
msgstr "በ ቀኝ (ጽሁፍ እንደ ሀረግ: n እስከ)"
-#. 8sZ7E
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3145068\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. SKQUo
#: 03120307.xhp
msgctxt ""
@@ -33037,15 +32677,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. CyX7H
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3146795\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. hErZb
#: 03120307.xhp
msgctxt ""
@@ -33055,14 +32686,14 @@ msgctxt ""
msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
msgstr "<emph>ጽሁፍ:</emph> ማንኛውም የ ሀረግ መግለጫ እርስዎ መመለስ የሚፈልጉት ወደ ሩቅ ግራ ባህሪዎች ከ"
-#. D8HQ5
+#. NwQkG
#: 03120307.xhp
msgctxt ""
"03120307.xhp\n"
"par_id3151211\n"
"help.text"
-msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 65535."
-msgstr "<emph>n:</emph> የ ቁጥር መግለጫ የሚገልጽ የ ቁጥር ባህሪዎች እርስዎ እንዲመልስ የሚፈልጉትን: ከሆነ <emph>n</emph> = 0, የ ዜሮ-እርዝመት ሀረግ ይመልሳል: ከፍተኛ የ ተፈቀደው ዋጋ 65535. ነው"
+msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648."
+msgstr ""
#. ezXrq
#: 03120307.xhp
@@ -33073,15 +32704,6 @@ msgctxt ""
msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
msgstr "የሚቀጥለው ምስሌ ይቀይራል ቀን በ አአአአ.ወወ.ቀቀ አቀራረብ ወደ US አቀራረብ (ወወ/ቀቀ/አአአአ)"
-#. wgEnG
-#: 03120307.xhp
-msgctxt ""
-"03120307.xhp\n"
-"hd_id3156212\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. ZbKt5
#: 03120307.xhp
msgctxt ""
@@ -33127,15 +32749,6 @@ msgctxt ""
msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
msgstr "በ ቀኝ-ማሰለፊያ ሀረግ በ ተለዋዋጭ ሀረግ ውስጥ: ወይንም ኮፒ ማድረጊያ በ ተጠቃሚ-የሚገለጽ ተለዋዋጭ አይነት ወደ ሌላ"
-#. aHsZH
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3149234\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. uDqvq
#: 03120308.xhp
msgctxt ""
@@ -33145,15 +32758,6 @@ msgctxt ""
msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
msgstr "በ ቀኝ ማሰለፊያ ጽሁፍ እንደ ሀረግ = ጽሁፍ ወይንም በ ቀኝ ማሰለፊያ ተለዋዋጭ1 = ተለዋዋጭ2"
-#. tpDDD
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3156024\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. YfmCj
#: 03120308.xhp
msgctxt ""
@@ -33217,15 +32821,6 @@ msgctxt ""
msgid "The following example uses the <emph>RSet</emph> and <emph>LSet</emph> statements to modify the left and right alignment of a string."
msgstr "የሚቀጥለው ምሳሌ ይጠቀማል የ <emph>በ ቀኝ ማሰለፊያ</emph> እና <emph>በ ግራ ማሰለፊያ</emph> አረፍተ ነገሮች ለ ማሻሻል የ ግራ እና የ ቀኝ ማሰለፊያ ሀረግ"
-#. BdFxA
-#: 03120308.xhp
-msgctxt ""
-"03120308.xhp\n"
-"hd_id3154909\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. u4Dwb
#: 03120308.xhp
msgctxt ""
@@ -33298,15 +32893,6 @@ msgctxt ""
msgid "See also: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\">LTrim Function</link>"
msgstr "ይህን ይመልከቱ: <link href=\"text/sbasic/shared/03120305.xhp\" name=\"LTrim Function\"> ቀዳሚ ባዶ ቦታ መከርከሚያ ተግባር </link>"
-#. z57JG
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3154924\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. 3KFbV
#: 03120309.xhp
msgctxt ""
@@ -33316,15 +32902,6 @@ msgctxt ""
msgid "RTrim (Text As String)"
msgstr "ቀዳሚ ባዶ ቦታ መከርከሚያ (ጽሁፍ እንደ ሀረግ)"
-#. qfPg6
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3149457\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. awasf
#: 03120309.xhp
msgctxt ""
@@ -33334,15 +32911,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. p2Uwz
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3148798\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. UW5Fx
#: 03120309.xhp
msgctxt ""
@@ -33352,15 +32920,6 @@ msgctxt ""
msgid "<emph>Text: </emph>Any string expression."
msgstr "<emph>ጽሁፍ: </emph> ማንኛውም የ ሀረግ መግለጫ"
-#. Tq2QX
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3151041\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. qdGRW
#: 03120310.xhp
msgctxt ""
@@ -33487,15 +33046,6 @@ msgctxt ""
msgid "Removes all leading and trailing spaces from a string expression."
msgstr "ሁሉንም ቀዳሚ ክፍተቶች ማስወገጃ ከ ሀረግ መግለጫ በኋላ ያሉ"
-#. xTgNw
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3159157\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. EEu5H
#: 03120311.xhp
msgctxt ""
@@ -33505,15 +33055,6 @@ msgctxt ""
msgid "Trim( Text As String )"
msgstr "መከርከሚያ(ጽሁፍ እንደ ሀረግ)"
-#. ZUuwF
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3155388\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. f9pGG
#: 03120311.xhp
msgctxt ""
@@ -33523,15 +33064,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. VwME3
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3145609\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. kLdYS
#: 03120311.xhp
msgctxt ""
@@ -33541,15 +33073,6 @@ msgctxt ""
msgid "<emph>Text:</emph> Any string expression."
msgstr "<emph>ጽሁፍ:</emph> ማንኛውም የ ሀረግ መግለጫ"
-#. 3GonF
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"hd_id3148663\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. ZBDyG
#: 03120312.xhp
msgctxt ""
@@ -33586,15 +33109,6 @@ msgctxt ""
msgid "Converts a system file name to a file URL."
msgstr "መቀየሪያ የ ስርአት ፋይል ስም ወደ URL ፋይል"
-#. 7EFtr
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. zU9U9
#: 03120312.xhp
msgctxt ""
@@ -33604,15 +33118,6 @@ msgctxt ""
msgid "ConvertToURL(filename)"
msgstr "መቀየሪያ ወደ URL(የ ፋይል ስም)"
-#. eq2Gx
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3150984\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. V6WhB
#: 03120312.xhp
msgctxt ""
@@ -33622,15 +33127,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. m42nR
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3148550\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. Dka3U
#: 03120312.xhp
msgctxt ""
@@ -33640,15 +33136,6 @@ msgctxt ""
msgid "<emph>Filename:</emph> A file name as string."
msgstr "<emph>የ ፋይል ስም:</emph> የ ፋይል ስም እንደ ሀረግ"
-#. iFPRX
-#: 03120312.xhp
-msgctxt ""
-"03120312.xhp\n"
-"hd_id3153361\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. AHBLc
#: 03120312.xhp
msgctxt ""
@@ -33694,15 +33181,6 @@ msgctxt ""
msgid "Converts a file URL to a system file name."
msgstr "መቀየሪያ የ URL ፋይል ወደ ስርአት የ ፋይል ስም"
-#. Gyuop
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3143267\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. i96Ej
#: 03120313.xhp
msgctxt ""
@@ -33712,15 +33190,6 @@ msgctxt ""
msgid "ConvertFromURL(filename)"
msgstr "መቀየሪያ ከ URL(የ ፋይል ስም)"
-#. wq6Jz
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3159157\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. ESx7C
#: 03120313.xhp
msgctxt ""
@@ -33730,15 +33199,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. GmBuj
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"hd_id3143270\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. 8R25b
#: 03120313.xhp
msgctxt ""
@@ -33784,15 +33244,6 @@ msgctxt ""
msgid "Returns an array of substrings from a string expression."
msgstr "ይመልሳል ማዘጋጃ ለ ንዑስ ሀረጎች ከ ሀረግ መግለጫ ውስጥ"
-#. fqDbn
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3149177\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. FGCEc
#: 03120314.xhp
msgctxt ""
@@ -33802,15 +33253,6 @@ msgctxt ""
msgid "Split (Text As String, delimiter, number)"
msgstr "መክፈያ (ጽሁፍ እንደ ሀረግ: ምልክት: ቁጥር)"
-#. XdWY5
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3149763\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. BNdCD
#: 03120314.xhp
msgctxt ""
@@ -33820,15 +33262,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. G7w77
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3145315\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. PRupM
#: 03120314.xhp
msgctxt ""
@@ -33856,15 +33289,6 @@ msgctxt ""
msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
msgstr "<emph>ቁጥር (በ ምርጫ):</emph> የ ቁጥር ንዑስ ሀረጎች እርስዎ መመለስ የሚፈልጉት"
-#. XZAoD
-#: 03120314.xhp
-msgctxt ""
-"03120314.xhp\n"
-"hd_id3150398\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. 9qGtg
#: 03120315.xhp
msgctxt ""
@@ -33901,15 +33325,6 @@ msgctxt ""
msgid "Returns a string from a number of substrings in a string array."
msgstr "ይመልሳል ሀረግ ከ ንዑስ ሀረጎች ቁጥር ውስጥ በ ሀረግ ማዘጋጃ"
-#. Tavaa
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3159414\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. FrGPB
#: 03120315.xhp
msgctxt ""
@@ -33919,15 +33334,6 @@ msgctxt ""
msgid "Join (Text As String Array, delimiter)"
msgstr "ማገናኛ (ጽሁፍ እንደ የ ሀረግ ማዘጋጃ: ምልክት)"
-#. zKGLo
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3150400\n"
-"help.text"
-msgid "Return value:"
-msgstr "ይመልሳል ዋጋ:"
-
#. Sx96w
#: 03120315.xhp
msgctxt ""
@@ -33937,15 +33343,6 @@ msgctxt ""
msgid "String"
msgstr "ሐረግ"
-#. uMb7W
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3148798\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. sEXB3
#: 03120315.xhp
msgctxt ""
@@ -33964,15 +33361,6 @@ msgctxt ""
msgid "<emph>delimiter (optional):</emph> A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero \"\", the substrings are joined without separator."
msgstr "<emph>ምልክት (በ ምርጫ):</emph> የ ሀረግ ባህሪ የ ተጠቀሙት የ ንዑስ ሀረጎች ለ መለያየት በ ውጤት ሀረግ ውስጥ: ነባሩ ምልክት ክፍተት ባህሪ ነው: የ ምልክት ሀረግ ከሆነ የ ዜሮ እርዝመት \"\": የ ንዑስ ሀረጎች ከ መለያያ ጋር ይገናኛሉ"
-#. rYFAB
-#: 03120315.xhp
-msgctxt ""
-"03120315.xhp\n"
-"hd_id3154218\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. u25ah
#: 03120400.xhp
msgctxt ""
@@ -34090,14 +33478,14 @@ msgctxt ""
msgid "Parameters:"
msgstr "ደንቦች:"
-#. jDRQw
+#. KqLff
#: 03120401.xhp
msgctxt ""
"03120401.xhp\n"
"par_id3153126\n"
"help.text"
-msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The maximum allowed value is 65535."
-msgstr "<emph>መጀመሪያ: </emph>የ ቁጥር መግለጫ ምልክት የሚያደርግ በ ሀረግ ቦታ ላይ የ ተወሰነው ንዑስ ሀረግ የሚፈለግበት ማስጀመሪያ: እርስዎ ይህን ደንብ ካስቀሩ: መፈለጊያ በዚህ ባህሪ ሀረግ መጀመሪያ ላይ ይጀምራል: ከፍተኛው የ ተፈቀደው ዋጋ 65535. ነው"
+msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648."
+msgstr ""
#. SnP3c
#: 03120401.xhp
@@ -39337,6 +38725,96 @@ msgctxt ""
msgid "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">Select the macro that you want to assign.</ahelp>"
msgstr "<ahelp hid=\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\">እርስዎ መመደብ የሚፈልጉትን ማክሮስ ይምረጡ </ahelp>"
+#. Ug7AF
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"tit\n"
+"help.text"
+msgid "Compiler Options"
+msgstr ""
+
+#. 4BZ89
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"bm_id681592403821304\n"
+"help.text"
+msgid "<bookmark_value>Compiler Options</bookmark_value> <bookmark_value>Runtime conditions</bookmark_value>"
+msgstr ""
+
+#. xtwLp
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"hd_id951592401835244\n"
+"help.text"
+msgid "<variable id=\"compileroptions\"><link href=\"text/sbasic/shared/Compiler_options.xhp\" name=\"Compiler Options\">Compiler Options, Runtime Conditions</link></variable>"
+msgstr ""
+
+#. PEuT6
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"N0084\n"
+"help.text"
+msgid "Compiler options specified at the module level affect %PRODUCTNAME <emph>Basic compiler checks</emph> and error messages. Basic syntax as well as Basic set of instructions can be different according to the options that are in use. The less <literal>Option</literal>, the easiest and tolerant %PRODUCTNAME Basic language is. The more <literal>Option</literal>, the richer and controlled Basic language gets."
+msgstr ""
+
+#. auPDi
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"par_id141592406254504\n"
+"help.text"
+msgid "Compiler options must be specified before the executable program code in a module."
+msgstr ""
+
+#. U5B8L
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"par_id491585753339474\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/Option_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Option Statement diagram</alt></image>"
+msgstr ""
+
+#. AXgWX
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"hd_id331592403410631\n"
+"help.text"
+msgid "Option Private Module"
+msgstr ""
+
+#. DeBTh
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"par_id161592405163812\n"
+"help.text"
+msgid "Specifies that the scope of the module is that of the Basic library it belongs to."
+msgstr ""
+
+#. 4fh7R
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"par_id141592408035462\n"
+"help.text"
+msgid "Options specified at the module level also affect %PRODUCTNAME <emph>Basic runtime conditions</emph>. The behaviour of %PRODUCTNAME Basic instructions can differ."
+msgstr ""
+
+#. cGCiF
+#: Compiler_options.xhp
+msgctxt ""
+"Compiler_options.xhp\n"
+"par_id291592407073335\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/property.xhp\" name=\"Property statement\">Property statement</link>"
+msgstr ""
+
#. ZbXw2
#: ErrVBA.xhp
msgctxt ""
@@ -39418,13 +38896,13 @@ msgctxt ""
msgid "to describe the error and possible solutions"
msgstr ""
-#. AbB9s
+#. QaZUT
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0017\n"
"help.text"
-msgid "VBA <literal>Err</literal> object has the following properties and methods:"
+msgid "The VBA <literal>Err</literal> object has the following properties and methods:"
msgstr ""
#. ivkYo
@@ -39436,22 +38914,22 @@ msgctxt ""
msgid "Properties"
msgstr ""
-#. FSwVh
+#. FtD5A
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0020\n"
"help.text"
-msgid "<emph>Description</emph> property gives the nature of the error. It details the various reasons that may cause the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. Its alias is Basic <link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error function\">Error</link> function for %PRODUCTNAME predefined errors."
+msgid "The <emph>Description</emph> property gives the nature of the error. <emph>Description</emph> details the various reasons that may be the cause of the error. Ideally, it provides the multiple course of actions to help solve the issue and prevent its reoccurrence. The Basic alias is the <link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error function\">Error</link> function for %PRODUCTNAME predefined errors."
msgstr ""
-#. PjWUG
+#. jfSHu
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0022\n"
"help.text"
-msgid "This the error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. Its alias is %PRODUCTNAME Basic <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err\">Err</link> function."
+msgid "The error code associated with the error. <literal>Err</literal> object default property is <emph>Number</emph>. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Err\">Err</link> function."
msgstr ""
#. NJEmn
@@ -39472,22 +38950,22 @@ msgctxt ""
msgid "Methods"
msgstr ""
-#. 8sWBq
+#. y5Ne4
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0027\n"
"help.text"
-msgid "Resets description, <link href=\"text/sbasic/shared/03050100.xhp\" name=\"error line\">Erl</link>, number and source properties of current error. Its alias is %PRODUCTNAME Basic <link href=\"text/sbasic/shared/03050500.xhp\" name=\"Resume statement\">Resume</link> statement."
+msgid "Resets description, <link href=\"text/sbasic/shared/03050100.xhp\" name=\"error line\">Erl</link>, number and source properties of current error. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050500.xhp\" name=\"Resume statement\">Resume</link> statement."
msgstr ""
-#. UEGkA
+#. jnyJG
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0029\n"
"help.text"
-msgid "Throws user-defined errors or predefined errors. Its alias is %PRODUCTNAME Basic <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Error statement\">Error</link> statement."
+msgid "Throws user-defined errors or predefined errors. The %PRODUCTNAME Basic alias is the <link href=\"text/sbasic/shared/03050200.xhp\" name=\"Error statement\">Error</link> statement."
msgstr ""
#. EyCJv
@@ -39499,13 +38977,13 @@ msgctxt ""
msgid "Parameters"
msgstr ""
-#. 6Rdnc
+#. 9a9P9
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0031\n"
"help.text"
-msgid "<emph>Number</emph> A user-defined or predefined error code to be raised."
+msgid "<emph>Number</emph>: A user-defined or predefined error code to be raised."
msgstr ""
#. DoFG8
@@ -39517,31 +38995,31 @@ msgctxt ""
msgid "Error code range 0-2000 is reserved for %PRODUCTNAME Basic. User-defined errors may start from higher values in order to prevent collision with %PRODUCTNAME Basic future developments."
msgstr ""
-#. qoAQE
+#. VAmhX
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0033\n"
"help.text"
-msgid "<emph>Source</emph> The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended."
+msgid "<emph>Source</emph>: The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended."
msgstr ""
-#. kukgW
+#. wFqtB
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0034\n"
"help.text"
-msgid "<emph>Description</emph> A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
+msgid "<emph>Description</emph>: A description of the problem leading to stop the running process, accompanied with the various reasons that may cause it. A detailed list of the possible course of actions that may help solve the problem is recommended."
msgstr ""
-#. 3XjnB
+#. q9uAh
#: ErrVBA.xhp
msgctxt ""
"ErrVBA.xhp\n"
"N0041\n"
"help.text"
-msgid "Err.Raise 2020, Description:=\"This is an intented user-defined error …\""
+msgid "Err.Raise 2020, Description:=\"This is an intended user-defined error …\""
msgstr ""
#. vuP6g
@@ -39760,13 +39238,13 @@ msgctxt ""
msgid "<literal>0</literal>: Resets error information and re-executes the instruction that caused the error. <literal>0</literal> is optional."
msgstr ""
-#. uukh4
+#. fakJ2
#: Resume.xhp
msgctxt ""
"Resume.xhp\n"
"par_id331586090532804\n"
"help.text"
-msgid "<emph>label: </emph>: Resets error information and resumes execution at the specified label of the current subroutine."
+msgid "<emph>label</emph>: Resets error information and resumes execution at the specified label of the current subroutine."
msgstr ""
#. 7NaeS
@@ -39877,13 +39355,13 @@ msgctxt ""
msgid "Use <literal>Resume Next</literal>, for example, when reporting anomalies encountered for an iterating process that must not be interrupted. In which case multiple handling routines may be required."
msgstr ""
-#. 4NKFt
+#. AeVfB
#: Resume.xhp
msgctxt ""
"Resume.xhp\n"
"par_id461586091018138\n"
"help.text"
-msgid "Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a neverending loop."
+msgid "Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop."
msgstr ""
#. t97uD
@@ -39976,24 +39454,6 @@ msgctxt ""
msgid "Function MySQRTPI(arg as double) as double"
msgstr ""
-#. LxEYt
-#: calc_functions.xhp
-msgctxt ""
-"calc_functions.xhp\n"
-"bas_id731592358361242\n"
-"help.text"
-msgid "Dim oService as Object"
-msgstr ""
-
-#. GszLy
-#: calc_functions.xhp
-msgctxt ""
-"calc_functions.xhp\n"
-"bas_id971592358368906\n"
-"help.text"
-msgid "oService = createUNOService(\"com.sun.star.sheet.addin.Analysis\")"
-msgstr ""
-
#. HHyMW
#: calc_functions.xhp
msgctxt ""
@@ -40003,15 +39463,6 @@ msgctxt ""
msgid "MySQRTPI = oService.getSqrtPi(arg)"
msgstr ""
-#. AByBR
-#: calc_functions.xhp
-msgctxt ""
-"calc_functions.xhp\n"
-"bas_id451592358385346\n"
-"help.text"
-msgid "End Function"
-msgstr ""
-
#. emGWD
#: calc_functions.xhp
msgctxt ""
@@ -40552,13 +40003,13 @@ msgctxt ""
msgid "IMSECH"
msgstr ""
-#. DL5Fs
+#. 8Dtdh
#: calc_functions.xhp
msgctxt ""
"calc_functions.xhp\n"
"par_id871592355721957\n"
"help.text"
-msgid "Imsin"
+msgid "IMSIN"
msgstr ""
#. LnpEu
@@ -41146,13 +40597,13 @@ msgctxt ""
msgid "Running <literal>RmDir</literal> command in VBA mode. In VBA only empty directories are removed by <literal>RmDir</literal> while %PRODUCTNAME Basic removes a directory recursively."
msgstr ""
-#. 5GFEr
+#. KLkKY
#: compatibilitymode.xhp
msgctxt ""
"compatibilitymode.xhp\n"
"N0125\n"
"help.text"
-msgid "Changing behaviour of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned."
+msgid "Changing behavior of Basic <literal>Dir</literal> command. The directory flag (16) for the <literal>Dir</literal> command means that only directories are returned in %PRODUCTNAME Basic, while in VBA normal files and directories are returned."
msgstr ""
#. piCTC
@@ -41389,6 +40840,204 @@ msgctxt ""
msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
msgstr ""
+#. QF4Ds
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"tit\n"
+"help.text"
+msgid "Syntax Diagrams"
+msgstr ""
+
+#. CkdjC
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"bm_id861593777289558\n"
+"help.text"
+msgid "<bookmark_value>Syntax diagrams; How to read</bookmark_value> <bookmark_value>Statements syntax;How to read</bookmark_value> <bookmark_value>Typographical conventions</bookmark_value>"
+msgstr ""
+
+#. VTTA3
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"hd_id221543446540070\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/conventions.xhp\" name=\"conventions\">How to Read Syntax Diagrams and Statements</link>"
+msgstr ""
+
+#. jJGWn
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id601593699108443\n"
+"help.text"
+msgid "%PRODUCTNAME Basic statements use syntax diagrams and textual conventions that follow these typographical rules:"
+msgstr ""
+
+#. ZnMxE
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id158193699546735\n"
+"help.text"
+msgid "%PRODUCTNAME Basic keywords or functions use proper casing: Call, DimArray, InputBox, Property."
+msgstr ""
+
+#. ny9xr
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id711593699548486\n"
+"help.text"
+msgid "Lowercase characters indicate information to supply: end, expression, start, variable."
+msgstr ""
+
+#. 6cDAC
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id881593760345504\n"
+"help.text"
+msgid "The syntax of a %PRODUCTNAME Basic one line statement is illustrated herewith:"
+msgstr ""
+
+#. 8Co5j
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"hd_id871593700670279\n"
+"help.text"
+msgid "Diagram example"
+msgstr ""
+
+#. 5AfpR
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id181593699574635\n"
+"help.text"
+msgid "Basic statement diagrams start and end with double vertical bars,"
+msgstr ""
+
+#. oNAUQ
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id711596399548486\n"
+"help.text"
+msgid "Loops indicate a possible repetition, an optional separator may be present,"
+msgstr ""
+
+#. qBArU
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id541593706654897\n"
+"help.text"
+msgid "Rectangles denote subsequent diagram fragments,"
+msgstr ""
+
+#. MgRRZ
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id251593706717957\n"
+"help.text"
+msgid "Diagram fragments extremities exhibit single vertical bars."
+msgstr ""
+
+#. 2ERcw
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id831588865616326\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/a_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">syntax of a statement</alt></image>"
+msgstr ""
+
+#. QDyRr
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id411579301639711\n"
+"help.text"
+msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon <literal>:</literal> sign to separate them, it can be terminated with an optional comment. <literal>REM</literal> or an apostrophe sign introduce a comment."
+msgstr ""
+
+#. fR7p7
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id931593707147102\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sbasic/comment_fragment.svg\" id=\"img_id191593707147102\"><alt id=\"alt_id111593707147102\">diagram fragment</alt></image>"
+msgstr ""
+
+#. tMPo2
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"hd_id71593700691968\n"
+"help.text"
+msgid "Textual example"
+msgstr ""
+
+#. vtggd
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id181593700546735\n"
+"help.text"
+msgid "<emph>[opt1|opt2|opt3]</emph> Items inside brackets are optional, alternatives are indicated with a vertical bar,"
+msgstr ""
+
+#. ap6xE
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id181593699546735\n"
+"help.text"
+msgid "<emph>case[[sep]…]</emph> An ellipsis indicates a possible repetition, an optional separator may be specified,"
+msgstr ""
+
+#. FEGF3
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id712593699548486\n"
+"help.text"
+msgid "<emph>{choice1|choice2}</emph> Items inside curly braces are compulsory, alternatives are indicated with a vertical bar."
+msgstr ""
+
+#. VFKcU
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"par_id411593701639711\n"
+"help.text"
+msgid "A set of %PRODUCTNAME Basic statements - with optional labels - is using a colon <literal>:</literal> sign to separate them, it can be terminated with an optional comment. <literal>REM</literal> or an apostrophe sign introduce a comment."
+msgstr ""
+
+#. RUhNn
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"N0018\n"
+"help.text"
+msgid "GoTo there ' skip first statement"
+msgstr ""
+
+#. oCE77
+#: conventions.xhp
+msgctxt ""
+"conventions.xhp\n"
+"N0019\n"
+"help.text"
+msgid "here: Print 1, : there: Print 2 REM explanatory text here"
+msgstr ""
+
#. 7pf8S
#: enum.xhp
msgctxt ""
@@ -41542,13 +41191,13 @@ msgctxt ""
msgid "%PRODUCTNAME Basic syntax fragments."
msgstr ""
-#. ChERt
+#. 4eH7M
#: fragments.xhp
msgctxt ""
"fragments.xhp\n"
"hd_id431587045941514\n"
"help.text"
-msgid "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/></variable>argument fragment"
+msgid "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/>argument fragment</variable>"
msgstr ""
#. pfHq8
@@ -41704,13 +41353,13 @@ msgctxt ""
msgid "Multiple dimensions for an array are denoted using comma (<emph>,</emph>) sign."
msgstr ""
-#. DeXti
+#. E9UTU
#: fragments.xhp
msgctxt ""
"fragments.xhp\n"
"hd_id231587046013458\n"
"help.text"
-msgid "<variable id=\"typenameh4\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"data types fragment\">typename fragment</link></variable>"
+msgid "<variable id=\"typenameh4\">typename fragment</variable>"
msgstr ""
#. AqfYj
@@ -41722,13 +41371,13 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sbasic/typename_fragment.svg\" id=\"img_id4157296484514\"><alt id=\"alt_id15152796484515\">primitive data types fragment</alt></image>"
msgstr ""
-#. dM8Yg
+#. BSD4e
#: fragments.xhp
msgctxt ""
"fragments.xhp\n"
"hd_id231587046013459\n"
"help.text"
-msgid "<variable id=\"charh4\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"type declaration characters fragment\">char fragment</link></variable>"
+msgid "<variable id=\"charh4\">char fragment</variable>"
msgstr ""
#. JFwPg
@@ -42199,13 +41848,13 @@ msgctxt ""
msgid "Property Statement"
msgstr ""
-#. 4vJCy
+#. CxW74
#: property.xhp
msgctxt ""
"property.xhp\n"
"N0183\n"
"help.text"
-msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessers enforces properties' consistency when necessary."
+msgid "A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependent routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties' consistency when necessary."
msgstr ""
#. hD9fA
diff --git a/source/am/helpcontent2/source/text/sbasic/shared/03.po b/source/am/helpcontent2/source/text/sbasic/shared/03.po
index 2d36c01b867..6e56d5a2f92 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared/03.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-07-12 14:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,6 +61,69 @@ msgctxt ""
msgid "<bookmark_value>BASIC Euro library</bookmark_value>"
msgstr "<bookmark_value>መሰረታዊ የ ኢይሮ መጻህፍት ቤት</bookmark_value>"
+#. 9edb6
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"hd_id841593518085848\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. DkBkc
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"par_id921593518140986\n"
+"help.text"
+msgid "The <emph>Euro</emph> library is used by the <emph>Euro converter…</emph> wizard."
+msgstr ""
+
+#. uAg7T
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"par_id481593518247400\n"
+"help.text"
+msgid "Its entry points are:"
+msgstr ""
+
+#. SBNCb
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"par_id381593519742529\n"
+"help.text"
+msgid "Selecting the <emph>Euro Converter…</emph> wizard loads the following libraries in memory:"
+msgstr ""
+
+#. TGAHA
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"par_id691593519646426\n"
+"help.text"
+msgid "Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory."
+msgstr ""
+
+#. 5NFbA
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"par_id1001593520257636\n"
+"help.text"
+msgid "ImportWizard and <link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools</link> Basic libraries"
+msgstr ""
+
+#. JbBaB
+#: lib_euro.xhp
+msgctxt ""
+"lib_euro.xhp\n"
+"par_id251593518523704\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01150000.xhp\" name=\"Euro Converter Wizard\">Euro Converter Wizard</link> describes what the <emph>Euro</emph> library does."
+msgstr ""
+
#. G8mp2
#: lib_formwizard.xhp
msgctxt ""
@@ -106,6 +169,96 @@ msgctxt ""
msgid "<bookmark_value>BASIC Gimmicks library</bookmark_value>"
msgstr ""
+#. EwqqW
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"tit\n"
+"help.text"
+msgid "ImportWizard Library"
+msgstr ""
+
+#. stDZt
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"hd_id31529004750471\n"
+"help.text"
+msgid "<variable id=\"importwiz_lib\"><link href=\"text/sbasic/shared/03/lib_importwiz.xhp\" name=\"ImportWizard library\">The <item type=\"literal\">ImportWizard</item> Library</link></variable>"
+msgstr ""
+
+#. pbesX
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"bm_id231529070133574\n"
+"help.text"
+msgid "<bookmark_value>BASIC ImportWizard library</bookmark_value>"
+msgstr ""
+
+#. GFoap
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"hd_id841593518085848\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. asxd6
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"par_id921593518140986\n"
+"help.text"
+msgid "The <emph>ImportWizard</emph> library is used by the <emph>Document converter...</emph> wizard."
+msgstr ""
+
+#. FaGZt
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"par_id481593518247400\n"
+"help.text"
+msgid "Its entry point is:"
+msgstr ""
+
+#. EyBsL
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"par_id381593519742529\n"
+"help.text"
+msgid "Selecting the <emph>Document Converter...</emph> wizard loads the following libraries in memory:"
+msgstr ""
+
+#. vV4TD
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"par_id691593519646426\n"
+"help.text"
+msgid "Basic routine name conflicts may exist when multiple Basic libraries are loaded in memory."
+msgstr ""
+
+#. ZCH7G
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"par_id1001593520257636\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools</link> Basic library"
+msgstr ""
+
+#. ZT5z9
+#: lib_importwiz.xhp
+msgctxt ""
+"lib_importwiz.xhp\n"
+"par_id251593518523704\n"
+"help.text"
+msgid "<link href=\"text/shared/autopi/01130000.xhp\" name=\"Document Converter\">Document Converter</link> describes what the <emph>ImportWizard</emph> library does."
+msgstr ""
+
#. UWzWk
#: lib_schedule.xhp
msgctxt ""
@@ -160,6 +313,60 @@ msgctxt ""
msgid "<bookmark_value>BASIC ScriptBindingLibrary library</bookmark_value>"
msgstr "<bookmark_value>መሰረታዊ የ ጽሁፍ ማጣመሪያ መጻህፍት ቤት: መጻህፍት ቤት </bookmark_value>"
+#. Z7iSC
+#: lib_script.xhp
+msgctxt ""
+"lib_script.xhp\n"
+"hd_id841593518085848\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. nnxNN
+#: lib_script.xhp
+msgctxt ""
+"lib_script.xhp\n"
+"par_id921593518140986\n"
+"help.text"
+msgid "The <emph>ScriptBindingLibrary</emph> library only contains dialogs, it is used by <emph>Highlight</emph> %PRODUCTNAME example scripts. Its dialogs are shared by Beanshell, Java and JavaScript example scripts."
+msgstr ""
+
+#. JdxBj
+#: lib_script.xhp
+msgctxt ""
+"lib_script.xhp\n"
+"par_id381593519742529\n"
+"help.text"
+msgid "Running any <emph>Highlight</emph> example script loads the <emph>ScriptBindingLibrary</emph> library in memory."
+msgstr ""
+
+#. 9CZwi
+#: lib_script.xhp
+msgctxt ""
+"lib_script.xhp\n"
+"par_id131593538122154\n"
+"help.text"
+msgid "This library is not used by %PRODUCTNAME Basic."
+msgstr ""
+
+#. Qh7KM
+#: lib_script.xhp
+msgctxt ""
+"lib_script.xhp\n"
+"par_id251593524531077\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06130020.xhp\" name=\"Basic macro selector\">Basic macro selector</link>"
+msgstr ""
+
+#. wJqFF
+#: lib_script.xhp
+msgctxt ""
+"lib_script.xhp\n"
+"par_id721593525163663\n"
+"help.text"
+msgid "Beanshell, Java and JavaScript <link href=\"text/shared/01/06130030.xhp\" name=\"Scripts\">Scripts</link>"
+msgstr ""
+
#. QZNvL
#: lib_template.xhp
msgctxt ""
@@ -447,3 +654,57 @@ msgctxt ""
"help.text"
msgid "<emph>Universal Content Broker</emph> functions and subroutines."
msgstr ""
+
+#. LsR47
+#: lib_wikieditor.xhp
+msgctxt ""
+"lib_wikieditor.xhp\n"
+"tit\n"
+"help.text"
+msgid "WikiEditor Library"
+msgstr ""
+
+#. QDwwy
+#: lib_wikieditor.xhp
+msgctxt ""
+"lib_wikieditor.xhp\n"
+"hd_id31529004750471\n"
+"help.text"
+msgid "<variable id=\"wikieditor_lib\"><link href=\"text/sbasic/shared/03/lib_wikieditor.xhp\" name=\"WikiEditor library\">The <item type=\"literal\">WikiEditor</item> Library</link></variable>"
+msgstr ""
+
+#. mBGxx
+#: lib_wikieditor.xhp
+msgctxt ""
+"lib_wikieditor.xhp\n"
+"bm_id231529070133574\n"
+"help.text"
+msgid "<bookmark_value>BASIC WikiEditor library</bookmark_value>"
+msgstr ""
+
+#. qGFuz
+#: lib_wikieditor.xhp
+msgctxt ""
+"lib_wikieditor.xhp\n"
+"hd_id841593518085848\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. MdATA
+#: lib_wikieditor.xhp
+msgctxt ""
+"lib_wikieditor.xhp\n"
+"par_id921593518140986\n"
+"help.text"
+msgid "The <emph>WikiEditor</emph> library only contains dialogs, it is used by <emph>Wiki Publisher</emph> bundled Java extension."
+msgstr ""
+
+#. k2E85
+#: lib_wikieditor.xhp
+msgctxt ""
+"lib_wikieditor.xhp\n"
+"par_id131593538122154\n"
+"help.text"
+msgid "This library is not used by %PRODUCTNAME Basic."
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/scalc.po b/source/am/helpcontent2/source/text/scalc.po
index 8bcc487027e..2623dcb3234 100644
--- a/source/am/helpcontent2/source/text/scalc.po
+++ b/source/am/helpcontent2/source/text/scalc.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2017-08-27 00:20+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -151,15 +151,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">አገናኞች</link>"
-#. A9QFv
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"hd_id3148488\n"
-"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">የ ምስል ካርታ</link>"
-
#. pFCu3
#: main0102.xhp
msgctxt ""
@@ -421,14 +412,14 @@ msgctxt ""
msgid "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">Format</link>"
msgstr "<link href=\"text/scalc/main0105.xhp\" name=\"Format\">አቀራረብ</link>"
-#. AHPAK
+#. vqHQK
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
"par_id3145171\n"
"help.text"
-msgid "<ahelp hid=\".\">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">objects</link>, and cell contents in your document.</ahelp>"
-msgstr "<ahelp hid=\".\">የ <emph> አቀራረብ </emph> ዝርዝር የያዛቸው ትእዛዞች ለተመረጡት ክፍሎች አቀራረብ <link href=\"text/shared/00/00000005.xhp#objekt\" name=\"objects\">እቃዎች</link> እና የ ክፍል ይዞታ በ ሰነድ ውስጥ </ahelp>"
+msgid "<ahelp hid=\".\">The <emph>Format</emph> menu contains commands for formatting selected cells, <link href=\"text/shared/00/00000005.xhp#object\" name=\"objects\">objects</link>, and cell contents in your document.</ahelp>"
+msgstr ""
#. Ly37n
#: main0105.xhp
@@ -547,6 +538,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">በራሱ ማረሚያ ምርጫዎች</link>"
+#. eAavz
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3148488\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. ToZU6
#: main0106.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/00.po b/source/am/helpcontent2/source/text/scalc/00.po
index bb2a6fd278a..094d4fa2aae 100644
--- a/source/am/helpcontent2/source/text/scalc/00.po
+++ b/source/am/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-12-27 01:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -664,13 +664,22 @@ msgctxt ""
msgid "Format Menu"
msgstr "ዝርዝር አቀራረብ"
-#. HP9LA
+#. TmWCz
#: 00000405.xhp
msgctxt ""
"00000405.xhp\n"
"par_id3154685\n"
"help.text"
-msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph>.</variable>"
+msgid "Choose <menuitem>Format - Cells</menuitem>."
+msgstr ""
+
+#. DEPHV
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id61593556839601\n"
+"help.text"
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+1</keycode>."
msgstr ""
#. HR2kd
@@ -1933,6 +1942,15 @@ msgctxt ""
msgid "This function is available since %PRODUCTNAME 7.0."
msgstr ""
+#. 3FGD2
+#: avail_release.xhp
+msgctxt ""
+"avail_release.xhp\n"
+"par_id651551401041666\n"
+"help.text"
+msgid "This function is available since %PRODUCTNAME 7.1."
+msgstr ""
+
#. LSPBz
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 25a76a24bce..e4e7c0009b6 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-12-20 01:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12589,13 +12589,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_LOG\">ለ ቁጥር ሎጋሪዝም ይመልሳል በ ተወሰነ ቤዝ </ahelp>"
-#. ShWCR
+#. uDAq7
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3144732\n"
"help.text"
-msgid "LOG(Number[; Base])"
+msgid "LOG(Number [; Base])"
msgstr ""
#. Eiqiq
@@ -12841,6 +12841,15 @@ msgctxt ""
msgid "<item type=\"literal\">Base^Exponent</item>"
msgstr "<item type=\"literal\">ቤዝ^ኤክስፖነንት</item>"
+#. dRQh7
+#: 04060106.xhp
+msgctxt ""
+"04060106.xhp\n"
+"par_id241599040594931\n"
+"help.text"
+msgid "<literal>=POWER(0,0)</literal> returns 1."
+msgstr ""
+
#. D3Ghv
#: 04060106.xhp
msgctxt ""
@@ -13246,13 +13255,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_RUNDEN\">ወደ ተወሰነው የ ዴሲማል ቦታ ቁጥር ማጠጋጊያ</ahelp>"
-#. p64i9
+#. kj4B7
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3158182\n"
"help.text"
-msgid "ROUND(Number[; Count])"
+msgid "ROUND(Number [; Count])"
msgstr ""
#. yE5Jb
@@ -13345,13 +13354,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_ABRUNDEN\">ማጠጋጊያ ቁጥር ወደ ታች: ወደ ዜሮ አጠገብ: በ ተወሰነ ትክክለኛነት</ahelp>"
-#. uqe8Y
+#. MnKJo
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3146051\n"
"help.text"
-msgid "ROUNDDOWN(Number[; Count])"
+msgid "ROUNDDOWN(Number [; Count])"
msgstr ""
#. EXn4P
@@ -13435,13 +13444,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">ማጠጋጊያ ቁጥር ወደ ላይ: ወደ ዜሮ አጠገብ: በ ተወሰነ ትክክለኛነት</ahelp>"
-#. smgCC
+#. Gz3SM
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3163328\n"
"help.text"
-msgid "ROUNDUP(Number[; Count])"
+msgid "ROUNDUP(Number [; Count])"
msgstr ""
#. x59Ls
@@ -13912,13 +13921,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">በ ተሰጠው መመዘኛ የ ተወሰኑትን ክፍሎች መጨመሪያ </ahelp> ይህ ተግባር የሚጠቅመው መጠን ለ መቃኛ ነው እርስዎ የ ተወሰነ ዋጋ በሚፈልጉ ጊዜ"
-#. PcPNo
+#. KsFtX
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria[; SumRange])"
+msgid "SUMIF(Range; Criteria [; SumRange])"
msgstr ""
#. rYzXG
@@ -14434,13 +14443,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_UMRECHNEN\">በ አሮጌው የ አውሮፓውያን አገር እና በ ኢዩሮ መካከል ገንዘብ መቀየሪያ</ahelp>"
-#. qh8S5
+#. G7CMF
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3143748\n"
"help.text"
-msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\"[; full_precision][; triangulation_precision])"
+msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\" [; full_precision [; triangulation_precision]])"
msgstr ""
#. 4KJUc
@@ -14542,14 +14551,14 @@ msgctxt ""
msgid "At one time the list of conversion factors included the legacy European currencies and the Euro (see examples below). We suggest using the new function EUROCONVERT for converting these currencies."
msgstr "በ አንድ ጊዜ ይህ ዝርዝር የ አውሮፓውያን ገንዘቦች መቀየሪያ እና የ ኢዩሮ ያካተተ ነበር (ከ ታች ያለውን ምሳሌ ይመልከቱ) እኛ የምንመክረው አዲስ ተገባር እንዲጠቀሙ ነው ኢዩሮ መቀየሪያ እነዚህን ገንዘቦች ለ መቀየር"
-#. GhdsH
+#. o7nsC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id0908200902131191\n"
"help.text"
-msgid "CONVERT_OOO(value;\"text\";\"text\")"
-msgstr "መቀየሪያ_OOO(ዋጋ;\"ጽሁፍ\";\"ጽሁፍ\")"
+msgid "CONVERT_OOO(value; \"text\"; \"text\")"
+msgstr ""
#. egbGd
#: 04060106.xhp
@@ -17224,13 +17233,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_VARIATION\">Calculates the points of an exponential trend in an array.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VARIATION\">ነጥቦች ያሰላል ለ ኤክስፖኔንሺያል አቅጣጫ ማዘጋጃ ውስጥ </ahelp>"
-#. 8VMBq
+#. GMVAK
#: 04060107.xhp
msgctxt ""
"04060107.xhp\n"
"par_id3166377\n"
"help.text"
-msgid "GROWTH(DataY [; DataX [; NewDataX [; FunctionType]]])"
+msgid "GROWTH(DataY [; [ DataX ] [; [ NewDataX ] [; FunctionType ] ] ])"
msgstr ""
#. CA3qD
@@ -18979,31 +18988,31 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_WAHL\">Uses an index to return a value from a list of up to 30 values.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_WAHL\">ማውጫ ይጠቀማል ዋጋ ለ መመለስ ከ ዝርዝር ውስጥ እስከ 30 ዋጋዎች ድረስ </ahelp>"
-#. r7bDk
+#. V8cAu
#: 04060109.xhp
msgctxt ""
"04060109.xhp\n"
"par_id3155425\n"
"help.text"
-msgid "CHOOSE(Index; Value1 [; Value2 [; ... [; Value254]]])"
+msgid "CHOOSE(Index; Value 1 [; Value 2 [; ... [; Value 30]]])"
msgstr ""
-#. dt8SY
+#. CNK7e
#: 04060109.xhp
msgctxt ""
"04060109.xhp\n"
"par_id3144755\n"
"help.text"
-msgid "<emph>Index</emph> is a reference or number between 1 and 254 indicating which value is to be taken from the list."
-msgstr ""
+msgid "<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list."
+msgstr "<emph>ማውጫ</emph> ማመሳከሪያ ነው ወይንም ቁጥር በ 1 እና በ 30 መካከል የትኛው ዋጋ ከ ዝርዝር ውስጥ እንደሚወሰድ የሚያሳይ"
-#. nR3mX
+#. GGWDt
#: 04060109.xhp
msgctxt ""
"04060109.xhp\n"
"par_id3149939\n"
"help.text"
-msgid "<emph>Value1, Value2, ..., Value254</emph> is the list of values entered as a reference to a cell or as individual values."
+msgid "<emph>Value 1, Value 2, ..., Value 30</emph> is the list of values entered as a reference to a cell or as individual values."
msgstr ""
#. s64Du
@@ -27961,13 +27970,13 @@ msgctxt ""
msgid "<ahelp hid=\"HID_FUNC_VDB\">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp>"
msgstr "<ahelp hid=\"HID_FUNC_VDB\">በ ተወሰነ ጊዜ ንብረቱ የሚቀንስበትን ይመልሳል: ወይንም የ ተወሰነ ጊዜ በ መጠቀም ተለዋዋጭ የሚቀንስበትን ዘዴ በ መጠቀም </ahelp>"
-#. DSd3v
+#. pUVVr
#: 04060118.xhp
msgctxt ""
"04060118.xhp\n"
"par_id3149025\n"
"help.text"
-msgid "VDB(Cost; Salvage; Life; S; End [; Factor [; NoSwitch]])"
+msgid "VDB(Cost; Salvage; Life; Start; End [; Factor [; NoSwitch]])"
msgstr ""
#. zGhDb
@@ -42262,6 +42271,15 @@ msgctxt ""
msgid "Name"
msgstr "ስም"
+#. 3juWm
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id401599494815994\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
#. PcMRq
#: 04060199.xhp
msgctxt ""
@@ -42487,6 +42505,15 @@ msgctxt ""
msgid "Name"
msgstr "ስም"
+#. CCsqC
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id201599495083374\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
#. AdNBV
#: 04060199.xhp
msgctxt ""
@@ -42685,6 +42712,15 @@ msgctxt ""
msgid "Name"
msgstr "ስም"
+#. Y4cRR
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id201599494708332\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
#. s2CGS
#: 04060199.xhp
msgctxt ""
@@ -42766,6 +42802,15 @@ msgctxt ""
msgid "Name"
msgstr "ስም"
+#. tfD9G
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id521599494740206\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
#. 52L2C
#: 04060199.xhp
msgctxt ""
@@ -43783,24 +43828,6 @@ msgctxt ""
msgid "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">Allows you to specify a variety of formatting options and to apply attributes to the selected cells.</ahelp></variable>"
msgstr "<variable id=\"zellattributetext\"><ahelp hid=\".uno:FormatCellDialog\">እርስዎን መፈጸም ያስችሎታል የ ተለያዩ አቀራረብ ምርጫዎች እና መለያ መፈጸሚያ በ ተመረጠው ክፍል ውስጥ </ahelp></variable>"
-#. C3jH9
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"hd_id3145785\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
-msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">ቁጥሮች</link>"
-
-#. ZgrYD
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"hd_id3146119\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">ፊደል</link>"
-
#. BW9bs
#: 05020600.xhp
msgctxt ""
@@ -44638,6 +44665,15 @@ msgctxt ""
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
+#. vEZHA
+#: 05070000.xhp
+msgctxt ""
+"05070000.xhp\n"
+"bm_id651593596384469\n"
+"help.text"
+msgid "<bookmark_value>style;page</bookmark_value><bookmark_value>page;style</bookmark_value><bookmark_value>format;page</bookmark_value><bookmark_value>formatting;page</bookmark_value>"
+msgstr ""
+
#. YjqDi
#: 05070000.xhp
msgctxt ""
@@ -45367,32 +45403,32 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddPrintArea\">Adds the current selection to the defined print areas.</ahelp>"
msgstr "<ahelp hid=\".uno:AddPrintArea\">የ አሁኑን ምርጫ ወደ ተገለጸው የ ማተሚያ መጠን ቦያዎች ውስጥ መጨመሪያ </ahelp>"
-#. fcvcu
+#. U9JPr
#: 05100000.xhp
msgctxt ""
"05100000.xhp\n"
"tit\n"
"help.text"
-msgid "Styles"
-msgstr "ዘዴዎች"
+msgid "Styles in Calc"
+msgstr ""
-#. 3fyBn
+#. rJpRh
#: 05100000.xhp
msgctxt ""
"05100000.xhp\n"
"bm_id3150447\n"
"help.text"
-msgid "<bookmark_value>Stylist, see Styles window</bookmark_value> <bookmark_value>Styles window</bookmark_value> <bookmark_value>formats; Styles window</bookmark_value> <bookmark_value>formatting; Styles window</bookmark_value> <bookmark_value>paint can for applying styles</bookmark_value>"
-msgstr "<bookmark_value>ዘዴ: ይህን ይመልከቱ: ዘዴዎች እና አቀራረብ መስኮት</bookmark_value> <bookmark_value>ዘዴዎች እና አቀራረብ መስኮት</bookmark_value> <bookmark_value>አቀራረብ: ዘዴዎች እና አቀራረብ መስኮት</bookmark_value> <bookmark_value>አቀራረብ: ዘዴዎች እና አቀራረብ መስኮት</bookmark_value> <bookmark_value>የ ቀለም ጣሳ ዘዴዎች ለ መፈጸም</bookmark_value>"
+msgid "<bookmark_value>Stylist, see Styles window</bookmark_value><bookmark_value>Styles window</bookmark_value><bookmark_value>formats; Styles window</bookmark_value><bookmark_value>formatting; Styles window</bookmark_value><bookmark_value>paint can for applying styles</bookmark_value><bookmark_value>styles in spreadsheets</bookmark_value><bookmark_value>styles; in Calc</bookmark_value>"
+msgstr ""
-#. eA3vo
+#. WerNG
#: 05100000.xhp
msgctxt ""
"05100000.xhp\n"
"hd_id3150447\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles\">Styles</link>"
-msgstr "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles\">ዘዴዎች</link>"
+msgid "<link href=\"text/scalc/01/05100000.xhp\" name=\"Styles\">Styles in Calc</link>"
+msgstr ""
#. bBG57
#: 05100000.xhp
@@ -45439,23 +45475,14 @@ msgctxt ""
msgid "Double-click the style in the Styles window."
msgstr "ሁለት ጊዜ-ይጫኑ በ ዘዴ ላይ በ ዘዴዎች መስኮት ውስጥ"
-#. DCJfB
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153877\n"
-"help.text"
-msgid "Cell Styles"
-msgstr ""
-
-#. DAX9B
+#. SbgEE
#: 05100000.xhp
msgctxt ""
"05100000.xhp\n"
"par_id3145801\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">indirect cell formatting</link>.</ahelp>"
-msgstr "<ahelp hid=\".\">ዝግጁ የሆኑ የ ክፍል ዘዴዎች ማሳያ ለ<link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"indirect cell formatting\">በ ተዘዋዋሪ ለ ክፍል አቀራረብ</link></ahelp>"
+msgid "<ahelp hid=\".\">Displays the list of the available Cell Styles.</ahelp>"
+msgstr ""
#. JcMEc
#: 05100000.xhp
@@ -45475,23 +45502,23 @@ msgctxt ""
msgid "Cell Styles"
msgstr "የ ክፍል ዘዴዎች"
-#. hkDXo
+#. 7FwJf
#: 05100000.xhp
msgctxt ""
"05100000.xhp\n"
-"hd_id3153963\n"
+"hd_id171593598056580\n"
"help.text"
-msgid "Page Styles"
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"page styles\">Page Styles</link>"
msgstr ""
-#. DxrsL
+#. 4XFww
#: 05100000.xhp
msgctxt ""
"05100000.xhp\n"
"par_id3147003\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the Page Styles available for indirect page formatting.</ahelp>"
-msgstr "<ahelp hid=\".\">ዝግጁ የሆኑ የ ክፍል ዘዴዎች ማሳያ ለ ተዘዋዋሪ ክፍል አቀራረብ </ahelp>"
+msgid "<ahelp hid=\".\">Displays the Page Styles available.</ahelp>"
+msgstr ""
#. cM9f4
#: 05100000.xhp
@@ -52162,6 +52189,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">እርስዎ መጠቀም የሚፈልጉትን ቅደም ተከተል ይምረጡ: የ ፒቮት ሰንጠረዥ መሰረት ባደረገ በ ውጪ ዳታ የ ዳታ ምንጭ ቅደም ተከተል የያዘውን ዳታ </ahelp>"
+#. ZjDq9
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_id681598453957935\n"
+"help.text"
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgstr ""
+
#. B9FE5
#: 12090200.xhp
msgctxt ""
@@ -53152,6 +53188,15 @@ msgctxt ""
msgid "This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)"
msgstr "ይህ ተግባር የ Open Document Format ለ ቢሮ መተግበሪያ (OpenDocument) መደበኛ እትም ነው 1.2. (ISO/IEC 26300:2-2015)"
+#. BFcB6
+#: ODFF.xhp
+msgctxt ""
+"ODFF.xhp\n"
+"hd_id1000013\n"
+"help.text"
+msgid "This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.3."
+msgstr ""
+
#. SGHPh
#: calculate.xhp
msgctxt ""
@@ -53179,6 +53224,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Commands to calculate formula cells.</ahelp>"
msgstr ""
+#. J8xZD
+#: cell_styles.xhp
+msgctxt ""
+"cell_styles.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cell Styles"
+msgstr ""
+
+#. 8o4Ez
+#: cell_styles.xhp
+msgctxt ""
+"cell_styles.xhp\n"
+"hd_id811593560413206\n"
+"help.text"
+msgid "<link href=\"text/scalc/01/cell_styles.xhp\" name=\"Cell Style\">Cell Styles</link>"
+msgstr ""
+
#. AZNrM
#: common_func.xhp
msgctxt ""
@@ -54529,6 +54592,15 @@ msgctxt ""
msgid "<emph>Reference 1, Reference 2, … ,Reference 255</emph> are references to cells."
msgstr ""
+#. 4BGvn
+#: ful_func.xhp
+msgctxt ""
+"ful_func.xhp\n"
+"par_id1001601332672155\n"
+"help.text"
+msgid "This function is always recalculated whenever a recalculation occurs."
+msgstr ""
+
#. 8DbP2
#: func_aggregate.xhp
msgctxt ""
@@ -55168,15 +55240,6 @@ msgctxt ""
msgid "If a cell in a range of values for calculating the mean is empty or contains text, function AVERAGEIF ignores this cell.<br/>If the whole range is empty, contains only text or all values of the range do not satisfy the condition (or any combination of those), the function returns the #DIV/0! error."
msgstr "ክፍል በ መጠን ዋጋዎች ውስጥ አማካይ ለማስላት ባዶ ከሆነ ወይንም ጽሁፍ ከያዘ: ተግባር አማካይ ከሆነ ይህን ክፍል ይተወዋል <br/>ጠቅላላ መጠን ባዶ ከሆነ: ጽሁፍ ብቻ ከያዘ ወይንም ሁሉንም ዋጋዎች ለ መጠን ሁኔታውን ለማያሟሉ: (ወይንም ማንኛውም ቅልቅል ለ እነዚህ) ተግባር ይመልሳል የ #ማካፈያ በ/0! ስህተት"
-#. HSE9d
-#: func_averageif.xhp
-msgctxt ""
-"func_averageif.xhp\n"
-"par_id38832436828097\n"
-"help.text"
-msgid "In all calculations below, range for average calculation contains the row #6, but it is ignored, because it contains text."
-msgstr "በሁሉም ማስሊያዎች ከ ታች በኩል: መጠኖች ለ አማካይ ማስሊያ የያዘው ረድፍ #6, ነው: ነገር ግን ተትቷል: ምክንያቱም የያዘው ጽሁፍ ነው"
-
#. u7E4B
#: func_averageif.xhp
msgctxt ""
@@ -64366,6 +64429,15 @@ msgctxt ""
msgid "Calculation"
msgstr "ስሌት"
+#. Q8ewH
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"par_id3154502\n"
+"help.text"
+msgid "0 or missing"
+msgstr ""
+
#. CkPny
#: func_yearfrac.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/05.po b/source/am/helpcontent2/source/text/scalc/05.po
index 51a70cdfb75..4e4c35734a8 100644
--- a/source/am/helpcontent2/source/text/scalc/05.po
+++ b/source/am/helpcontent2/source/text/scalc/05.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-03-31 10:35+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-12-20 01:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -322,14 +322,14 @@ msgctxt ""
msgid "String overflow"
msgstr "ሀረግ መጠኑን አልፏል"
-#. h9Kok
+#. XbagT
#: 02140000.xhp
msgctxt ""
"02140000.xhp\n"
"par_id3145635\n"
"help.text"
-msgid "<emph>Compiler:</emph> an identifier in the formula exceeds 64 KB in size. <emph>Interpreter:</emph> a result of a string operation exceeds 64 KB in size."
-msgstr "<emph>አዘጋጅ:</emph> መለያ በ መቀመሪያ ውስጥ አልፏል 64 ኪቢ በ መጠን <emph>ተርጓሚ:</emph> የ ሀረግ ተግባር ውጤት አልፏል 64 ኪቢ በ መጠን"
+msgid "<emph>Compiler:</emph> an identifier in the formula exceeds 64 kB in size. <emph>Interpreter:</emph> a result of a string operation exceeds 64 kB in size."
+msgstr ""
#. E7ohJ
#: 02140000.xhp
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index 4e475a4003c..b569e1e5831 100644
--- a/source/am/helpcontent2/source/text/scalc/guide.po
+++ b/source/am/helpcontent2/source/text/scalc/guide.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2020-04-16 16:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/am/>\n"
@@ -583,23 +583,23 @@ msgctxt ""
msgid "Defining Background Colors or Background Graphics"
msgstr "የ መደብ ቀለሞች ወይንም የ ንድፎች ቀለሞች መግለጫ"
-#. g2JnS
+#. PE8wQ
#: background.xhp
msgctxt ""
"background.xhp\n"
"bm_id3149346\n"
"help.text"
-msgid "<bookmark_value>spreadsheets; backgrounds</bookmark_value> <bookmark_value>backgrounds;cell ranges</bookmark_value> <bookmark_value>tables; backgrounds</bookmark_value> <bookmark_value>cells; backgrounds</bookmark_value> <bookmark_value>rows, see also cells</bookmark_value> <bookmark_value>columns, see also cells</bookmark_value>"
-msgstr "<bookmark_value>ሰንጠረዦች: መደቦች</bookmark_value> <bookmark_value>መደቦች: ክፍል መጠን</bookmark_value> <bookmark_value>ሰንጠረዦች: መደቦች</bookmark_value> <bookmark_value>ክፍሎች: መደቦች</bookmark_value> <bookmark_value>ረድፎች: ክፍሎችን ይመልከቱ</bookmark_value> <bookmark_value>አምዶች: ክፍሎችን ይመልከቱ</bookmark_value>"
+msgid "<bookmark_value>spreadsheets; backgrounds</bookmark_value><bookmark_value>backgrounds;cell ranges</bookmark_value><bookmark_value>tables; backgrounds</bookmark_value><bookmark_value>cells; backgrounds</bookmark_value><bookmark_value>rows, see also cells</bookmark_value><bookmark_value>columns, see also cells</bookmark_value>"
+msgstr ""
-#. CqqcG
+#. tMFWU
#: background.xhp
msgctxt ""
"background.xhp\n"
"hd_id3149346\n"
"help.text"
-msgid "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link></variable>"
-msgstr "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">የ መደብ ቀለሞች ወይንም የ ንድፎች ቀለሞች መግለጫ</link></variable>"
+msgid "<variable id=\"background\"><link href=\"text/scalc/guide/background.xhp\" name=\"Defining Background Colors or Background Graphics\">Defining Background Colors or Background Graphics</link> </variable>"
+msgstr ""
#. gwwiM
#: background.xhp
@@ -673,14 +673,14 @@ msgctxt ""
msgid "Select the graphic and click <emph>Open</emph>."
msgstr "ንድፍ ይምረጡ እና ይጫኑ <emph> መክፈቻ </emph>"
-#. SDYSQ
+#. 2BGVn
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3153575\n"
"help.text"
-msgid "The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <emph>Arrange - To Background</emph> command to place this in the background. To select a graphic that has been placed in the background, use the <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link></caseinline><defaultinline>Navigator</defaultinline></switchinline>."
-msgstr "ንድፍ ማስገቢያ እና በ አሁኑ ክፍል ውስጥ ማስቆሚያ: እርስዎ ምስሉን እንደፈለጉ መመጠን እና ማንቀሳቀስ ይችላሉ: እርስዎ በሚጠቀሙት የ አገባብ ዝርዝር ውስጥ በ <emph> ማዘጋጃ - ወደ መደብ </emph> ትእዛዝ ይህን ወደ መደብ ለ መውሰድ: ለ መምረጥ ንድፉን እንደ መደብ የ ተመደበውን: ይጠቀሙ የ <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\"> መቃኛ </link></caseinline><defaultinline> መቃኛ </defaultinline></switchinline>"
+msgid "The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>."
+msgstr ""
#. vTxFX
#: background.xhp
@@ -691,14 +691,14 @@ msgctxt ""
msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
msgstr "<link href=\"text/shared/guide/background.xhp\">የ ውሀ ምልክቶች</link>"
-#. jQFQC
+#. R8Ctk
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3156180\n"
"help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
-msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>መደብ</emph> tab ገጽ</link>"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
+msgstr ""
#. owozX
#: background.xhp
@@ -5686,14 +5686,14 @@ msgctxt ""
msgid "With \"Values\" you will find the results of the calculations."
msgstr "በ \"ዋጋዎች\" እርስዎ ያገኛሉ ሁሉንም የ ስሌት ውጤቶች"
-#. xQ5ou
+#. FMaXJ
#: finding.xhp
msgctxt ""
"finding.xhp\n"
"par_id3163853\n"
"help.text"
-msgid "Cell contents can be formatted in different ways. For example, a number can be formatted as a currency, to be displayed with a currency symbol. You see the currency symbol in the cell, but you cannot search for it."
-msgstr "የ ክፍል ይዞታዎች የተለየ አቀራረብ አላቸው: ለምሳሌ: ቁጥሮች እንደ ገንዘብ መቅረብ ይችላሉ: የ ገንዘብ ምልክት እያሳዩ: ለ እርስዎ የ ገንዘብ ምልክት በ ክፍሉ ውስጥ ይታያል: ነገር ግን መፈለግ አይችሉም"
+msgid "Cell contents can be formatted in different ways. For example, a number can be formatted as a currency, to be displayed with a currency symbol. These symbols are included in searches when the Formatted Display search option is activated."
+msgstr ""
#. Z4ABm
#: finding.xhp
diff --git a/source/am/helpcontent2/source/text/schart/01.po b/source/am/helpcontent2/source/text/schart/01.po
index 43c2bae322c..5d2e8197cfa 100644
--- a/source/am/helpcontent2/source/text/schart/01.po
+++ b/source/am/helpcontent2/source/text/schart/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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-03-06 01:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3076,15 +3076,6 @@ msgctxt ""
msgid "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Modifies the properties of the selected title.</ahelp></variable>"
msgstr "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">የ ተመረጠውን አርእስት ባህሪዎች ማሻሻያ</ahelp></variable>"
-#. tyEBL
-#: 05020100.xhp
-msgctxt ""
-"05020100.xhp\n"
-"hd_id3149378\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">ባህሪ</link>"
-
#. LUkDN
#: 05020101.xhp
msgctxt ""
@@ -3166,15 +3157,6 @@ msgctxt ""
msgid "<variable id=\"titel\"><ahelp hid=\".uno:YTitle\">Modifies the properties of the selected title or the properties of all titles together.</ahelp></variable>"
msgstr "<variable id=\"titel\"><ahelp hid=\".uno:YTitle\">የ ተመረጠውን አርእስት ባህሪዎች ማሻሻያ ወይንም ሁሉንም የ አርእስቶች ባህሪዎች በ ሙሉ</ahelp></variable>"
-#. XkwBi
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3152596\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">ባህሪ</link>"
-
#. 872FB
#: 05020201.xhp
msgctxt ""
@@ -3526,15 +3508,6 @@ msgctxt ""
msgid "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">Defines the border, area and character attributes for a legend.</ahelp></variable>"
msgstr "<variable id=\"legende\"><ahelp hid=\".uno:Legend\">ድንበር መግለጫ: ቦታዎች እና ባህሪ መለያ ለ መግለጫ </ahelp></variable>"
-#. N9rEe
-#: 05030000.xhp
-msgctxt ""
-"05030000.xhp\n"
-"hd_id3145232\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">ባህሪ</link>"
-
#. 73CU8
#: 05030000.xhp
msgctxt ""
@@ -3706,15 +3679,6 @@ msgctxt ""
msgid "Scaling the X axis is only possible in the X-Y chart type."
msgstr "የ X አክሲስ መመጠን የሚቻለው በ X-Y ቻርትስ አይነት ብቻ ነው"
-#. 3reGb
-#: 05040100.xhp
-msgctxt ""
-"05040100.xhp\n"
-"hd_id3145230\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">ባህሪ</link>"
-
#. Gf2gJ
#: 05040200.xhp
msgctxt ""
@@ -3751,24 +3715,6 @@ msgctxt ""
msgid "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">Opens the<emph> Y Axis </emph>dialog, to change properties of the Y axis.</ahelp></variable>"
msgstr "<variable id=\"yachse\"><ahelp hid=\".uno:DiagramAxisY\">መክፈቻ የ <emph> Y አክሲስ </emph> ንግግር ለ መቀየር የ Y አክሲስ ባህሪዎች </ahelp></variable>"
-#. TgqBL
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"hd_id3145171\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">ባህሪ</link>"
-
-#. DZeAQ
-#: 05040200.xhp
-msgctxt ""
-"05040200.xhp\n"
-"hd_id3146119\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
-msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">ቁጥሮች</link>"
-
#. JGn49
#: 05040201.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdatabase.po b/source/am/helpcontent2/source/text/sdatabase.po
index 3817e04378c..76772a98e12 100644
--- a/source/am/helpcontent2/source/text/sdatabase.po
+++ b/source/am/helpcontent2/source/text/sdatabase.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,6 +13,2787 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+#. ugSgG
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Queries"
+msgstr ""
+
+#. nuBLG
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>queries;overview (Base)</bookmark_value><bookmark_value>tables in databases; printing queries (Base)</bookmark_value><bookmark_value>printing; queries (Base)</bookmark_value><bookmark_value>queries; printing (Base)</bookmark_value>"
+msgstr ""
+
+#. g7gAN
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3150445\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/02000000.xhp\" name=\"Queries\">Queries</link>"
+msgstr ""
+
+#. KaF9w
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3150499\n"
+"help.text"
+msgid "A \"query\" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table or to multiple tables, if they are linked by common data fields."
+msgstr ""
+
+#. FG8C9
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3147399\n"
+"help.text"
+msgid "Use queries to find records from data tables based on certain criteria. All queries created for a database are listed under the <emph>Queries</emph> entry. Since this entry contains the database queries, it is also called the \"query container\"."
+msgstr ""
+
+#. AuJW3
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3153750\n"
+"help.text"
+msgid "Printing Queries"
+msgstr ""
+
+#. BVVMe
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149183\n"
+"help.text"
+msgid "To print a query or table:"
+msgstr ""
+
+#. zDMbu
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3156426\n"
+"help.text"
+msgid "Open a text document (or a spreadsheet document if you prefer the specific printing functions of this type of document)."
+msgstr ""
+
+#. KFWTE
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149827\n"
+"help.text"
+msgid "Open the database file and click the Table icon if you want to print a table, or click the Query icon if you want to print a query."
+msgstr ""
+
+#. 9ZPFm
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149398\n"
+"help.text"
+msgid "Drag the name of the table or query into the open text document or spreadsheet. The dialog <link href=\"text/shared/02/12070000.xhp\" name=\"Insert Database Columns\">Insert Database Columns</link> opens."
+msgstr ""
+
+#. m5TnG
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3150443\n"
+"help.text"
+msgid "Decide which columns = data fields you want to include. You can also click the <emph>AutoFormat</emph> button and select a corresponding formatting type. Close the dialog."
+msgstr ""
+
+#. AAQ4y
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3153561\n"
+"help.text"
+msgid "The query or table will be inserted into your document."
+msgstr ""
+
+#. XDLzM
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3150503\n"
+"help.text"
+msgid "Print the document by choosing <emph>File - Print</emph>."
+msgstr ""
+
+#. Kh9NG
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3153146\n"
+"help.text"
+msgid "You can also open the data source view (Ctrl+Shift+F4), select the entire database table in the data source view (click on the top left corner of the table), and then drag the selection to a text document or spreadsheet."
+msgstr ""
+
+#. PJjKX
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3148946\n"
+"help.text"
+msgid "<link href=\"text/shared/main0212.xhp\" name=\"Sorting and Filtering Data\">Sorting and Filtering Data</link>"
+msgstr ""
+
+#. ERCGr
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3149655\n"
+"help.text"
+msgid "Allows you to sort and filter the data in a query table."
+msgstr ""
+
+#. XpUzN
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3153379\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. 3JCfK
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3151211\n"
+"help.text"
+msgid "With the <emph>Query Design</emph>, you can create and edit a query or view."
+msgstr ""
+
+#. q79aD
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3153968\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>"
+msgstr ""
+
+#. ASeVi
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3151043\n"
+"help.text"
+msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields."
+msgstr ""
+
+#. uBo2H
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3159149\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>"
+msgstr ""
+
+#. JTXBF
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3154910\n"
+"help.text"
+msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query."
+msgstr ""
+
+#. uCGCF
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"hd_id3156212\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>"
+msgstr ""
+
+#. FWCVa
+#: 02000000.xhp
+msgctxt ""
+"02000000.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "You can perform calculations with the data of a table and store the results as a query result."
+msgstr ""
+
+#. BncmA
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"tit\n"
+"help.text"
+msgid "Missing Element"
+msgstr ""
+
+#. noWgR
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"bm_id3150445\n"
+"help.text"
+msgid "<bookmark_value>queries; missing elements (Base)</bookmark_value>"
+msgstr ""
+
+#. EoEQz
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3150445\n"
+"help.text"
+msgid "Missing Element"
+msgstr ""
+
+#. X2NF9
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3150247\n"
+"help.text"
+msgid "If a query in which tables or fields no longer exist is opened, the<emph> Missing Element </emph>dialog appears. This dialog names the missing table or the field which cannot be interpreted and allows you to decide how to continue with the procedure."
+msgstr ""
+
+#. fBc3m
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3145072\n"
+"help.text"
+msgid "How to continue?"
+msgstr ""
+
+#. wV7Bh
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3149177\n"
+"help.text"
+msgid "There are three options available for answering this question:"
+msgstr ""
+
+#. nwD7D
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3147576\n"
+"help.text"
+msgid "Do you really want to open the query in the graphic view?"
+msgstr ""
+
+#. 2DqMn
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3166461\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to open the query in the <link href=\"text/sdatabase/02010100.xhp\" name=\"Design View\">Design View</link> in spite of missing elements.</ahelp> This option also allows you to specify if other errors need to be ignored."
+msgstr ""
+
+#. DX2vA
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3153031\n"
+"help.text"
+msgid "The query is opened in the Design View (the graphical interface). Missing tables appear blank and invalid fields appear with their (invalid) names in the list of fields. This lets you work with exactly those fields that caused the error."
+msgstr ""
+
+#. 477G3
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3149578\n"
+"help.text"
+msgid "Open the query in the SQL View"
+msgstr ""
+
+#. Axfxy
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3159157\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to open the query design in the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Mode\">SQL Mode</link> and to interpret the query as a <link href=\"text/shared/02/14030000.xhp\" name=\"Native SQL\">Native SQL</link>.</ahelp> You can only quit the native SQL mode when the $[officename] statement is completely interpreted (only possible if the used tables or fields in the query really exist)."
+msgstr ""
+
+#. 2N4uG
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3150984\n"
+"help.text"
+msgid "Do not open the query"
+msgstr ""
+
+#. 9hCbd
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3156329\n"
+"help.text"
+msgid "<ahelp hid=\".\">Allows you to cancel the procedure and specify that the query should not be opened.</ahelp> This option corresponds to the function of the <emph>Cancel</emph> dialog button."
+msgstr ""
+
+#. 4QDUr
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"hd_id3148492\n"
+"help.text"
+msgid "Also ignore similar errors"
+msgstr ""
+
+#. tv3MZ
+#: 02000002.xhp
+msgctxt ""
+"02000002.xhp\n"
+"par_id3154285\n"
+"help.text"
+msgid "<ahelp hid=\".\">If you selected the first option, but you still want to open the query in the graphics view in spite of missing elements, you can specify whether other errors are ignored.</ahelp> Therefore, in the current opening process, no error message will be displayed if the query can not be correctly interpreted."
+msgstr ""
+
+#. E3MVS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Query Design"
+msgstr ""
+
+#. Ys2sC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3153323\n"
+"help.text"
+msgid "<bookmark_value>views; creating database views (Base)</bookmark_value> <bookmark_value>queries; creating in design view (Base)</bookmark_value> <bookmark_value>designing; queries (Base)</bookmark_value> <bookmark_value>design view; queries/views (Base)</bookmark_value> <bookmark_value>joining;tables (Base)</bookmark_value> <bookmark_value>tables in databases; joining for queries (Base)</bookmark_value> <bookmark_value>queries; joining tables (Base)</bookmark_value> <bookmark_value>tables in databases; relations (Base)</bookmark_value> <bookmark_value>relations; joining tables (Base)</bookmark_value> <bookmark_value>queries; deleting table links (Base)</bookmark_value> <bookmark_value>criteria of query design (Base)</bookmark_value> <bookmark_value>queries; formulating filter conditions (Base)</bookmark_value> <bookmark_value>filter conditions;in queries (Base)</bookmark_value> <bookmark_value>parameters; queries (Base)</bookmark_value> <bookmark_value>queries; parameter queries (Base)</bookmark_value> <bookmark_value>SQL; queries (Base)</bookmark_value> <bookmark_value>native SQL (Base)</bookmark_value>"
+msgstr ""
+
+#. fmcBY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153394\n"
+"help.text"
+msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>"
+msgstr ""
+
+#. GU8Jd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156411\n"
+"help.text"
+msgid "<ahelp hid=\".\">The <emph>Query Design View </emph>allows you to create and edit a database query.</ahelp>"
+msgstr ""
+
+#. vGBE5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7024140\n"
+"help.text"
+msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time."
+msgstr ""
+
+#. WZcUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159176\n"
+"help.text"
+msgid "Selecting the <emph>Create View</emph> command from the <emph>Tables</emph> tab page of a database document, you see the <emph>View Design</emph> window that resembles the <emph>Query Design</emph> window described here."
+msgstr ""
+
+#. JMyC7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8307138\n"
+"help.text"
+msgid "The Query Design window layout is stored with a created query, but cannot be stored with a created view."
+msgstr ""
+
+#. TEBj6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149233\n"
+"help.text"
+msgid "The Design View"
+msgstr ""
+
+#. zkTQc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145673\n"
+"help.text"
+msgid "To create a query, click the <emph>Queries</emph> icon in a database document, then click <emph>Create Query in Design View</emph>."
+msgstr ""
+
+#. EN5uU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150255\n"
+"help.text"
+msgid "The lower pane of the Design View is where you <link href=\"text/sdatabase/020010100.xhp\" name=\"define\">define</link> the query. To define a query, specify the database <link href=\"text/sdatabase/020010100.xhp\" name=\"field names\">field names</link> to include and the <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria\">criteria</link> for displaying the fields. To rearrange the columns in the lower pane of the Design View, drag a column header to a new location, or select the column and press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+arrow key."
+msgstr ""
+
+#. GMVkG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152474\n"
+"help.text"
+msgid "In the top of the query Design View window, the <link href=\"text/shared/main0214.xhp\" name=\"icons\">icons</link> of the <emph>Query Design</emph> Bar and the <emph>Design</emph> bar are displayed."
+msgstr ""
+
+#. hYsxY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147559\n"
+"help.text"
+msgid "If you want to test a query, double-click the query name in the database document. The query result is displayed in a table similar to the Data Source View. Note: the table displayed is only temporary."
+msgstr ""
+
+#. B4HEH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id8226264\n"
+"help.text"
+msgid "Keys in Query Design View"
+msgstr ""
+
+#. Cvd4o
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id2341074\n"
+"help.text"
+msgid "Key"
+msgstr ""
+
+#. mCy9S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id4384289\n"
+"help.text"
+msgid "Function"
+msgstr ""
+
+#. yybiC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id5839106\n"
+"help.text"
+msgid "F4"
+msgstr ""
+
+#. FMTZD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8554338\n"
+"help.text"
+msgid "Preview"
+msgstr ""
+
+#. YQhGF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id1254921\n"
+"help.text"
+msgid "F5"
+msgstr ""
+
+#. C9yhE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id7636646\n"
+"help.text"
+msgid "Run Query"
+msgstr ""
+
+#. jdEeJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8579363\n"
+"help.text"
+msgid "F7"
+msgstr ""
+
+#. 6Y6Uw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3227942\n"
+"help.text"
+msgid "Add Table or Query"
+msgstr ""
+
+#. WN7wR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154939\n"
+"help.text"
+msgid "Browse"
+msgstr ""
+
+#. 5y4VZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148799\n"
+"help.text"
+msgid "When you open the query design for the first time, you see a dialog in which you must first select the table or query that will be the basis for your new query."
+msgstr ""
+
+#. FBQA9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144762\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNTAB\">Double-click fields to add them to the query. Drag-and-drop to define relations.</ahelp>"
+msgstr ""
+
+#. eG8FD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157894\n"
+"help.text"
+msgid "While designing a query, you cannot modify the selected tables."
+msgstr ""
+
+#. NLywF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149562\n"
+"help.text"
+msgid "Remove tables"
+msgstr ""
+
+#. TbQzA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150685\n"
+"help.text"
+msgid "To remove the table from Design View, click the upper border of the table window and display the context menu. You can use the <emph>Delete</emph> command to remove the table from the Design View. Another option is to press the Delete key."
+msgstr ""
+
+#. VLTKB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150012\n"
+"help.text"
+msgid "Move table and modify table size"
+msgstr ""
+
+#. amBsQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146922\n"
+"help.text"
+msgid "You can resize and arrange the tables according to your preferences. To move tables, drag the upper border to the desired position. Enlarge or reduce the size in which the table is displayed by positioning the mouse cursor on a border or on a corner and dragging the table until it is the desired size."
+msgstr ""
+
+#. UoCRG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145365\n"
+"help.text"
+msgid "Table Relations"
+msgstr ""
+
+#. BFCxB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154145\n"
+"help.text"
+msgid "If there are data relations between a field name in one table and a field name in another table, you can use these relations for your query."
+msgstr ""
+
+#. jcLbE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152577\n"
+"help.text"
+msgid "If, for example, you have a spreadsheet for articles identified by an article number, and a spreadsheet for customers in which you record all articles that a customer orders using the corresponding article numbers, then there is a relationship between the two \"article number\" data fields. If you now want to create a query that returns all articles that a customer has ordered, you must retrieve data from two spreadsheets. To do this, you must inform $[officename] about the relationship which exists between the data in the two spreadsheets."
+msgstr ""
+
+#. FspJi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155302\n"
+"help.text"
+msgid "To do this, click a field name in a table (for example, the field name \"Item-Number\" from the Customer table), hold down the mouse button and then drag the field name to the field name of the other table (\"Item-Number\" from the Item table). When you release the mouse button, a line connecting the two fields between the two table windows appears. The corresponding condition that the content of the two field names must be identical is entered in the resulting SQL query."
+msgstr ""
+
+#. FmAaU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153876\n"
+"help.text"
+msgid "The creation of a query that is based on several related sheets is only possible if you use $[officename] as the interface for a relational database."
+msgstr ""
+
+#. N2f8q
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145646\n"
+"help.text"
+msgid "You cannot access tables from different databases in a query. Queries involving multiple tables can only be created within one database."
+msgstr ""
+
+#. nLSiq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153279\n"
+"help.text"
+msgid "Specifying the relation type"
+msgstr ""
+
+#. zkKD5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154791\n"
+"help.text"
+msgid "If you double-click on the line connecting two linked fields or call the menu command <emph>Insert - New Relation</emph>, you can specify the type of relation in the <link href=\"text/sdatabase/02010101.xhp\" name=\"Relations\"><emph>Relations</emph></link> dialog."
+msgstr ""
+
+#. rAkmw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150094\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QUERY_EDIT_JOINCONNECTION\" visibility=\"hidden\">Edit Join Properties.</ahelp> Alternatively, press Tab until the line is selected, then press Shift+F10 to display the context menu and there choose the command <emph>Edit</emph>. Some databases support only a subset of the possible join types."
+msgstr ""
+
+#. n3PMB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155851\n"
+"help.text"
+msgid "Deleting relations"
+msgstr ""
+
+#. jCb4H
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156178\n"
+"help.text"
+msgid "To delete a relation between two tables, click the connection line and then press the Delete key."
+msgstr ""
+
+#. 3UCig
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150715\n"
+"help.text"
+msgid "Alternatively, delete the respective entries in <emph>Fields involved </emph>in the <emph>Relations</emph> dialog. Or press Tab until the connecting vector is displayed highlighted, then press Shift+F10 to open the context menu and select <emph>Delete </emph>command."
+msgstr ""
+
+#. pBybB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151208\n"
+"help.text"
+msgid "Defining the query"
+msgstr ""
+
+#. yGfhU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158416\n"
+"help.text"
+msgid "<ahelp hid=\"HID_CTL_QRYDGNCRIT\">Select conditions to define the query.</ahelp> Each column of the design table accepts a data field for the query. The conditions in one row are linked with a Boolean AND."
+msgstr ""
+
+#. UB5nG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154161\n"
+"help.text"
+msgid "Specifying field names"
+msgstr ""
+
+#. jyKMG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146791\n"
+"help.text"
+msgid "First, select all field names from the tables that you want to add to the query. You can do this either by drag-and-drop or by double-clicking a field name in the table window. With the drag-and-drop method, use the mouse to drag a field name from the table window into the lower area of the query design window. As you do this, you can decide which column in the query design window will receive the selected field. A field name can also be selected by double-clicking. It will then be added to the next free column in the query design window."
+msgstr ""
+
+#. 66Dcr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150750\n"
+"help.text"
+msgid "Deleting field names"
+msgstr ""
+
+#. AbhrW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154479\n"
+"help.text"
+msgid "To remove a field name from the query, click the column header of the field and choose the <emph>Delete</emph> command on the context menu for the column."
+msgstr ""
+
+#. V92gB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155764\n"
+"help.text"
+msgid "Saving the query"
+msgstr ""
+
+#. 2kWoA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148481\n"
+"help.text"
+msgid "Use the <emph>Save</emph> icon on the Standard toolbar to save the query. You will see a dialog that asks you to enter a name for the query. If the database supports schemas, you can also enter a schema name."
+msgstr ""
+
+#. M9UQL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154362\n"
+"help.text"
+msgid "Schema"
+msgstr ""
+
+#. 4Jwm3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154754\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/schema\">Enter the name of the schema that is assigned to the query or table view.</ahelp>"
+msgstr ""
+
+#. 6Q72c
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3156717\n"
+"help.text"
+msgid "Query name or table view name"
+msgstr ""
+
+#. Cw73K
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154253\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/savedialog/title\">Enter the name of the query or table view.</ahelp>"
+msgstr ""
+
+#. qgbNu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3163805\n"
+"help.text"
+msgid "Filtering data"
+msgstr ""
+
+#. Q9pG5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154964\n"
+"help.text"
+msgid "To filter data for the query, set the desired criteria in the lower area of the query design window. The following options are available:"
+msgstr ""
+
+#. xxoMA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3146916\n"
+"help.text"
+msgid "Field"
+msgstr ""
+
+#. 4KDzZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156372\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FIELD\">Enter the name of the data field that is referred to in the Query. All settings made in the filter option rows refer to this field.</ahelp> If you activate a cell here with a mouse click you'll see an arrow button, which enables you to select a field. The \"Table name.*\" option selects all data fields with the effect that the specified criteria will be applied to all table fields."
+msgstr ""
+
+#. Z3pwF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145150\n"
+"help.text"
+msgid "Alias"
+msgstr ""
+
+#. EDa3A
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146315\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ALIAS\">Specifies an alias. This alias will be listed in the query instead of the field name. This makes it possible to use user-defined column labels.</ahelp> For example, if the data field is named PtNo and, instead of that name, you would like to have PartNum appear in the query, enter PartNum as the alias."
+msgstr ""
+
+#. vvWbt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155959\n"
+"help.text"
+msgid "In a SQL statement, aliases are defined as follows:"
+msgstr ""
+
+#. CGsBz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149922\n"
+"help.text"
+msgid "SELECT column AS alias FROM table."
+msgstr ""
+
+#. TWexq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159335\n"
+"help.text"
+msgid "For example:"
+msgstr ""
+
+#. ynSGq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148478\n"
+"help.text"
+msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
+msgstr ""
+
+#. roTzi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148485\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. GM9Sp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_TABLE\">The corresponding database table of the selected data field is listed here.</ahelp> If you activate this cell with a mouse click, an arrow will appear which enables you to select a different table for the current query."
+msgstr ""
+
+#. JGcfa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154207\n"
+"help.text"
+msgid "Sort"
+msgstr ""
+
+#. uXuDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150979\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_ORDER\">If you click on this cell, you can choose a sort option: ascending, descending and unsorted.</ahelp> Text fields will be sorted alphabetically and numerical fields numerically. For most databases, administrators can set the sorting options at the database level."
+msgstr ""
+
+#. XsqW8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150384\n"
+"help.text"
+msgid "Visible"
+msgstr ""
+
+#. AAZfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146133\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visibly displayed in the resulting query</ahelp>. If you are only using a data field to formulate a condition or make a calculation, you do not necessarily need to display it."
+msgstr ""
+
+#. eQFRR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154714\n"
+"help.text"
+msgid "Criteria"
+msgstr ""
+
+#. f3DvJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145134\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_CRIT\">Specifies a first <link href=\"text/sdatabase/020010100.xhp\" name=\"criteria \">criteria </link>by which the content of the data field is to be filtered.</ahelp>"
+msgstr ""
+
+#. qpADC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3152477\n"
+"help.text"
+msgid "or"
+msgstr ""
+
+#. KFVy8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154585\n"
+"help.text"
+msgid "Here you can enter one additional filter criterion for each line. Multiple criteria in a single column will be interpreted as boolean OR."
+msgstr ""
+
+#. eXvp7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148800\n"
+"help.text"
+msgid "You can also use the context menu of the line headers in the lower area of the query design window to insert a filter based on a function:"
+msgstr ""
+
+#. 5x8LE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148419\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. Cxhjn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153233\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\" visibility=\"hidden\">Select a function to run in the query.</ahelp> The functions which are available here depend on those provided by the database engine."
+msgstr ""
+
+#. qFuqw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id8760818\n"
+"help.text"
+msgid "If you are working with the embedded HSQL database, the list box in the <emph>Function</emph> row offers you the following options:"
+msgstr ""
+
+#. 9tdDn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150307\n"
+"help.text"
+msgid "Option"
+msgstr ""
+
+#. kBvXF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152993\n"
+"help.text"
+msgid "Effect"
+msgstr ""
+
+#. zCunm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155377\n"
+"help.text"
+msgid "No function"
+msgstr ""
+
+#. kZMTN
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155533\n"
+"help.text"
+msgid "No function will be executed."
+msgstr ""
+
+#. 6dWZZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3166420\n"
+"help.text"
+msgid "Average"
+msgstr ""
+
+#. NfRNs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154486\n"
+"help.text"
+msgid "Calculates the arithmetic mean of a field."
+msgstr ""
+
+#. 6z2Kj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149979\n"
+"help.text"
+msgid "Count"
+msgstr ""
+
+#. rvWA5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155810\n"
+"help.text"
+msgid "Determines the number of records in the table. Empty fields can either be counted (a) or excluded (b)."
+msgstr ""
+
+#. UyAx2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151333\n"
+"help.text"
+msgid "a) COUNT(*): Passing an asterisk as the argument counts all records in the table."
+msgstr ""
+
+#. FNCC8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152889\n"
+"help.text"
+msgid "b) COUNT(column): Passing a field name as an argument counts only the records in which the specified field contains a value. Records in which the field has a Null value (i.e. contains no textual or numeric value) will not be counted."
+msgstr ""
+
+#. 2ubvb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153067\n"
+"help.text"
+msgid "Maximum"
+msgstr ""
+
+#. ds4ey
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159221\n"
+"help.text"
+msgid "Determines the highest value of a record for that field."
+msgstr ""
+
+#. EhSWy
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146866\n"
+"help.text"
+msgid "Minimum"
+msgstr ""
+
+#. VxmeB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157982\n"
+"help.text"
+msgid "Determines the lowest value of a record for that field."
+msgstr ""
+
+#. CvkuF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154828\n"
+"help.text"
+msgid "Sum"
+msgstr ""
+
+#. 82gAC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154536\n"
+"help.text"
+msgid "Calculates the sum of the values of records for the associated fields."
+msgstr ""
+
+#. zCzVC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148820\n"
+"help.text"
+msgid "Group"
+msgstr ""
+
+#. tSPNG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149438\n"
+"help.text"
+msgid "Groups query data according to the selected field name. Functions are executed according to the specified groups. In SQL, this option corresponds to the GROUP BY clause. If a criterion is added, this entry appears in the SQL HAVING sub-clause."
+msgstr ""
+
+#. qHfpD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156038\n"
+"help.text"
+msgid "You can also enter function calls directly into the SQL statement. The syntax is:"
+msgstr ""
+
+#. Qg6Ue
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156340\n"
+"help.text"
+msgid "SELECT FUNCTION(column) FROM table."
+msgstr ""
+
+#. qAAoF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155075\n"
+"help.text"
+msgid "For example, the function call in SQL for calculating a sum is:"
+msgstr ""
+
+#. VrHLf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154591\n"
+"help.text"
+msgid "SELECT SUM(\"Price\") FROM \"Article\"."
+msgstr ""
+
+#. dABCo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159205\n"
+"help.text"
+msgid "Except for the <emph>Group</emph> function, the above functions are called Aggregate functions. These are functions that calculate data to create summaries from the results. Additional functions that are not listed in the list box might be also possible. These depend on the specific database engine in use and on the current functionality provided by the Base driver used to connect to that database engine."
+msgstr ""
+
+#. BVC6J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148651\n"
+"help.text"
+msgid "To use other functions not listed in the list box, you must enter them manually under <emph>Field</emph>."
+msgstr ""
+
+#. WkboS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155098\n"
+"help.text"
+msgid "You can also assign aliases to function calls. If you do not want to display the query string in the column header, enter a desired substitute name under <emph>Alias</emph>."
+msgstr ""
+
+#. 98GCC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155539\n"
+"help.text"
+msgid "The corresponding function in an SQL statement is:"
+msgstr ""
+
+#. WACG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149425\n"
+"help.text"
+msgid "SELECT FUNCTION() AS alias FROM table"
+msgstr ""
+
+#. EjzuD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3144431\n"
+"help.text"
+msgid "Example:"
+msgstr ""
+
+#. G9URE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154614\n"
+"help.text"
+msgid "SELECT COUNT(*) AS count FROM \"Item\""
+msgstr ""
+
+#. xiNnR
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154610\n"
+"help.text"
+msgid "If you run such a function, you cannot insert any additional columns for the query other than as an argument in a \"Group\" function."
+msgstr ""
+
+#. EHACK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154644\n"
+"help.text"
+msgid "<emph>Examples</emph>"
+msgstr ""
+
+#. N5CBE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151120\n"
+"help.text"
+msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
+msgstr ""
+
+#. P5hJD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155144\n"
+"help.text"
+msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
+msgstr ""
+
+#. ZhRQD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153240\n"
+"help.text"
+msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
+msgstr ""
+
+#. LMRUV
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148807\n"
+"help.text"
+msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
+msgstr ""
+
+#. qWhFA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161652\n"
+"help.text"
+msgid "Double-click on the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
+msgstr ""
+
+#. TgPA2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151009\n"
+"help.text"
+msgid "Enter >3 as a criterion and disable the Visible field."
+msgstr ""
+
+#. VwEhF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145601\n"
+"help.text"
+msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
+msgstr ""
+
+#. zsjaa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147512\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EzQsj
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148638\n"
+"help.text"
+msgid "If the \"price\" (for the individual price of an article) and \"Supplier_No\" (for the supplier of the article) fields exist in the \"Item\" table, you can obtain the average price of the item that a supplier provides with the following query:"
+msgstr ""
+
+#. qAByp
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153045\n"
+"help.text"
+msgid "Insert the \"Item\" table into the query design."
+msgstr ""
+
+#. tjfuE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149802\n"
+"help.text"
+msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
+msgstr ""
+
+#. 6dBkt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153554\n"
+"help.text"
+msgid "Enable the <emph>Function</emph> line and select the Average function from the \"Price\" field."
+msgstr ""
+
+#. x8JB3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155597\n"
+"help.text"
+msgid "You can also enter \"Average\" in the line for the alias name (without quotation marks)."
+msgstr ""
+
+#. D4A9u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151191\n"
+"help.text"
+msgid "Choose Group for the \"Supplier_No\" field."
+msgstr ""
+
+#. BUYS9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155547\n"
+"help.text"
+msgid "Run the query."
+msgstr ""
+
+#. EkHzB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147549\n"
+"help.text"
+msgid "The following context menu commands and symbols are available:"
+msgstr ""
+
+#. PesFs
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3154172\n"
+"help.text"
+msgid "Functions"
+msgstr ""
+
+#. BchuJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150414\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides a row for the selection of functions.</ahelp>"
+msgstr ""
+
+#. yx5XE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149872\n"
+"help.text"
+msgid "Table Name"
+msgstr ""
+
+#. ELTGJ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147246\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the table name.</ahelp>"
+msgstr ""
+
+#. DDFEA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145117\n"
+"help.text"
+msgid "Alias Name"
+msgstr ""
+
+#. LDFZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155754\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Shows or hides the row for the alias name.</ahelp>"
+msgstr ""
+
+#. wnNhq
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153298\n"
+"help.text"
+msgid "Distinct Values"
+msgstr ""
+
+#. 23sAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147500\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Retrieves only distinct values from the query.</ahelp> This applies to multiple records that might contain several repeating occurrences of data in the selected fields. If the <emph>Distinct Values</emph> command is active, you should only see one record in the query (DISTINCT). Otherwise, you will see all records corresponding to the query criteria (ALL)."
+msgstr ""
+
+#. RZED7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150436\n"
+"help.text"
+msgid "For example, if the name \"Smith\" occurs several times in your address database, you can choose the<emph> Distinct Values</emph> command to specify in the query that the name \"Smith\" will occur only once."
+msgstr ""
+
+#. 2GvRf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152352\n"
+"help.text"
+msgid "For a query involving several fields, the combination of values from all fields must be unique so that the result can be formed from a specific record. For example, you have \"Smith in Chicago\" once in your address book and \"Smith in London\" twice. With the<emph> Distinct Values</emph> command, the query will use the two fields \"last name\" and \"city\" and return the query result \"Smith in Chicago\" once and \"Smith in London\" once."
+msgstr ""
+
+#. m5UcG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149825\n"
+"help.text"
+msgid "In SQL, this command corresponds to the DISTINCT predicate."
+msgstr ""
+
+#. GHsJd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153290\n"
+"help.text"
+msgid "Limit"
+msgstr ""
+
+#. MijJg
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147501\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">Allows you to limit the maximum number of records returned by a query.</ahelp>"
+msgstr ""
+
+#. B6S5f
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152350\n"
+"help.text"
+msgid "If a <emph>Limit</emph> construction is added, you will get at most as many rows as the number you specify. Otherwise, you will see all records corresponding to the query criteria."
+msgstr ""
+
+#. MGqK3
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3148926\n"
+"help.text"
+msgid "Formulating filter conditions"
+msgstr ""
+
+#. iFSpm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153162\n"
+"help.text"
+msgid "When formulating filter conditions, various operators and commands are available to you. Apart from the relational operators, there are SQL-specific commands that query the content of database fields. If you use these commands in the $[officename] syntax, $[officename] automatically converts these into the corresponding SQL syntax via an internal parser. You can also enter the SQL command directly and bypass the internal parser. The following tables give an overview of the operators and commands:"
+msgstr ""
+
+#. fXeDd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149044\n"
+"help.text"
+msgid "Operator"
+msgstr ""
+
+#. mfdEx
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152471\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. mBZgC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147407\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. gqkRK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153026\n"
+"help.text"
+msgid "equal to"
+msgstr ""
+
+#. hw7KZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148895\n"
+"help.text"
+msgid "... the content of the field is identical to the indicated expression."
+msgstr ""
+
+#. A8XJU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153120\n"
+"help.text"
+msgid "The operator = will not be displayed in the query fields. If you enter a value without any operator, the = operator is automatically assumed."
+msgstr ""
+
+#. mWwUE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "not equal to"
+msgstr ""
+
+#. Db7BG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145635\n"
+"help.text"
+msgid "... the content of the field does not correspond to the specified expression."
+msgstr ""
+
+#. dtjkU
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146815\n"
+"help.text"
+msgid "greater than"
+msgstr ""
+
+#. gCWug
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149150\n"
+"help.text"
+msgid "... the content of the field is greater than the specified expression."
+msgstr ""
+
+#. QkAKk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147379\n"
+"help.text"
+msgid "less than"
+msgstr ""
+
+#. xxPdk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150375\n"
+"help.text"
+msgid "... the content of the field is less than the specified expression."
+msgstr ""
+
+#. 4aJjX
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150636\n"
+"help.text"
+msgid "greater than or equal to"
+msgstr ""
+
+#. 2rwQm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154584\n"
+"help.text"
+msgid "... the content of the field is greater than or equal to the specified expression."
+msgstr ""
+
+#. ADRZk
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154052\n"
+"help.text"
+msgid "less than or equal to"
+msgstr ""
+
+#. 9KtmZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157902\n"
+"help.text"
+msgid "... the content of the field is less than or equal to the specified expression."
+msgstr ""
+
+#. DBXG9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154630\n"
+"help.text"
+msgid "$[officename] command"
+msgstr ""
+
+#. Yo7MG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150484\n"
+"help.text"
+msgid "SQL command"
+msgstr ""
+
+#. pJay6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154158\n"
+"help.text"
+msgid "Meaning"
+msgstr ""
+
+#. qmaX5
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149433\n"
+"help.text"
+msgid "Condition is satisfied if..."
+msgstr ""
+
+#. do6XQ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3143236\n"
+"help.text"
+msgid "is null"
+msgstr ""
+
+#. NPqBL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154744\n"
+"help.text"
+msgid "... the field contains no data. For Yes/No fields with three possible states, this command automatically queries the undetermined state (neither Yes nor No)."
+msgstr ""
+
+#. 7Rfbd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151229\n"
+"help.text"
+msgid "is not empty"
+msgstr ""
+
+#. w3Tva
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3145304\n"
+"help.text"
+msgid "... the field is not empty, i.e it contains data."
+msgstr ""
+
+#. GGKUH
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153891\n"
+"help.text"
+msgid "placeholder (*) for any number of characters"
+msgstr ""
+
+#. gbEWB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148887\n"
+"help.text"
+msgid "placeholder (?) for exactly one character"
+msgstr ""
+
+#. tBQfA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"bm_id3157985\n"
+"help.text"
+msgid "<bookmark_value>placeholders; in SQL queries</bookmark_value>"
+msgstr ""
+
+#. agxhB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157985\n"
+"help.text"
+msgid "placeholder (%) for any number of characters"
+msgstr ""
+
+#. EE9ii
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147422\n"
+"help.text"
+msgid "Placeholder (_) for exactly one character"
+msgstr ""
+
+#. za5g2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154845\n"
+"help.text"
+msgid "is an element of"
+msgstr ""
+
+#. 2Y3zW
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156130\n"
+"help.text"
+msgid "... the data field contains the indicated expression. The (*) placeholder indicates whether the expression x occurs at the beginning of (x*), at the end of (*x) or inside the field content (*x*). You can enter as a placeholder in SQL queries either the SQL % character or the familiar (*) file system placeholder in the %PRODUCTNAME interface."
+msgstr ""
+
+#. CPJyr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150271\n"
+"help.text"
+msgid "The (*) or (%) placeholder stands for any number of characters. The question mark (?) in the $[officename] interface or the underscore (_) in SQL queries is used to represent exactly one character."
+msgstr ""
+
+#. AAEXi
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159141\n"
+"help.text"
+msgid "Is not an element of"
+msgstr ""
+
+#. 9vFBZ
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3161664\n"
+"help.text"
+msgid "... the field does not contain data having the specified expression."
+msgstr ""
+
+#. CD2Ra
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159184\n"
+"help.text"
+msgid "falls within the interval [x,y]"
+msgstr ""
+
+#. cDe2u
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154395\n"
+"help.text"
+msgid "... the field contains a data value that lies between the two values x and y."
+msgstr ""
+
+#. KYAXv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155498\n"
+"help.text"
+msgid "Does not fall within the interval [x,y]"
+msgstr ""
+
+#. cVfAF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148992\n"
+"help.text"
+msgid "... the field contains a data value that does not lie between the two values x and y."
+msgstr ""
+
+#. DBBQE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159167\n"
+"help.text"
+msgid "Note that semicolons are used as separators in all value lists!"
+msgstr ""
+
+#. evEuh
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154809\n"
+"help.text"
+msgid "contains a, b, c..."
+msgstr ""
+
+#. eeFC2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148399\n"
+"help.text"
+msgid "... the field name contains one of the specified expressions a, b, c,... Any number of expressions can be specified, and the result of the query is determined by a boolean OR operator. The expressions a, b, c... can be either numbers or characters"
+msgstr ""
+
+#. JXq76
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150679\n"
+"help.text"
+msgid "does not contain a, b, c..."
+msgstr ""
+
+#. U5doB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3158439\n"
+"help.text"
+msgid "... the field does not contain one of the specified expressions a, b, c,..."
+msgstr ""
+
+#. cECKt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149248\n"
+"help.text"
+msgid "has the value True"
+msgstr ""
+
+#. fbgDt
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148524\n"
+"help.text"
+msgid "... the field name has the value True."
+msgstr ""
+
+#. 39zcD
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "has the value false"
+msgstr ""
+
+#. fGHY6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146850\n"
+"help.text"
+msgid "... the field data value is set to false."
+msgstr ""
+
+#. qQETa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3155954\n"
+"help.text"
+msgid "Examples"
+msgstr ""
+
+#. LuvGC
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153792\n"
+"help.text"
+msgid "='Ms.'"
+msgstr ""
+
+#. 8GaiA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150948\n"
+"help.text"
+msgid "returns field names with the field content \"Ms.\""
+msgstr ""
+
+#. C3BDE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315094A\n"
+"help.text"
+msgid "returns dates that occurred before January 10, 2001"
+msgstr ""
+
+#. mnGgM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150333\n"
+"help.text"
+msgid "LIKE 'g?ve'"
+msgstr ""
+
+#. T7ZhS
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147332\n"
+"help.text"
+msgid "returns records with field content such as \"give\" and \"gave\"."
+msgstr ""
+
+#. f6T3F
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155350\n"
+"help.text"
+msgid "returns records with field contents such as \"Sun\"."
+msgstr ""
+
+#. AvbKu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159406\n"
+"help.text"
+msgid "returns records with field content between the values 10 and 20. (The fields can be either text fields or number fields)."
+msgstr ""
+
+#. 3tymM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149712\n"
+"help.text"
+msgid "returns records with the values 1, 3, 5, 7. If the field name contains an item number, for example, you can create a query that returns the item having the specified number."
+msgstr ""
+
+#. cBAnB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152948\n"
+"help.text"
+msgid "NOT IN ('Smith')"
+msgstr ""
+
+#. uusce
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147279\n"
+"help.text"
+msgid "returns records that do not contain \"Smith\"."
+msgstr ""
+
+#. AJ8Xo
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146073\n"
+"help.text"
+msgid "<emph>Like </emph>Escape Sequence: {escape 'escape-character'}"
+msgstr ""
+
+#. Cy7Cc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150661\n"
+"help.text"
+msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
+msgstr ""
+
+#. newGb
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3148541\n"
+"help.text"
+msgid "The example will give you all of the entries where the item name begins with 'The *'. This means that you can also search for characters that would otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
+msgstr ""
+
+#. bAP3N
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150572\n"
+"help.text"
+msgid "<emph>Outer Join</emph> Escape Sequence: {oj outer-join}"
+msgstr ""
+
+#. VnKGf
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156052\n"
+"help.text"
+msgid "Example: select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
+msgstr ""
+
+#. mWG9p
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3153674\n"
+"help.text"
+msgid "Querying text fields"
+msgstr ""
+
+#. sxYQF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149134\n"
+"help.text"
+msgid "To query the content of a text field, you must put the expression between single quotes. The distinction between uppercase and lowercase letters depends on the database in use. LIKE, by definition, is case-sensitive (though some databases don't interpret this strictly)."
+msgstr ""
+
+#. BEp4G
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3149302\n"
+"help.text"
+msgid "Querying date fields"
+msgstr ""
+
+#. D5mjw
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157998\n"
+"help.text"
+msgid "<emph>Date fields</emph> are represented as #Date# to clearly identify them as dates. Date, time and date/time constants (literals) used in conditions can be of either the SQL Escape Syntax type, or default SQL2 syntax."
+msgstr ""
+
+#. Zzuo6
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537341\n"
+"help.text"
+msgid "Date Type Element"
+msgstr ""
+
+#. JKys2
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537342\n"
+"help.text"
+msgid "SQL Escape syntax #1 - may be obsolete"
+msgstr ""
+
+#. AzkWz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537343\n"
+"help.text"
+msgid "SQL Escape syntax #2"
+msgstr ""
+
+#. UJ6VA
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31537344\n"
+"help.text"
+msgid "SQL2 syntax"
+msgstr ""
+
+#. 9V3Ky
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id315913111\n"
+"help.text"
+msgid "Date"
+msgstr ""
+
+#. YNF3S
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31559471\n"
+"help.text"
+msgid "Time"
+msgstr ""
+
+#. ssX5b
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id31509641\n"
+"help.text"
+msgid "DateTime"
+msgstr ""
+
+#. FqZXM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149539\n"
+"help.text"
+msgid "Example: select {d '1999-12-31'} from world.years"
+msgstr ""
+
+#. WJ4YB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149540\n"
+"help.text"
+msgid "Example: select * from mytable where years='1999-12-31'"
+msgstr ""
+
+#. CZdA4
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150510\n"
+"help.text"
+msgid "All date expressions (date literals) must be enclosed with single quotation marks. (Consult the reference for the particular database and connector you are using for more details.)"
+msgstr ""
+
+#. HXdKT
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3150427\n"
+"help.text"
+msgid "Querying Yes/No fields"
+msgstr ""
+
+#. xWzix
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149523\n"
+"help.text"
+msgid "To query Yes/No fields, use the following syntax for dBASE tables:"
+msgstr ""
+
+#. A4Uh7
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153180\n"
+"help.text"
+msgid "Status"
+msgstr ""
+
+#. FnXiE
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147481\n"
+"help.text"
+msgid "Query criterion"
+msgstr ""
+
+#. e6DJr
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155187\n"
+"help.text"
+msgid "Example"
+msgstr ""
+
+#. Guy7d
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3156092\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. p9WTn
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152414\n"
+"help.text"
+msgid "for dBASE tables: not equal to any given value"
+msgstr ""
+
+#. RFrvz
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3151265\n"
+"help.text"
+msgid "=1 returns all records where the Yes/No field has the status \"Yes\" or \"On\" (selected in black),"
+msgstr ""
+
+#. 3P4ZB
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152450\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. BzBAa
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150997\n"
+"help.text"
+msgid "."
+msgstr ""
+
+#. TFsQG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3155331\n"
+"help.text"
+msgid "=0 returns all records for which the Yes/No field has the status \"No\" or \"Off\" (no selection)."
+msgstr ""
+
+#. 9KXzK
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3154179\n"
+"help.text"
+msgid "Null"
+msgstr ""
+
+#. CwGZv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147035\n"
+"help.text"
+msgid "IS NULL"
+msgstr ""
+
+#. dyXYc
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3159385\n"
+"help.text"
+msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
+msgstr ""
+
+#. YWk5J
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3157888\n"
+"help.text"
+msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
+msgstr ""
+
+#. mmVa8
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145772\n"
+"help.text"
+msgid "Parameter queries"
+msgstr ""
+
+#. ND7xd
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905346795\n"
+"help.text"
+msgid "Parameter queries allow the user to input values at run-time. These values are used within the criteria for selecting the records to be displayed. Each such value has a parameter name associated with it, which is used to prompt the user when the query is run."
+msgstr ""
+
+#. Be7XG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905439551\n"
+"help.text"
+msgid "Parameter names are preceded by a colon in both the Design and SQL views of a query. This can be used wherever a value can appear. If the same value is to appear more than once in the query, the same parameter name is used."
+msgstr ""
+
+#. 57vjv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905518123\n"
+"help.text"
+msgid "In the simplest case, where the user enters a value which is matched for equality, the parameter name with its preceding colon is simply entered in the Criterion row. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">WHERE \"Field\" = :Parameter_name</item>"
+msgstr ""
+
+#. DZCXm
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151905584287\n"
+"help.text"
+msgid "Parameter names may not contain any of the characters <item type=\"input\"><space>`!\"$%^*()+={}[]@'~#<>?/,</item>. They may not be the same as field names or SQL reserved words. They may be the same as aliases."
+msgstr ""
+
+#. bGnxL
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151931441881\n"
+"help.text"
+msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
+msgstr ""
+
+#. sSSB9
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3150585\n"
+"help.text"
+msgid "Parameter queries may be used as the data source for <link href=\"text/shared/02/01170203.xhp\" name=\"subforms\">subforms</link>, to allow the user to restrict the displayed records."
+msgstr ""
+
+#. DRj78
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3151035\n"
+"help.text"
+msgid "Parameter Input"
+msgstr ""
+
+#. BisCF
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3153596\n"
+"help.text"
+msgid "<ahelp hid=\"HID_QRYDGN_ROW_FUNCTION\">The <emph>Parameter Input</emph> dialog asks the user to enter the parameter values. Enter a value for each query parameter and confirm by clicking <emph>OK</emph> or typing <emph>Enter</emph>.</ahelp>"
+msgstr ""
+
+#. eGETM
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151924165870\n"
+"help.text"
+msgid "The values entered by the user may consist of any characters which are allowable for the SQL for the relevant criterion; this may depend on the underlying database system."
+msgstr ""
+
+#. seFhG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id191120151939594217\n"
+"help.text"
+msgid "The user can use the SQL wild-card characters \"%\" (arbitrary string) or \"_\" (arbitrary single character) as part of the value to retrieve records with more complex criteria."
+msgstr ""
+
+#. wRe6v
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"hd_id3145181\n"
+"help.text"
+msgid "SQL Mode"
+msgstr ""
+
+#. 5avVu
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3147013\n"
+"help.text"
+msgid "SQL stands for \"Structured Query Language\" and describes instructions for updating and administering relational databases."
+msgstr ""
+
+#. wDAAY
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152570\n"
+"help.text"
+msgid "In $[officename] you do not need any knowledge of SQL for most queries, since you do not have to enter the SQL code. If you create a query in the query designer, $[officename] automatically converts your instructions into the corresponding SQL syntax. If, with the help of the <emph>Switch Design View On/Off </emph>button, you change to the SQL view, you can see the SQL commands for a query that has already been created."
+msgstr ""
+
+#. hBQFv
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3152412\n"
+"help.text"
+msgid "You can formulate your query directly in SQL code. Note, however, that the special syntax is dependent upon the database system that you use."
+msgstr ""
+
+#. kkuBG
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3146842\n"
+"help.text"
+msgid "If you enter the SQL code manually, you can create SQL-specific queries that are not supported by the graphical interface in the <emph>Query designer</emph>. These queries must be executed in native SQL mode."
+msgstr ""
+
+#. cBY6B
+#: 02010100.xhp
+msgctxt ""
+"02010100.xhp\n"
+"par_id3149632\n"
+"help.text"
+msgid "By clicking the <link href=\"text/shared/02/14030000.xhp\" name=\"Run SQL command directly\"><emph>Run SQL command directly</emph></link> icon in the SQL view, you can formulate a query that is not processed by $[officename] and sent directly to the database engine."
+msgstr ""
+
+#. fKBDD
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Join Properties"
+msgstr ""
+
+#. TTCNB
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"bm_id3154015\n"
+"help.text"
+msgid "<bookmark_value>links;relational databases (Base)</bookmark_value> <bookmark_value>inner joins (Base)</bookmark_value> <bookmark_value>joins in databases (Base)</bookmark_value> <bookmark_value>left joins (Base)</bookmark_value> <bookmark_value>right joins (Base)</bookmark_value> <bookmark_value>full joins (Base)</bookmark_value>"
+msgstr ""
+
+#. DG7RD
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3154015\n"
+"help.text"
+msgid "Join Properties"
+msgstr ""
+
+#. MzpBt
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3151205\n"
+"help.text"
+msgid "If you double-click a connection between two linked fields in the query design, or if you choose <emph>Insert - New Relation</emph>, the <emph>Join Properties</emph> dialog appears. These properties will be used in all queries created in the future."
+msgstr ""
+
+#. oszEF
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155066\n"
+"help.text"
+msgid "Tables involved"
+msgstr ""
+
+#. 2AkcB
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3153924\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/joindialog/table2\">Specifies two different tables that you want to join.</ahelp>"
+msgstr ""
+
+#. X6wkD
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155766\n"
+"help.text"
+msgid "Fields involved"
+msgstr ""
+
+#. 8bYEZ
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3148994\n"
+"help.text"
+msgid "<ahelp hid=\".\">Specifies two data fields that will be joined by a relation.</ahelp>"
+msgstr ""
+
+#. R8CbB
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3159267\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#. MRJCp
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3147340\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. rxAGo
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3152482\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">Specifies the join type of the selected join.</ahelp> Some databases support only a subset of the various possible types."
+msgstr ""
+
+#. ngfse
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155334\n"
+"help.text"
+msgid "Inner Join"
+msgstr ""
+
+#. 356Dv
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3155936\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In an inner join, the results table contains only those records for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link is created by a corresponding WHERE clause."
+msgstr ""
+
+#. XYKGT
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3156372\n"
+"help.text"
+msgid "Left Join"
+msgstr ""
+
+#. dRFux
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3166450\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a left join, the results table contains all records of the queried fields from the left table and only those records of the queried fields from the right table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the LEFT OUTER JOIN command."
+msgstr ""
+
+#. DxGWD
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3155607\n"
+"help.text"
+msgid "Right Join"
+msgstr ""
+
+#. 9eD8R
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3150647\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a right join, the results table contains all records of the queried fields from the right table and only those records of the queried fields from the left table for which the content of the linked fields is the same.</ahelp> In $[officename] SQL this type of link corresponds to the RIGHT OUTER JOIN command."
+msgstr ""
+
+#. wcFAd
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id3158215\n"
+"help.text"
+msgid "Full Join"
+msgstr ""
+
+#. wAFid
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id3163665\n"
+"help.text"
+msgid "<ahelp hid=\"dbaccess/ui/joindialog/type\">In a full join, the results table contains all records of the queried fields from the left and right tables.</ahelp> In the SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN command."
+msgstr ""
+
+#. gYRyC
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"hd_id0305200912031976\n"
+"help.text"
+msgid "Natural"
+msgstr ""
+
+#. 44FEn
+#: 02010101.xhp
+msgctxt ""
+"02010101.xhp\n"
+"par_id0305200912031977\n"
+"help.text"
+msgid "<ahelp hid=\".\">In a natural join, the keyword NATURAL in inserted into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.</ahelp>"
+msgstr ""
+
#. cLmBi
#: main.xhp
msgctxt ""
@@ -138,3 +2919,354 @@ msgctxt ""
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link>"
msgstr ""
+
+#. PAxTq
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr ""
+
+#. Tzgdb
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10541\n"
+"help.text"
+msgid "<variable id=\"toolbars\"><link href=\"text/sdatabase/toolbars.xhp\">Toolbars</link></variable>"
+msgstr ""
+
+#. B3mEW
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10545\n"
+"help.text"
+msgid "In a database file window, you can see the following toolbars."
+msgstr ""
+
+#. ZNxCw
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "Table"
+msgstr ""
+
+#. JWHfj
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10554\n"
+"help.text"
+msgid "Open database object"
+msgstr ""
+
+#. 4fvFG
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10558\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected table so you can enter, edit, or delete records.</ahelp>"
+msgstr ""
+
+#. LFKBo
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1056F\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. tLLAy
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected table so you can change the structure.</ahelp>"
+msgstr ""
+
+#. FEBzp
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1058A\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PDZsk
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1058E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected table.</ahelp>"
+msgstr ""
+
+#. m7BX3
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105A5\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. B596w
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected table.</ahelp>"
+msgstr ""
+
+#. LEWCs
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105B8\n"
+"help.text"
+msgid "Query"
+msgstr ""
+
+#. VT3EG
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105C4\n"
+"help.text"
+msgid "Open database object"
+msgstr ""
+
+#. 2cEFv
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105C8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected query so you can enter, edit, or delete records.</ahelp>"
+msgstr ""
+
+#. yVNxZ
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105DF\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. kGSTA
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105E3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected query so you can change the structure.</ahelp>"
+msgstr ""
+
+#. W75xu
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105FA\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. XJQBJ
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN105FE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected query.</ahelp>"
+msgstr ""
+
+#. bC56u
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10615\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. GDAZR
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10619\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected query.</ahelp>"
+msgstr ""
+
+#. mzY5g
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10628\n"
+"help.text"
+msgid "Form"
+msgstr ""
+
+#. BXrRw
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10634\n"
+"help.text"
+msgid "Open database object"
+msgstr ""
+
+#. GJDxB
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected form so you can enter, edit, or delete records.</ahelp>"
+msgstr ""
+
+#. 7f3E9
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1064F\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. ZmiNz
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10653\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected form so you can change the layout.</ahelp>"
+msgstr ""
+
+#. xCBQ3
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1066A\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. p5bD4
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN1066E\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected form.</ahelp>"
+msgstr ""
+
+#. Jrqh7
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10685\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. CLTV2
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10689\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected form.</ahelp>"
+msgstr ""
+
+#. tkXGC
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN10698\n"
+"help.text"
+msgid "Report"
+msgstr ""
+
+#. GMWLb
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106A4\n"
+"help.text"
+msgid "Open database object"
+msgstr ""
+
+#. BzwcK
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106A8\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected report so you can enter, edit, or delete records.</ahelp>"
+msgstr ""
+
+#. sLPTD
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106BF\n"
+"help.text"
+msgid "Edit"
+msgstr ""
+
+#. DF32e
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106C3\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the selected report so you can change the layout.</ahelp>"
+msgstr ""
+
+#. FGuUB
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106DA\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. xikUv
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106DE\n"
+"help.text"
+msgid "<ahelp hid=\".\">Deletes the selected report.</ahelp>"
+msgstr ""
+
+#. kmUBC
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106F5\n"
+"help.text"
+msgid "Rename"
+msgstr ""
+
+#. CgE7D
+#: toolbars.xhp
+msgctxt ""
+"toolbars.xhp\n"
+"par_idN106F9\n"
+"help.text"
+msgid "<ahelp hid=\".\">Renames the selected report.</ahelp>"
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/sdraw/01.po b/source/am/helpcontent2/source/text/sdraw/01.po
index 46b19509556..3949a0f11b2 100644
--- a/source/am/helpcontent2/source/text/sdraw/01.po
+++ b/source/am/helpcontent2/source/text/sdraw/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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2017-05-09 15:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -574,6 +574,42 @@ msgctxt ""
msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/name\">Enter a name for the new layer.</ahelp>"
msgstr ""
+#. ADN49
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id641596204028276\n"
+"help.text"
+msgid "Title"
+msgstr ""
+
+#. waSME
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id271596204273624\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/title\">Enter the title of the layer.</ahelp>"
+msgstr ""
+
+#. GGy5s
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"hd_id791596204033460\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. q5F9X
+#: insert_layer.xhp
+msgctxt ""
+"insert_layer.xhp\n"
+"par_id471596204283656\n"
+"help.text"
+msgid "<ahelp hid=\"modules/sdraw/ui/insertlayer/textview\">Enter a description of the layer.</ahelp>"
+msgstr ""
+
#. WFSEL
#: insert_layer.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared.po b/source/am/helpcontent2/source/text/shared.po
index 3dfc23d046c..952d7cefb1c 100644
--- a/source/am/helpcontent2/source/text/shared.po
+++ b/source/am/helpcontent2/source/text/shared.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1996,6 +1996,132 @@ msgctxt ""
msgid "This help page needs further work for correctness and completion. Please join the LibreOffice project and help us out to write the missing information. Visit our <link href=\"https://documentation.libreoffice.org/en/join-community/update-help-contents\"><emph>web page on writing Help contents</emph></link>."
msgstr ""
+#. fGrZx
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"tit\n"
+"help.text"
+msgid "Spacing"
+msgstr ""
+
+#. yQezt
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id411816022675979\n"
+"help.text"
+msgid "<link href=\"text/shared/submenu_spacing.xhp\">Spacing</link>"
+msgstr ""
+
+#. 22dPh
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"par_id398855439580084\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens a submenu where you can choose text spacing commands.</ahelp>"
+msgstr ""
+
+#. 7Sh42
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3154944\n"
+"help.text"
+msgid "Line Spacing: 1"
+msgstr ""
+
+#. xxnjH
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3146969\n"
+"help.text"
+msgid "Line Spacing: 1.5"
+msgstr ""
+
+#. acjb4
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3153711\n"
+"help.text"
+msgid "Line Spacing: 2"
+msgstr ""
+
+#. 44Px9
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3147573\n"
+"help.text"
+msgid "Increase Paragraph Spacing"
+msgstr ""
+
+#. zhqwZ
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"par_id3150695\n"
+"help.text"
+msgid "Increases the paragraph spacing above the selected paragraph."
+msgstr ""
+
+#. XCZUT
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3147574\n"
+"help.text"
+msgid "Decrease Paragraph Spacing"
+msgstr ""
+
+#. EVYri
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"par_id3150696\n"
+"help.text"
+msgid "Decreases the paragraph spacing above the selected paragraph."
+msgstr ""
+
+#. EsHFP
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3147575\n"
+"help.text"
+msgid "Increase Indent"
+msgstr ""
+
+#. BU6i9
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"par_id3150697\n"
+"help.text"
+msgid "Increases the left indent of the current paragraph or cell content and sets it to the next default tab position. If several paragraphs are selected, the indentation of all selected paragraphs is increased."
+msgstr ""
+
+#. YA8bT
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"hd_id3147576\n"
+"help.text"
+msgid "Decrease Indent"
+msgstr ""
+
+#. zVFFG
+#: submenu_spacing.xhp
+msgctxt ""
+"submenu_spacing.xhp\n"
+"par_id3150698\n"
+"help.text"
+msgid "Decreases the left indent of the current paragraph or cell content and sets it to the previous default tab position. If you previously increased the indentation for several collectively selected paragraphs, this command can decrease the indentation for all of the selected paragraphs."
+msgstr ""
+
#. MVHBc
#: submenu_text.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 8b56c6b2641..8d05ff3ffc3 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -673,6 +673,24 @@ msgctxt ""
msgid "Close the Options dialog and discard all changes done."
msgstr "ሁሉንም ለውጦች ማስወገጃ እና የ ምርጫውን ንግግር መዝጊያ:"
+#. EFDpM
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id321597440555403\n"
+"help.text"
+msgid "Apply"
+msgstr ""
+
+#. yJtrx
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id51597440622057\n"
+"help.text"
+msgid "Applies the modified or selected values without closing the Options dialog."
+msgstr ""
+
#. BRStA
#: 00000001.xhp
msgctxt ""
@@ -709,14 +727,14 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">Glossary of Internet Terms</link>"
msgstr "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">የ ኢንተርኔት ደንብ ቃላት መፍቻ</link>"
-#. 7Qeri
+#. aj3Pk
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3155577\n"
"help.text"
-msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, e-mail, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news."
-msgstr "እርስዎ አዲስ ከሆኑ ለ ኢንተርኔት: ብዙ አዲስ ያልተለመዱ ቃሎች ይገጥምዎታል: ለምሳሌ: መቃኛ: ምልክት ማድረጊያ: ኢ-ሜይል: ድህረ ገጽ: መፈለጊያ ሞተር: እና በጣም ብዙ በርካታ ቃሎች ይገጥምዎታል: የ መጀመሪያውን ደረጃ ቀላል ለማድረግ: ይህ ቃላት መፍቻ ጥቂት በጣም አስፈላጊ የሆኑትን ለ መግለጽ ይሞክራል በ ኢንተርኔት: ኢንትራኔት: ደብዳቤ: እና ዜናዎች ውስጥ"
+msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, email, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news."
+msgstr ""
#. 3Sv9k
#: 00000002.xhp
@@ -1231,14 +1249,14 @@ msgctxt ""
msgid "URL"
msgstr "URL"
-#. CLTAn
+#. 3b3CF
#: 00000002.xhp
msgctxt ""
"00000002.xhp\n"
"par_id3152931\n"
"help.text"
-msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an e-mail address."
-msgstr "የ Uniform Resource Locator (URL) የሚያሳየው የ ሰነድ ወይንም የ ሰርቨር አድራሻ ነው በ ኢንተርኔት ላይ: ባጠቃላይ የ URL አካል ይለያያል እንደ አይነቱ እና ባጠቃላይ ፎርም አይነት እና ግልጋሎት://Hostname:Port/Path/Page#Mark ምንም እንኳን ሁሉም አካላቶች ባያስፈልጉም: URL መሆን ይችላል የ FTP አድራሻ: የ WWW (HTTP) አድራሻ: የ ፋይል አድራሻ ወይንም የ ኢ-ሜይል አድራሻ:"
+msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an email address."
+msgstr ""
#. qAvon
#: 00000003.xhp
@@ -3355,14 +3373,14 @@ msgctxt ""
msgid "When exporting to HTML, the character set selected in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph> is used. Characters not present there are written in a substitute form, which is displayed correctly in modern web browsers. When exporting such characters, you will receive an appropriate warning."
msgstr "ወደ HTML በሚልኩ ጊዜ የ ተመረጠው የ ባህሪዎች ማሰናጃ በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - መጫኛ/ማስቀመጫ - HTML ተስማሚ </emph> ይጠቀሙ: ባህሪዎች እዛ የሌሉ የ ተጻፈ መቀየሪያ ፎርም አለ: በ ዘመናዊ መቃኛ ውስጥ በ ትክክል እንዲታይ እነዚህን ባህሪዎች በሚልኩ ጊዜ: ለ እርስዎ ተገቢው ማስጠንቀቂያ ይታያል"
-#. CPvXB
+#. kEb5n
#: 00000020.xhp
msgctxt ""
"00000020.xhp\n"
"par_id3153146\n"
"help.text"
-msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox, MS Internet Explorer, or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
-msgstr "ከሆነ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - መጫኛ/ማስቀመጫ - HTML ተስማሚ</emph> እርስዎ ይምረጡ የ Mozilla Firefox, MS Internet Explorer, ወይንም $[officename] መጻፊያ እንደ መላኪያ ምርጫ: በሚልኩ ጊዜ ሁሉም አስፈላጊ የ ፊደሎች መለያ ይላካል በ ቀጥታ መለያዎች ውስጥ (ለምሳሌ: የ ጽሁፍ ቀለም: የ ፊደል መጠን: ማድመቂያ: ማዝመሚያ: እና ወዘተ) በ CSS1 ዘዴዎች ውስጥ (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) ማምጣት እንዲሁም የሚፈጸመው ይህን ደረጃ እንደጠበቀ ነው"
+msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, you select Mozilla Firefox or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
+msgstr ""
#. XP7i4
#: 00000020.xhp
@@ -3391,31 +3409,31 @@ msgctxt ""
msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
msgstr "\"ፊደል: 10ነጥብ\" መቀየሪያ ወደ 10ነጥብ ፊደል: በ ማድመቂያ: ማዝመሚያ: ትንሽ ባርኔጣ ማጥፊያ"
-#. iSvxV
+#. sx5EP
#: 00000020.xhp
msgctxt ""
"00000020.xhp\n"
"par_id3155135\n"
"help.text"
-msgid "If MS Internet Explorer or $[officename] Writer are set as the export option, the sizes of the control field and their internal margins are exported as styles (print formats). CSS1 size properties are based on \"width\" and \"height\" values. The \"Margin\" property is used to set equal margins on all sides of the page. To allow different margins, the \"Margin-Left\", \"Margin-Right\", \"Margin-Top\" and \"Margin-Bottom\" properties are used."
-msgstr "የ MS Internet Explorer ወይንም $[officename] መጻፊያ ከ ተሰናዳ እንደ መልካኢያ ምርጫ: የ መቆጣጠሪያ ሜዳ መጠን እና የ ውስጥ መስመር ይላካሉ እንደ ዘዴዎች (የ ማተሚያ አቀራረብ). CSS1 የ መጠን ባህሪዎች በ \"ስፋት\" እና \"እርዝመት\" ዋጋዎች: የ \"ኅዳግ\" ባህሪዎች ይጠቀማል እኩል ኅዳግ ለ ማሰናዳት በ ሁሉም ጠርዞች በኩል በ ገጹ ውስጥ: የ ተለያየ ኅዳግ ለማስቻል \"ኅዳግ-የ ግራ\": \"ኅዳግ-የ ቀኝ\": \"ኅዳግ-ከ ላይ\" እና \"ኅዳግ-ከ ታች\" በኩል ባህሪዎችን ይጠቀሙ"
+msgid "If $[officename] Writer are set as the export option, the sizes of the control field and their internal margins are exported as styles (print formats). CSS1 size properties are based on \"width\" and \"height\" values. The \"Margin\" property is used to set equal margins on all sides of the page. To allow different margins, the \"Margin-Left\", \"Margin-Right\", \"Margin-Top\" and \"Margin-Bottom\" properties are used."
+msgstr ""
-#. wiSGK
+#. ujGz3
#: 00000020.xhp
msgctxt ""
"00000020.xhp\n"
"par_id3148473\n"
"help.text"
-msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer and MS Internet Explorer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"."
-msgstr "የ ንድፎች እርቀት እና ተሰኪ-ዎች ለ ይዞታዎች እያንዳንዱን ማሰናዳት ይቻላል መላክ በሚፈልጉ ጊዜ ወደ $[officename] መጻፊያ እና MS Internet Explorer. የ ላይኛው/የ ታችኛው ወይንም የ ቀኝ ወይንም የ ግራ ኅዳግ የሚሰናዳው የ ተለያየ ነው: እርቀቱ ይላካል በ \"ዘዴ\" ምርጫ ውስጥ ለ ተመሳሳይ tag እንደ CSS1 መጠን ባህሪዎች \"ኅዳግ-ከ ላይ\": \"ኅዳግ-ከ ታች\": \"ኅዳግ-በ ግራ\" እና \"ኅዳግ-በ ቀኝ\":"
+msgid "The distances of graphics and Plug-Ins to the content can be set individually for export to $[officename] Writer. If the top/bottom or right/left margin is set differently, the distances are exported in a \"STYLE\" option for the corresponding tag as CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and \"Margin-Right\"."
+msgstr ""
-#. xGAve
+#. JxdSw
#: 00000020.xhp
msgctxt ""
"00000020.xhp\n"
"par_id3144510\n"
"help.text"
-msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox, MS Internet Explorer, and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible."
+msgid "Frames are supported with the use of CSS1 extensions for absolute positioned objects. This applies only to the export options Mozilla Firefox and $[officename] Writer. Frames can be aligned as graphics, <switchinline select=\"sys\"><caseinline select=\"WIN\"> Plug-Ins,</caseinline></switchinline>and Floating Frames, but character-linked frames are not possible."
msgstr ""
#. Vym4j
@@ -3616,14 +3634,14 @@ msgctxt ""
msgid "Importing and Exporting Numbering"
msgstr "ቁጥር መስጫ ማምጫ እና መላኪያ"
-#. jfj5X
+#. GFHgr
#: 00000020.xhp
msgctxt ""
"00000020.xhp\n"
"par_id3145591\n"
"help.text"
-msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, the export option \"$[officename] Writer\" or \"Internet Explorer\" is selected, the indents of numberings are exported as \"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the next higher level."
-msgstr "ከሆነ በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - መጫኛ/ማስቀመጫ - HTML ተስማሚ </emph> የ መላኪያ ምርጫ \"$[officename] መጻፊያ\" ወይንም \"Internet Explorer\" መመረጡን: የ ቁጥር መስጫ ማስረጊያ የሚላከው እንደ \"ኅዳግ-በ ግራ\" CSS1 ባህሪ ዘዴ መለያ ነው በ <OL> እና <UL> tags. ባህሪ የሚያሳየው የ ተለያዩ አንፃራዊ ነው ለ ማስረጊያ በሚቀጥለው ከፍተኛ ደረጃ ውስጥ"
+msgid "If, in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, the export option \"$[officename] Writer\" is selected, the indents of numberings are exported as \"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> tags. The property indicates the difference relative to the indent of the next higher level."
+msgstr ""
#. ayGUf
#: 00000020.xhp
@@ -6064,14 +6082,14 @@ msgctxt ""
msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
msgstr "<variable id=\"webhtml\">ይምረጡ <emph> ፋይል - ቅድመ እይታ በዌብ መቃኛ </emph></variable>"
-#. hM2wE
+#. iYQ6G
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154812\n"
"help.text"
-msgid "Choose <emph>File - New</emph>."
-msgstr "ይምረጡ <emph> ፋይል - አዲስ </emph>"
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
#. 4rLdL
#: 00000401.xhp
@@ -6100,32 +6118,32 @@ msgctxt ""
msgid "New"
msgstr "አዲስ"
-#. ANLEZ
+#. aqshc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "Key <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
-msgstr "ቁልፍ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+msgid "Key <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
-#. 9fNTA
+#. TkkUE
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3157898\n"
"help.text"
-msgid "Menu <emph>File - New - Templates</emph>."
-msgstr "ዝርዝር <emph>ፋይል - አዲስ - ቴምፕሌትስ</emph>."
+msgid "Menu <menuitem>File - New - Templates</menuitem>."
+msgstr ""
-#. V46qt
+#. x6c5g
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3149140\n"
"help.text"
-msgid "Key Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
-msgstr "ቁልፍ Key Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+N"
+msgid "Key <keycode>Shift+</keycode><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. chsce
#: 00000401.xhp
@@ -6136,13 +6154,13 @@ msgctxt ""
msgid "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph>.</variable>"
msgstr ""
-#. QjdPv
+#. VEpf3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147226\n"
"help.text"
-msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab.</variable>"
+msgid "<variable id=\"etikettenein\">Choose <menuitem>File - New - Labels - Labels</menuitem> tab.</variable>"
msgstr ""
#. aFjHG
@@ -6649,14 +6667,14 @@ msgctxt ""
msgid "Choose <emph>File - Save</emph>."
msgstr ""
-#. yPf68
+#. BiNBE
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147533\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+S"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
#. 8UBzJ
#: 00000401.xhp
@@ -6802,58 +6820,67 @@ msgctxt ""
msgid "Choose <emph>File - Reload</emph>."
msgstr ""
-#. nQxCe
+#. qdS25
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3166425\n"
"help.text"
-msgid "<variable id=\"info1\">Choose <emph>File - Properties</emph>.</variable>"
+msgid "<variable id=\"info1\">Choose <menuitem>File - Properties</menuitem>.</variable>"
msgstr ""
-#. yBbTG
+#. HCGtN
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150381\n"
"help.text"
-msgid "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab.</variable>"
+msgid "<variable id=\"info2\">Choose <menuitem>File - Properties - General</menuitem> tab.</variable>"
msgstr ""
-#. 9Dio9
+#. btEP2
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id181526424294565\n"
"help.text"
-msgid "Choose <emph>File - Digital Signatures - Sign Existing PDF</emph>."
-msgstr "ይምረጡ <emph> ፋይል - ዲጂታል ፊርማ - የ ነበረ PDF መፈረሚያ </emph>"
+msgid "Choose <menuitem>File - Digital Signatures - Sign Existing PDF</menuitem>."
+msgstr ""
+
+#. BT3B5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971594767600402\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - LibreOffice - Security</menuitem> and in <emph>Certificate Path</emph> area click <menuitem>Certificate</menuitem>."
+msgstr ""
-#. BDjhC
+#. bjtF6
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11163\n"
"help.text"
-msgid "Choose <emph>File - Digital Signatures - Digital Signatures</emph>."
+msgid "<variable id=\"digitalsigs\">Choose <menuitem>File - Digital Signatures - Digital Signatures</menuitem>.</variable>"
msgstr ""
-#. zZVDg
+#. QA6UC
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11168\n"
"help.text"
-msgid "Choose <emph>Tools - Macros - Digital Signature</emph>."
+msgid "Choose <menuitem>Tools - Macros - Digital Signature</menuitem>."
msgstr ""
-#. uLs85
+#. u6Rcy
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11156\n"
"help.text"
-msgid "Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button."
+msgid "Choose <menuitem>File - Properties - General</menuitem> tab, click <emph>Digital Signatures</emph> button."
msgstr ""
#. G3b6A
@@ -6865,76 +6892,76 @@ msgctxt ""
msgid "Double-click or right-click the <emph>Signature</emph> field on the <emph>Status</emph> bar."
msgstr ""
-#. wBuuE
+#. oUEEy
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11173\n"
"help.text"
-msgid "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</emph> tab, press <emph>Digital Signatures</emph> button, then press <emph>Sign Document</emph> button.</variable>"
+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 ""
-#. VC4bt
+#. EpJQ7
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150662\n"
"help.text"
-msgid "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab.</variable>"
+msgid "<variable id=\"info3\">Choose <menuitem>File - Properties - Description</menuitem> tab.</variable>"
msgstr ""
-#. 3vtEX
+#. GjKt9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3153792\n"
"help.text"
-msgid "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab.</variable>"
+msgid "<variable id=\"info4\">Choose <menuitem>File - Properties - Custom Properties</menuitem> tab.</variable>"
msgstr ""
-#. DNuSj
+#. U55Xg
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3153701\n"
"help.text"
-msgid "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab.</variable>"
+msgid "<variable id=\"info5\">Choose <menuitem>File - Properties - Statistics</menuitem> tab.</variable>"
msgstr ""
-#. NQSSJ
+#. zpMha
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id315370199\n"
"help.text"
-msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab.</variable>"
+msgid "<variable id=\"infosec\">Choose <menuitem>File - Properties - Security</menuitem> tab.</variable>"
msgstr ""
-#. Saqnw
+#. pSZak
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3149570\n"
"help.text"
-msgid "<variable id=\"info6\">Choose <emph>File - Properties - CMIS Properties</emph> tab.</variable>"
+msgid "<variable id=\"info6\">Choose <menuitem>File - Properties - CMIS Properties</menuitem> tab.</variable>"
msgstr ""
-#. LyvFc
+#. EdFtp
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150382\n"
"help.text"
-msgid "<variable id=\"info7\">Choose <emph>File - Properties - Font</emph> tab.</variable>"
+msgid "<variable id=\"info7\">Choose <menuitem>File - Properties - Font</menuitem> tab.</variable>"
msgstr ""
-#. DXLxP
+#. FJjaY
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154930\n"
"help.text"
-msgid "Menu <emph>File - Print Preview</emph>."
+msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
#. PEGNP
@@ -6955,31 +6982,31 @@ msgctxt ""
msgid "Print Preview"
msgstr "የ ማተሚያ ቅድመ እይታ"
-#. kndVP
+#. fQAMY
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3163722\n"
"help.text"
-msgid "Choose <emph>File - Printer Settings</emph>."
+msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. 4g6sk
+#. Dpv6i
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <emph>File - Send</emph>.</variable>"
+msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
msgstr ""
-#. E3vhr
+#. 9pQyS
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145386\n"
"help.text"
-msgid "Choose <emph>File - Send - Email Document</emph>."
+msgid "Choose <menuitem>File - Send - Email Document</menuitem>."
msgstr ""
#. ZaENF
@@ -6991,14 +7018,14 @@ msgctxt ""
msgid "<image id=\"img_id4044007\" src=\"cmd/sc_sendmail.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4044007\">Icon</alt></image>"
msgstr "<image id=\"img_id4044007\" src=\"cmd/sc_sendmail.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id4044007\">ምልክት</alt></image>"
-#. 2mB8o
+#. iYxXg
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN113C8\n"
"help.text"
-msgid "E-mail Document"
-msgstr "ኢ-ሜይል ሰነድ"
+msgid "Email Document"
+msgstr ""
#. QF5Dw
#: 00000401.xhp
@@ -7117,13 +7144,13 @@ msgctxt ""
msgid "Export Directly as PDF"
msgstr "በቀጥታ እንደ PDF መላኪያ"
-#. 75GDs
+#. NCJGr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145410\n"
"help.text"
-msgid "Choose <emph>File - Send - E-mail as PDF</emph>."
+msgid "Choose <emph>File - Send - Email as PDF</emph>."
msgstr ""
#. rZpZc
@@ -7207,23 +7234,23 @@ msgctxt ""
msgid "Print Page Preview"
msgstr "የ ማተሚያ ገጽ ቅድመ እይታ"
-#. njLkF
+#. tWQsB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155869\n"
"help.text"
-msgid "Choose <emph>File - Exit</emph>."
+msgid "Choose <menuitem>File - Exit %PRODUCTNAME</menuitem>."
msgstr ""
-#. KtqDj
+#. DjhX3
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3152382\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Q"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Q</keycode>"
+msgstr ""
#. DGbyA
#: 00000401.xhp
@@ -7999,14 +8026,14 @@ msgctxt ""
msgid "Basic Shapes"
msgstr "መሰረታዊ ቅርጾች"
-#. LKQPo
+#. PZB3N
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_idN10EEE\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Symbol Shapes</alt></image>"
+msgstr ""
#. raBMx
#: 00000404.xhp
@@ -8638,6 +8665,24 @@ msgctxt ""
msgid "Choose <emph>Tools - AutoText - Path</emph>."
msgstr "ይምረጡ <emph> መሳሪያዎች - በራሱ ጽሁፍ - መንገድ </emph>"
+#. uSkyB
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3156091\n"
+"help.text"
+msgid "<variable id=\"imagemap\">Choose <menuitem>Tools - ImageMap</menuitem>.</variable>"
+msgstr ""
+
+#. q5E7e
+#: 00000406.xhp
+msgctxt ""
+"00000406.xhp\n"
+"par_id3155936\n"
+"help.text"
+msgid "<variable id=\"imagemap_desc\">Choose <menuitem>Tools - ImageMap</menuitem>, then select a section of the ImageMap and click <menuitem>Properties - Description</menuitem>.</variable>"
+msgstr ""
+
#. AMRtZ
#: 00000406.xhp
msgctxt ""
@@ -8908,14 +8953,14 @@ msgctxt ""
msgid "<variable id=\"laden\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - General</emph>.</variable>"
msgstr "<variable id=\"laden\">የ ጽሁፍ ሰነድ መክፈቻ ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - ባጠቃላይ </emph></variable>"
-#. 2Fvii
+#. 8QqgR
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_idN10F2F\n"
"help.text"
-msgid "<variable id=\"mailmergeemail\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Mail Merge E-mail</emph>.</variable>"
-msgstr "<variable id=\"mailmergeemail\">የ ጽሁፍ ሰነድ መክፈቻ ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ </emph></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - ደብዳቤ ማዋሀጃ ኢ-ሜይል </emph></variable>"
+msgid "<variable id=\"mailmergeemail\">Open a text document, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Mail Merge Email</emph>.</variable>"
+msgstr ""
#. T5u9S
#: 00000406.xhp
@@ -9772,13 +9817,13 @@ msgctxt ""
msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click"
msgstr ""
-#. KFCKR
+#. rxcvE
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3148998\n"
"help.text"
-msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>"
+msgid "<image id=\"img_id3154894\" src=\"cmd/sc_outlineformat.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>"
msgstr ""
#. AdBzN
@@ -9853,13 +9898,13 @@ msgctxt ""
msgid "Choose <emph>Format - Cells - Font</emph> tab (spreadsheets)."
msgstr ""
-#. VUPNE
+#. EpBDi
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3156306\n"
"help.text"
-msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)."
+msgid "Menu <menuitem>Format - Page - Header/Footer</menuitem> - <emph>Edit</emph> button (spreadsheets)."
msgstr ""
#. f7aHb
@@ -9988,13 +10033,13 @@ msgctxt ""
msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click"
msgstr "በ <emph>ጽሁፍ አቀራረብ</emph> መደርደሪያ ላይ (በ መጠቆሚያው እቃውን), ይጫኑ"
-#. Kobha
+#. rQ9Bt
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3155995\n"
"help.text"
-msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>"
+msgid "<image id=\"img_id3150495\" src=\"cmd/sc_paragraphdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150495\">Icon Paragraph</alt></image>"
msgstr ""
#. E7XoA
@@ -10159,22 +10204,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab.</caseinline></switchinline>"
msgstr ""
-#. NVSGu
+#. 93Zxq
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3155915\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab - <emph>Padding</emph>.</caseinline></switchinline>"
+msgid "Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab - <emph>Padding</emph>."
msgstr ""
-#. dCnPy
+#. krmqa
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3159130\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu <emph>Format - Page - Border - Padding</emph>.</caseinline></switchinline>"
+msgid "Menu <emph>Format - Page - Border - Padding</emph>."
msgstr ""
#. PGrMv
@@ -10186,13 +10231,13 @@ msgctxt ""
msgid "Choose <emph>Format - Paragraph - Background</emph> tab."
msgstr ""
-#. S9R9E
+#. kfo3L
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3147330\n"
"help.text"
-msgid "Choose <emph>Format - Character - Background</emph> tab."
+msgid "Choose <emph>Format - Character - Highlighting</emph> tab."
msgstr ""
#. nd9vD
@@ -10339,49 +10384,67 @@ msgctxt ""
msgid "<variable id=\"Impressseiteverwaltenh1\">Choose <menuitem>Slide - Properties - Page</menuitem> tab.</variable>"
msgstr ""
-#. Tv5B3
+#. nMbj6
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3154482\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> (F11) - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab."
+msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of an entry and choose <menuitem>Modify/New - Organizer</menuitem> tab."
msgstr ""
-#. a85dA
+#. eEUQg
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
-"par_id3153357\n"
+"par_id3149323\n"
"help.text"
-msgid "Choose <menuitem>Format - Page - Page</menuitem> tab."
+msgid "Choose <menuitem>Slide - Properties - Slide</menuitem> tab"
msgstr ""
-#. RWWCj
+#. 8xjGD
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
-"par_id3149323\n"
+"par_id3154972\n"
"help.text"
-msgid "Choose <menuitem>Slide - Properties - Page</menuitem> tab (in $[officename] Impress)."
+msgid "Choose <menuitem>Page - Properties - Page</menuitem> tab."
msgstr ""
-#. 9mYb4
+#. sZU8Q
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
-"par_id3154972\n"
+"par_id731601602622257\n"
"help.text"
-msgid "Choose <menuitem>Page - Properties - Page</menuitem> tab (in $[officename] Draw)."
+msgid "Choose <menuitem>Format - Page - Page</menuitem> tab."
msgstr ""
-#. Qk9bQ
+#. gMqXo
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3154362\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab."
+msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of a page style entry and choose <emph>Modify/New - Page</emph> tab."
+msgstr ""
+
+#. cgX2W
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3153357\n"
+"help.text"
+msgid "Choose <menuitem>Format - Page Style - Page</menuitem> tab."
+msgstr ""
+
+#. GF8Ps
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id31543624680\n"
+"help.text"
+msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of a page style entry and choose <emph>Modify/New - Page</emph> tab."
msgstr ""
#. w3yEG
@@ -10483,13 +10546,13 @@ msgctxt ""
msgid "On <emph>Formatting</emph> bar, click"
msgstr ""
-#. raTBP
+#. xHqEM
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3148533\n"
"help.text"
-msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>"
+msgid "<image id=\"img_id3149568\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149568\">Icon Styles</alt></image>"
msgstr ""
#. GGmAC
@@ -10501,14 +10564,14 @@ msgctxt ""
msgid "Styles"
msgstr "ዘዴዎች"
-#. fVFNF
+#. CBSYY
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3159313\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>On the <emph>Drawing</emph> bar, click</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline> በ <emph> መሳያ </emph> መደርደሪያ ላይ ይጫኑ </defaultinline></switchinline>"
+msgid "On the <emph>Drawing</emph> bar, click"
+msgstr ""
#. GtJbA
#: 00040500.xhp
@@ -10609,31 +10672,31 @@ msgctxt ""
msgid "Bullets On/Off"
msgstr "ነጥቦች ማብሪያ/ማጥፊያ"
-#. EkNbw
+#. XAbBj
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3149735\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page."
+msgid "Choose <menuitem>Format - Bullets and Numbering</menuitem>. <switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Customize</emph> tab page.</caseinline></switchinline>"
msgstr ""
-#. ko4it
+#. y4rGF
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3150785\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>"
+msgid "Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>."
msgstr ""
-#. MH7Cp
+#. pC5yB
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3148420\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>"
+msgid "Open <menuitem>Styles - List Styles</menuitem> - context menu of an entry - choose <menuitem>New/Modify</menuitem>."
msgstr ""
#. Mx4EM
@@ -10645,22 +10708,22 @@ msgctxt ""
msgid "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab."
msgstr ""
-#. MEePu
+#. bYrZa
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3149917\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>.</caseinline></switchinline>"
+msgid "Open <emph>Styles - Presentation Styles</emph> - context menu of an Outline Style - choose <emph>New/Modify</emph>."
msgstr ""
-#. DHxR8
+#. ZPMxH
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3154930\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>"
+msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>."
msgstr ""
#. ZD5up
@@ -10726,13 +10789,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>.</caseinline></switchinline>"
msgstr ""
-#. WCC8T
+#. BQqBM
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3154931\n"
+"help.text"
+msgid "Open <emph>Styles - List Styles</emph> - context menu of an entry - choose <emph>New/Modify</emph>."
+msgstr ""
+
+#. TDV7t
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3153812\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>View - Styles</menuitem> (F11) - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab.</caseinline></switchinline>"
+msgid "Choose <menuitem>View - Styles</menuitem> (F11) - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab."
msgstr ""
#. gfMdA
@@ -10744,41 +10816,41 @@ msgctxt ""
msgid "Choose <menuitem>Format - Bullets and Numbering</menuitem> - <emph>Position</emph> tab."
msgstr ""
-#. QJzFj
+#. t8uTF
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3153899\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>Styles - Manage Styles</menuitem> - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab.</caseinline></switchinline>"
+msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - choose List Styles - context menu of an entry - choose <menuitem>New/Modify</menuitem> - <emph>Position</emph> tab."
msgstr ""
-#. SZuQU
+#. DEQfE
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3156170\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <menuitem>Tools - Chapter Numbering - Position</menuitem> tab.</caseinline></switchinline>"
+msgid "Choose <menuitem>Tools - Chapter Numbering - Position</menuitem> tab."
msgstr ""
-#. agBgR
+#. 8AtZC
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3151332\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Image - Properties - Crop</emph> tab.</caseinline></switchinline>"
+msgid "Menu <emph>Format - Image - Properties - Crop</emph> tab."
msgstr ""
-#. 4o7EQ
+#. eREMF
#: 00040500.xhp
msgctxt ""
"00040500.xhp\n"
"par_id3153317\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>Icon on the <emph>Image</emph> toolbar:</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"/><defaultinline>ምልክት በ <emph> ምስል </emph> እቃ መደርደሪያ ላይ:</defaultinline></switchinline>"
+msgid "Icon on the <emph>Image</emph> toolbar:"
+msgstr ""
#. YKAFD
#: 00040500.xhp
@@ -10807,6 +10879,15 @@ msgctxt ""
msgid "Choose <menuitem>Format - Text</menuitem>."
msgstr ""
+#. CHNi9
+#: 00040500.xhp
+msgctxt ""
+"00040500.xhp\n"
+"par_id3151255\n"
+"help.text"
+msgid "Choose <menuitem>Format - Spacing</menuitem>."
+msgstr ""
+
#. suPn7
#: 00040500.xhp
msgctxt ""
@@ -10915,14 +10996,14 @@ msgctxt ""
msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click"
msgstr "መክፈቻ <emph> የ መሳሪያ ሳጥን </emph> መደርደሪያ በ Basic ንግግር ማረሚያ: ይጫኑ"
-#. ZCEGK
+#. JESNd
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3151054\n"
"help.text"
-msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150865\">Icon Properties</alt></image>"
+msgstr ""
#. 89DTS
#: 00040501.xhp
@@ -10942,14 +11023,14 @@ msgctxt ""
msgid "Open context menu of a selected form element - choose <emph>Form</emph>."
msgstr ""
-#. w3xKU
+#. CMsFE
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3152933\n"
"help.text"
-msgid "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3148676\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3148676\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3148676\" src=\"cmd/sc_formproperties.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148676\">Icon Form</alt></image>"
+msgstr ""
#. F5LMe
#: 00040501.xhp
@@ -11041,14 +11122,14 @@ msgctxt ""
msgid "Open context menu of a selected form element - choose <emph>Control</emph>."
msgstr ""
-#. iGEwF
+#. z6tko
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153953\n"
"help.text"
-msgid "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149064\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3149064\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149064\" src=\"cmd/sc_showbrowser.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149064\">Icon Control</alt></image>"
+msgstr ""
#. ADmRP
#: 00040501.xhp
@@ -11122,14 +11203,14 @@ msgctxt ""
msgid "On <emph>Form Design</emph> bar, click"
msgstr ""
-#. 9rRZS
+#. EJCyJ
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3157874\n"
"help.text"
-msgid "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159345\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159345\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3159345\" src=\"cmd/sc_tabdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159345\">Icon Activation Order</alt></image>"
+msgstr ""
#. BmMW5
#: 00040501.xhp
@@ -11149,14 +11230,14 @@ msgctxt ""
msgid "On <emph>Form Design</emph> bar, click"
msgstr ""
-#. BtzB4
+#. pNmAg
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3156439\n"
"help.text"
-msgid "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153530\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153530\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3153530\" src=\"cmd/sc_addfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153530\">Icon Add Field</alt></image>"
+msgstr ""
#. iQFBK
#: 00040501.xhp
@@ -11176,14 +11257,14 @@ msgctxt ""
msgid "On <emph>Form Design</emph> bar, click"
msgstr ""
-#. C8Cfx
+#. hgCuD
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3150749\n"
"help.text"
-msgid "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157869\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3157869\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3157869\" src=\"cmd/sc_showfmexplorer.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157869\">Icon Form Navigator</alt></image>"
+msgstr ""
#. QEjGP
#: 00040501.xhp
@@ -11203,14 +11284,14 @@ msgctxt ""
msgid "On <emph>Form Controls</emph> toolbar or <emph>Form Design</emph> bar, click"
msgstr ""
-#. GGJgP
+#. YgQWC
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3156056\n"
"help.text"
-msgid "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154508\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3154508\" src=\"cmd/sc_testmode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Design Mode</alt></image>"
+msgstr ""
#. AATfh
#: 00040501.xhp
@@ -11239,14 +11320,14 @@ msgctxt ""
msgid "On <emph>Form Design</emph> bar, click"
msgstr ""
-#. wzVK9
+#. iGE3k
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149822\n"
"help.text"
-msgid "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151189\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151189\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3151189\" src=\"cmd/sc_openreadonly.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151189\">Icon Open in Design Mode</alt></image>"
+msgstr ""
#. UqdMN
#: 00040501.xhp
@@ -11266,14 +11347,14 @@ msgctxt ""
msgid "On <emph>Form Control</emph> toolbar, click"
msgstr ""
-#. 9EbHS
+#. msyNv
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3152948\n"
"help.text"
-msgid "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156375\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3156375\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156375\">Icon Wizard</alt></image>"
+msgstr ""
#. o64U6
#: 00040501.xhp
@@ -11311,14 +11392,14 @@ msgctxt ""
msgid "Choose <emph>Shape - Arrange</emph> ($[officename] Draw)."
msgstr ""
-#. p4AFF
+#. gqcDq
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155578\n"
"help.text"
-msgid "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3109842\">Icon</alt></image>"
-msgstr "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3109842\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3109842\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3109842\">Icon Arrange</alt></image>"
+msgstr ""
#. jwdWP
#: 00040501.xhp
@@ -11365,14 +11446,14 @@ msgctxt ""
msgid "Open context menu - choose <emph>Arrange - Bring to Front</emph> ($[officename] Impress)."
msgstr ""
-#. hMKdo
+#. HPFLD
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3151213\n"
"help.text"
-msgid "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145220\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145220\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145220\" src=\"cmd/sc_bringtofront.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145220\">Icon Bring to Front</alt></image>"
+msgstr ""
#. sBuGt
#: 00040501.xhp
@@ -11419,14 +11500,14 @@ msgctxt ""
msgid "Open context menu - choose <emph>Arrange - Bring Forward</emph> ($[officename] Impress)."
msgstr ""
-#. hcf4a
+#. TSeCV
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3159121\n"
"help.text"
-msgid "<image id=\"img_id3156142\" src=\"cmd/sc_forward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156142\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156142\" src=\"cmd/sc_forward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156142\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3156142\" src=\"cmd/sc_forward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156142\">Icon Bring Forward</alt></image>"
+msgstr ""
#. P9V6A
#: 00040501.xhp
@@ -11473,14 +11554,14 @@ msgctxt ""
msgid "Open context menu - choose <emph>Arrange - Send Backward</emph> ($[officename] Impress)."
msgstr ""
-#. wCFzs
+#. BQhNe
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3152994\n"
"help.text"
-msgid "<image id=\"img_id3163723\" src=\"cmd/sc_backward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163723\">Icon</alt></image>"
-msgstr "<image id=\"img_id3163723\" src=\"cmd/sc_backward.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163723\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3163723\" src=\"cmd/sc_backward.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163723\">Icon Send Backward</alt></image>"
+msgstr ""
#. WKKNG
#: 00040501.xhp
@@ -11527,14 +11608,14 @@ msgctxt ""
msgid "Open context menu - choose <emph>Arrange - Send to Back</emph> ($[officename] Impress)."
msgstr ""
-#. wN6km
+#. A873M
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145384\n"
"help.text"
-msgid "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153813\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153813\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3153813\" src=\"cmd/sc_sendtoback.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153813\">Icon Send to Back</alt></image>"
+msgstr ""
#. mH2tS
#: 00040501.xhp
@@ -11554,14 +11635,14 @@ msgctxt ""
msgid "Choose <emph>Format - Arrange - To Foreground</emph>."
msgstr ""
-#. niZ3f
+#. G2AjB
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149408\n"
"help.text"
-msgid "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155129\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155129\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155129\">Icon To Foreground</alt></image>"
+msgstr ""
#. 4ahEr
#: 00040501.xhp
@@ -11581,14 +11662,14 @@ msgctxt ""
msgid "Choose <emph>Format - Arrange - To Background</emph>."
msgstr ""
-#. kAYhN
+#. FQRn8
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153815\n"
"help.text"
-msgid "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154954\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154954\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3154954\" src=\"cmd/sc_setobjecttobackground.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154954\">Icon To Background</alt></image>"
+msgstr ""
#. rCVpM
#: 00040501.xhp
@@ -11662,14 +11743,14 @@ msgctxt ""
msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#. ANyzk
+#. Po4LF
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3153373\n"
"help.text"
-msgid "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159209\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159209\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3159209\" src=\"cmd/sc_objectalign.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159209\">Icon Left</alt></image>"
+msgstr ""
#. 3u7D2
#: 00040501.xhp
@@ -11707,14 +11788,14 @@ msgctxt ""
msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#. FqkBw
+#. mbnDh
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3149519\n"
"help.text"
-msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143222\">Icon</alt></image>"
-msgstr "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3143222\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3143222\" src=\"cmd/sc_alignmiddle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143222\">Icon Centered</alt></image>"
+msgstr ""
#. fawoM
#: 00040501.xhp
@@ -11752,14 +11833,14 @@ msgctxt ""
msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#. C2eCp
+#. EDVzM
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155436\n"
"help.text"
-msgid "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153283\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153283\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3153283\" src=\"cmd/sc_objectalignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153283\">Icon Right</alt></image>"
+msgstr ""
#. mF7W6
#: 00040501.xhp
@@ -11806,14 +11887,14 @@ msgctxt ""
msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#. Zx8CA
+#. eYWWR
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3155386\n"
"help.text"
-msgid "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155542\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155542\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155542\" src=\"cmd/sc_alignup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155542\">Icon Top</alt></image>"
+msgstr ""
#. WFtRg
#: 00040501.xhp
@@ -11860,14 +11941,14 @@ msgctxt ""
msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#. BBURn
+#. RgieQ
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3145755\n"
"help.text"
-msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146776\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3146776\" src=\"cmd/sc_aligncenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146776\">Icon Centered</alt></image>"
+msgstr ""
#. NYgDY
#: 00040501.xhp
@@ -11905,14 +11986,14 @@ msgctxt ""
msgid "On <emph>Align</emph> bar ($[officename] Impress, $[officename] Draw), click"
msgstr ""
-#. xNAAU
+#. DcDSM
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3154057\n"
"help.text"
-msgid "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147267\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147267\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3147267\" src=\"cmd/sc_aligndown.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147267\">Icon Bottom</alt></image>"
+msgstr ""
#. rkNkG
#: 00040501.xhp
@@ -11941,14 +12022,14 @@ msgctxt ""
msgid "On <emph>Form Design</emph> bar, click"
msgstr ""
-#. mExvf
+#. DcsgR
#: 00040501.xhp
msgctxt ""
"00040501.xhp\n"
"par_id3151122\n"
"help.text"
-msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145357\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145357\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145357\" src=\"cmd/sc_toggleanchortype.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145357\">Icon Anchor</alt></image>"
+msgstr ""
#. s4iPa
#: 00040501.xhp
@@ -12031,31 +12112,31 @@ msgctxt ""
msgid "Format Menu"
msgstr "ዝርዝር አቀራረብ"
-#. EBgra
+#. dPY5J
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3146857\n"
"help.text"
-msgid "Choose <emph>Format - Line</emph> (Impress and Draw)."
+msgid "Choose <menuitem>Format - Line</menuitem> (Impress and Draw)."
msgstr ""
-#. GD7zT
+#. yDiGN
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id366527\n"
"help.text"
-msgid "Choose <emph>Format - Text Box and Shape - Line</emph> (Writer)."
+msgid "Choose <menuitem>Format - Text Box and Shape - Line</menuitem> (Writer)."
msgstr ""
-#. opFQF
+#. oRRBE
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3835261\n"
"help.text"
-msgid "Choose <emph>Format - Object - Line</emph> (Calc)."
+msgid "Choose <menuitem>Format - Object - Line</menuitem> (Calc)."
msgstr ""
#. KVd3h
@@ -12067,14 +12148,14 @@ msgctxt ""
msgid "On <emph>Line and Filling</emph> bar, click"
msgstr ""
-#. XkgtK
+#. wRABY
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3148889\n"
"help.text"
-msgid "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150669\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150669\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150669\" src=\"cmd/sc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
+msgstr ""
#. acBGp
#: 00040502.xhp
@@ -12085,112 +12166,112 @@ msgctxt ""
msgid "Line"
msgstr "መስመር"
-#. fGXJt
+#. h7mxS
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154285\n"
"help.text"
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph></caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Line - Line</emph> tab."
+msgid "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</menuitem> tab."
msgstr ""
-#. E5bGr
+#. DYuKv
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147335\n"
"help.text"
-msgid "Choose <emph>View - Styles</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)."
+msgid "Choose <menuitem>View - Styles</menuitem> - open context menu and choose <menuitem>Modify/New - Line</menuitem> tab (presentation documents)."
msgstr ""
-#. CGjv9
+#. AAT9i
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156023\n"
"help.text"
-msgid "Choose <emph>Format - Title - Borders</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Title - Borders</menuitem> tab (charts)."
msgstr ""
-#. emX6H
+#. knxFR
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153061\n"
"help.text"
-msgid "Choose <emph>Format - Legend - Borders</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Legend - Borders</menuitem> tab (charts)."
msgstr ""
-#. wz4kM
+#. F6966
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3155922\n"
"help.text"
-msgid "Choose <emph>Format - Axis - Line</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Axis - Line</menuitem> tab (charts)."
msgstr ""
-#. P6EZT
+#. yFq4k
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147559\n"
"help.text"
-msgid "Choose <emph>Format - Grid - Line</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Grid - Line</menuitem> tab (charts)."
msgstr ""
-#. NiUXL
+#. nNAkS
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154758\n"
"help.text"
-msgid "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Chart Wall - Borders</menuitem> tab (charts)."
msgstr ""
-#. MFyeh
+#. Aedak
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153960\n"
"help.text"
-msgid "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Chart Floor - Borders</menuitem> tab (charts)."
msgstr ""
-#. BPSMn
+#. Ujfzj
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154939\n"
"help.text"
-msgid "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)."
+msgid "Choose <menuitem>Format - Chart Area - Borders</menuitem> tab (charts)."
msgstr ""
-#. QFQbV
+#. r2Bvs
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151293\n"
"help.text"
-msgid "<variable id=\"linienstile\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Line - Line Styles</emph> tab.</variable>"
+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 ""
-#. wpcTd
+#. PgQAh
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149317\n"
"help.text"
-msgid "<variable id=\"linienenden\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Line - Arrow Styles</emph> tab.</variable>"
+msgid "<variable id=\"linienenden\">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 - Arrow Styles</menuitem> tab.</variable>"
msgstr ""
-#. v7ZFw
+#. 9zBMS
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156082\n"
"help.text"
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area</emph>."
+msgid "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>Area</menuitem>."
msgstr ""
#. EAChU
@@ -12202,14 +12283,14 @@ msgctxt ""
msgid "On <emph>Line and Filling</emph> bar, click"
msgstr ""
-#. eeYjd
+#. HBmFB
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156424\n"
"help.text"
-msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Icon Area</alt></image>"
+msgstr ""
#. tdHtP
#: 00040502.xhp
@@ -12220,22 +12301,22 @@ msgctxt ""
msgid "Area"
msgstr "ቦታ"
-#. dXFUA
+#. 324Fr
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
-"par_id3145607\n"
+"par_id511592159765396\n"
"help.text"
-msgid "Choose <menuitem>View - Styles</menuitem> - choose <switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph, Frame or Page</caseinline></switchinline> style - open context menu - choose <menuitem>Modify/New - </menuitem><switchinline select=\"appl\"><caseinline select=\"CALC\"><menuitem>Background</menuitem></caseinline><defaultinline><menuitem>Area</menuitem></defaultinline></switchinline> tab."
+msgid "Choose <menuitem>View - Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>) - choose Paragraph, Frame or Page style - open context menu - choose <menuitem>Modify/New - Area</menuitem> tab."
msgstr ""
-#. TGDHe
+#. sV6fD
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id841527083135387\n"
"help.text"
-msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab."
+msgid "Choose <menuitem>Table - Properties - Background</menuitem> tab. Select the table object - Cell, Row or Table - which background area is to be filled."
msgstr ""
#. DhLwG
@@ -12247,13 +12328,31 @@ msgctxt ""
msgid "Choose <menuitem>Format - Page Style - Area</menuitem> tab."
msgstr ""
-#. hu68D
+#. GQb6M
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
-"par_id3149664\n"
+"par_id901592158395353\n"
"help.text"
-msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab."
+msgid "Choose <menuitem>Format - Text Box and Shape - Area - Area</menuitem>"
+msgstr ""
+
+#. vAmBH
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id1001592157774069\n"
+"help.text"
+msgid "Choose <menuitem>Styles - Manage Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>) - choose Cell or Page style - open context menu - choose <menuitem>Modify/New - Background</menuitem> tab."
+msgstr ""
+
+#. LzEQU
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id771592156369992\n"
+"help.text"
+msgid "Choose <menuitem>Format - Page - Background</menuitem> tab"
msgstr ""
#. NP4xZ
@@ -12265,6 +12364,69 @@ msgctxt ""
msgid "Choose <menuitem>Format - Cells - Background</menuitem> tab"
msgstr ""
+#. LVAwN
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id881592158156157\n"
+"help.text"
+msgid "Choose <menuitem>Format - Object - Area - Area</menuitem> tab."
+msgstr ""
+
+#. uQS9p
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id951592158682096\n"
+"help.text"
+msgid "Choose <menuitem>Format - Style - Edit Style - Area</menuitem> tab"
+msgstr ""
+
+#. vKEWq
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id11592158856626\n"
+"help.text"
+msgid "Choose <menuitem>Slide - Properties - Background</menuitem> tab"
+msgstr ""
+
+#. Hb7gT
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id891592159117695\n"
+"help.text"
+msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>), choose Drawing or Presentation style - open context menu - choose <menuitem>Modify/New - Area</menuitem> tab."
+msgstr ""
+
+#. 8f2xv
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id741592159264211\n"
+"help.text"
+msgid "Choose <menuitem>Format - Object and Shape - Area - Area</menuitem> tab"
+msgstr ""
+
+#. GN2Rd
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id271592159552714\n"
+"help.text"
+msgid "Choose <menuitem>Format - Style - Edit Style - Area</menuitem> tab"
+msgstr ""
+
+#. LcgxB
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id161592159449638\n"
+"help.text"
+msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem> (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>), choose Drawing style - open context menu - choose <menuitem>Modify/New - Area</menuitem> tab."
+msgstr ""
+
#. 8Ac8B
#: 00040502.xhp
msgctxt ""
@@ -12274,211 +12436,238 @@ msgctxt ""
msgid "Choose <menuitem>Page - Properties - Background</menuitem> tab."
msgstr ""
-#. BNF8c
+#. DkwpP
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
-"par_id3154948\n"
+"par_id471592158481451\n"
"help.text"
-msgid "Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem></caseinline><caseinline select=\"IMPRESS\"><menuitem>Object and Shape - </menuitem></caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Area</emph> tab."
+msgid "Choose <menuitem>Format - Area - Area</menuitem> tab"
msgstr ""
-#. CQaYm
+#. 8CDNt
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152922\n"
"help.text"
-msgid "Choose <menuitem>Format - Title - Area</menuitem> tab (chart documents)."
+msgid "Choose <menuitem>Format - Title - Area</menuitem> tab."
msgstr ""
-#. dCqeB
+#. TRyTB
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3157894\n"
"help.text"
-msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab (chart documents)."
+msgid "Choose <menuitem>Format - Legend - Area</menuitem> tab."
msgstr ""
-#. KcL9w
+#. A6CBn
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3144444\n"
"help.text"
-msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab (chart documents)."
+msgid "Choose <menuitem>Format - Chart Wall - Area</menuitem> tab."
msgstr ""
-#. ijD7Y
+#. jFmfH
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156543\n"
"help.text"
-msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem> tab (chart documents)."
+msgid "Choose <menuitem>Format - Chart Floor - Area</menuitem>."
msgstr ""
-#. Zuv4t
+#. Pz9P5
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3150685\n"
"help.text"
-msgid "Choose <menuitem>Format - Chart Area - Area</menuitem> tab (chart documents)."
+msgid "Choose <menuitem>Format - Chart Area - Area</menuitem>."
msgstr ""
-#. MBrCE
+#. 9F87x
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id901592160809757\n"
+"help.text"
+msgid "When editing a form:"
+msgstr ""
+
+#. oABmb
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id201592161190323\n"
+"help.text"
+msgid "When editing a report:"
+msgstr ""
+
+#. VBYSN
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id591592161180508\n"
+"help.text"
+msgid "Choose <menuitem>Format - Page - Background</menuitem> tab."
+msgstr ""
+
+#. Y8S4k
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154985\n"
"help.text"
-msgid "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)."
+msgid "Choose <menuitem>Format - Area - Transparency</menuitem> tab (drawing documents)."
msgstr ""
-#. AgjKh
+#. ABvKj
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145365\n"
"help.text"
-msgid "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)."
+msgid "Choose <menuitem>Format - Area - Transparency</menuitem> tab (presentation documents)."
msgstr ""
-#. XoSaF
+#. KXq32
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151117\n"
"help.text"
-msgid "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Chart Wall - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. aSAEM
+#. T7mFT
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147326\n"
"help.text"
-msgid "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Chart Area - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. YAJEU
+#. NADFJ
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154920\n"
"help.text"
-msgid "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Chart Floor - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. fcfS8
+#. G8nHA
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145591\n"
"help.text"
-msgid "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Title - All Titles - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. HF8ZD
+#. a8e56
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145750\n"
"help.text"
-msgid "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)."
+msgid "Choose <menuitem>Format - Title - Main Title - Transparency </menuitem>tab (chart documents)."
msgstr ""
-#. X5BtP
+#. emJAB
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3148556\n"
"help.text"
-msgid "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Title - Subtitle - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. GcWxD
+#. HJA39
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3163710\n"
"help.text"
-msgid "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Title - Title (X Axis) - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. 72W76
+#. tcLoj
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3150487\n"
"help.text"
-msgid "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Title - Title (Y Axis) - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. bbiVt
+#. Eurkn
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154320\n"
"help.text"
-msgid "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph> አቀራረብ - አርእስት - አርእስት (Z አክሲስ) - ግልጽነት </emph> tab (የ ቻርት ሰነዶች)"
+msgid "Choose <menuitem>Format - Title - Title (Z Axis) - Transparency</menuitem> tab (chart documents)"
+msgstr ""
-#. ytfAu
+#. Z3NRm
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151113\n"
"help.text"
-msgid "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)."
+msgid "Choose <menuitem>Format - Object Properties - Data Point - Transparency</menuitem> - tab (chart documents)."
msgstr ""
-#. LnEDG
+#. ageEB
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149266\n"
"help.text"
-msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)."
+msgid "Choose <menuitem>Format - Object Properties - Data Series - Transparency</menuitem> tab (chart documents)."
msgstr ""
-#. pwXzp
+#. KrDZ5
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147189\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Transparency</emph> tab."
+msgid "Choose <menuitem>Format - Paragraph - Transparency</menuitem> tab."
msgstr ""
-#. GBRys
+#. YAhWh
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3144352\n"
"help.text"
-msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and choose <emph>Modify/New - Transparency</emph> tab."
+msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>Modify/New - Transparency</menuitem> tab."
msgstr ""
-#. JHYnk
+#. poxAS
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3150011\n"
"help.text"
-msgid "<variable id=\"schatte\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Shadow</emph> tab.</variable>"
+msgid "<variable id=\"schatte\">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>Area - Shadow</menuitem> tab.</variable>"
msgstr ""
-#. Ua396
+#. GKhM7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147441\n"
"help.text"
-msgid "<variable id=\"verlauf\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Gradients</emph> tab.</variable>"
+msgid "<variable id=\"verlauf\">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>Area - Gradients</menuitem> tab.</variable>"
msgstr ""
#. Vez5y
@@ -12499,68 +12688,68 @@ msgctxt ""
msgid "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Choose <menuitem>Format - Page Style - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Choose <menuitem>Page - Properties - Background</menuitem></caseinline> <caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties - Background</menuitem></caseinline> </switchinline> <emph> - Hatch</emph> tab. </variable>"
msgstr ""
-#. J5DJs
+#. cGik7
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145800\n"
"help.text"
-msgid "<variable id=\"bitmap\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Area - Bitmaps</emph> tab.</variable>"
+msgid "<variable id=\"bitmap\">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>Area - Bitmaps</menuitem> tab.</variable>"
msgstr ""
-#. GkPGG
+#. VRoLs
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"formattext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes</emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text - </emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline>.</variable>"
+msgid "<variable id=\"formattext\">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><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline>.</variable>"
msgstr ""
-#. vAF3U
+#. gXjCD
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"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><emph> - Text</emph> tab.</variable>"
+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 ""
-#. D7D2C
+#. oZMeq
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151060\n"
"help.text"
-msgid "<variable id=\"laufext\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - Text Attributes </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - Text</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline><emph> - Text Animation</emph> tab.</variable>"
+msgid "<variable id=\"laufext\">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><defaultinline><menuitem>Text</menuitem></defaultinline></switchinline><menuitem> - Text Animation</menuitem> tab.</variable>"
msgstr ""
-#. rArNQ
+#. FNvDY
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149911\n"
"help.text"
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Position and Size</emph>."
+msgid "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>Position and Size</menuitem>."
msgstr ""
-#. NFaPH
+#. tEB7C
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156286\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>F4</emph> key</caseinline><caseinline select=\"IMPRESS\"><emph>F4</emph> key</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><keycode>F4</keycode> key</caseinline><caseinline select=\"IMPRESS\"><keycode>F4</keycode> key</caseinline></switchinline>"
msgstr ""
-#. WyEg2
+#. fevBK
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153052\n"
"help.text"
-msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icon Position and Size</alt></image>"
+msgstr ""
#. yL3FJ
#: 00040502.xhp
@@ -12571,50 +12760,95 @@ msgctxt ""
msgid "Position and Size"
msgstr "ቦታ እና መጠን"
-#. wuEY4
+#. VwBTn
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3148833\n"
"help.text"
-msgid "Open the context menu for the object - choose <emph>Name</emph>."
+msgid "Open the context menu for the object - choose <menuitem>Name</menuitem>."
msgstr ""
-#. EC9Zk
+#. xBha8
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id411999\n"
"help.text"
-msgid "Open the context menu for the object - choose <emph>Description</emph>."
+msgid "Open the context menu for the object - choose <menuitem>Description</menuitem>."
+msgstr ""
+
+#. Bhmkm
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id921602059453828\n"
+"help.text"
+msgid "Click on textbox or shape to select, then..."
msgstr ""
-#. ayEnF
+#. 8aZmk
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153099\n"
"help.text"
-msgid "<variable id=\"position2\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Position and Size - Position and Size</emph> tab.</variable>"
+msgid "<variable id=\"position2\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"> <caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem></caseinline> <caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline> <caseinline select=\"IMPRESS\"><menuitem>Object and Shape - </menuitem> </caseinline></switchinline> <menuitem>Position and Size - Position and Size</menuitem> tab.</variable>"
+msgstr ""
+
+#. etEap
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id361602065556003\n"
+"help.text"
+msgid "Open context menu for selected object - choose <menuitem>Position and Size</menuitem> - <emph>Position and Size</emph> tab."
msgstr ""
-#. kALDW
+#. FTEHw
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id371602337542349\n"
+"help.text"
+msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icon Position and Size</alt></image>"
+msgstr ""
+
+#. 38DDB
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id841602337832667\n"
+"help.text"
+msgid "Position and Size menu icon"
+msgstr ""
+
+#. rjLHN
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id971602065138382\n"
+"help.text"
+msgid "Press <keycode>F4</keycode> after selection to open the tab directly."
+msgstr ""
+
+#. qaXaJ
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152973\n"
"help.text"
-msgid "Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Position and Size - Rotation</emph> tab."
+msgid "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>Position and Size - Rotation</menuitem> tab."
msgstr ""
-#. ENbvX
+#. BESGV
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3148495\n"
"help.text"
-msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146898\">Icon Rotate</alt></image>"
+msgstr ""
#. raRWH
#: 00040502.xhp
@@ -12625,59 +12859,59 @@ msgctxt ""
msgid "Rotate"
msgstr "ማዞሪያ"
-#. ScNrs
+#. DSAJV
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145666\n"
"help.text"
-msgid "<variable id=\"ecke\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Position and Size - Slant & Corner Radius</emph> tab.</variable>"
+msgid "<variable id=\"ecke\">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>Position and Size - Slant & Corner Radius</menuitem> tab.</variable>"
msgstr ""
-#. iGtYd
+#. he3t3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3146081\n"
"help.text"
-msgid "<variable id=\"legende\">Choose <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Text Box and Shape - </emph> </caseinline><caseinline select=\"CALC\"><emph>Object - </emph></caseinline></switchinline><emph>Position and Size - Callout</emph> tab. This is only available for textbox callouts, not for custom shapes callouts.</variable>"
+msgid "<variable id=\"legende\">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>Position and Size - Callout</menuitem> tab. This is only available for textbox callouts, not for custom shapes callouts.</variable>"
msgstr ""
-#. 7fLz8
+#. CgG8j
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3083283\n"
"help.text"
-msgid "Choose <emph>Edit - Points</emph>."
+msgid "Choose <menuitem>Edit - Points</menuitem>."
msgstr ""
-#. MAE5C
+#. pzsDV
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145642\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Open context menu - choose <emph>Edit Points</emph>. </caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open context menu - choose <emph>Edit Points</emph>.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Open context menu - choose <menuitem>Edit Points</menuitem>. </caseinline></switchinline><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Open context menu - choose <menuitem>Edit Points</menuitem>.</caseinline></switchinline>"
msgstr ""
-#. U2ZEM
+#. SAxEg
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149019\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><emph>F8</emph> key</caseinline><caseinline select=\"IMPRESS\"><emph>F8</emph> key</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><keycode>F8</keycode> key</caseinline><caseinline select=\"IMPRESS\"><keycode>F8</keycode> key</caseinline></switchinline>"
msgstr ""
-#. oqKG2
+#. m9Ntk
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3150044\n"
"help.text"
-msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Edit Points</alt></image>"
+msgstr ""
#. AMJ2m
#: 00040502.xhp
@@ -12688,59 +12922,59 @@ msgctxt ""
msgid "Edit Points"
msgstr "ነጥቦች ማረሚያ"
-#. AXPr6
+#. HcdJF
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151248\n"
"help.text"
-msgid "Choose <emph>Format - Character</emph> (drawing functions)."
+msgid "Choose <menuitem>Format - Character</menuitem> (drawing functions)."
msgstr ""
-#. ZaGmi
+#. fitoG
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145229\n"
"help.text"
-msgid "Open context menu - choose <emph>Character</emph>."
+msgid "Open context menu - choose <menuitem>Character</menuitem>."
msgstr ""
-#. FRcWg
+#. wSA5e
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151342\n"
"help.text"
-msgid "Open context menu - choose <emph>Size</emph>."
+msgid "Open context menu - choose <menuitem>Size</menuitem>."
msgstr ""
-#. csc8R
+#. FNawj
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149255\n"
"help.text"
-msgid "Open context menu - choose <emph>Style</emph>."
+msgid "Open context menu - choose <menuitem>Style</menuitem>."
msgstr ""
-#. BEvtS
+#. C4ZrM
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3155177\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Bold</emph>."
+msgid "Open context menu - choose <menuitem>Style - Bold</menuitem>."
msgstr ""
-#. G36Eg
+#. Ue6Ng
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145766\n"
"help.text"
-msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3156558\">Icon Bold</alt></image>"
+msgstr ""
#. pQRTJ
#: 00040502.xhp
@@ -12751,23 +12985,23 @@ msgctxt ""
msgid "Bold"
msgstr "ማድመቂያ"
-#. YPFYs
+#. kJVd4
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151276\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Italic</emph>."
+msgid "Open context menu - choose <menuitem>Style - Italic</menuitem>."
msgstr ""
-#. AJBGa
+#. D9EAq
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3159091\n"
"help.text"
-msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3155578\">Icon Italic</alt></image>"
+msgstr ""
#. cggpG
#: 00040502.xhp
@@ -12787,14 +13021,14 @@ msgctxt ""
msgid "Open the menu <menuitem>Format - Text</menuitem> and choose <menuitem>Single Underline</menuitem> or <menuitem>Double Underline</menuitem>."
msgstr ""
-#. ibTke
+#. x8omF
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145223\n"
"help.text"
-msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.svg\" width=\"1cm\" height=\"1cm\" localize=\"true\"><alt id=\"alt_id3151068\">Icon Underline</alt></image>"
+msgstr ""
#. Bfqx8
#: 00040502.xhp
@@ -12805,113 +13039,113 @@ msgctxt ""
msgid "Underline"
msgstr "ከ ስሩ ማስመሪያ"
-#. ZKnpY
+#. cX2yE
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145131\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Strikethrough</emph>."
+msgid "Open context menu - choose <menuitem>Style - Strikethrough</menuitem>."
msgstr ""
-#. e7TJW
+#. GUjSt
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3158214\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Shadow</emph>."
+msgid "Open context menu - choose <menuitem>Style - Shadow</menuitem>."
msgstr ""
-#. DXtLv
+#. 6q5PX
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3150207\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Contour</emph>."
+msgid "Open context menu - choose <menuitem>Style - Contour</menuitem>."
msgstr ""
-#. HNgQB
+#. CaimB
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154383\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Superscript</emph>."
+msgid "Open context menu - choose <menuitem>Style - Superscript</menuitem>."
msgstr ""
-#. 6CmM8
+#. FrAHo
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152767\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Subscript</emph>."
+msgid "Open context menu - choose <menuitem>Style - Subscript</menuitem>."
msgstr ""
-#. 4Etzw
+#. ATNzQ
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing</emph>."
+msgid "Open context menu - choose <menuitem>Line Spacing</menuitem>."
msgstr ""
-#. 96Roc
+#. zWwjF
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154475\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing - Single</emph>."
+msgid "Open context menu - choose <menuitem>Line Spacing - Single</menuitem>."
msgstr ""
-#. tJ7wn
+#. GdBSL
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3150478\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing - 1.5 Lines</emph>."
+msgid "Open context menu - choose <menuitem>Line Spacing - 1.5 Lines</menuitem>."
msgstr ""
-#. 2AThZ
+#. pNDFU
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147167\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing - Double</emph>."
+msgid "Open context menu - choose <menuitem>Line Spacing - Double</menuitem>."
msgstr ""
-#. sDSCG
+#. 4TwEA
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3146978\n"
"help.text"
-msgid "Choose <emph>Format - Align - Left</emph> (drawing functions)."
+msgid "Choose <menuitem>Format - Align - Left</menuitem> (drawing functions)."
msgstr ""
-#. Si7HZ
+#. reirq
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153009\n"
"help.text"
-msgid "Open context menu - choose <emph>Align - Left</emph>."
+msgid "Open context menu - choose <menuitem>Align - Left</menuitem>."
msgstr ""
-#. TyqyJ
+#. hUH97
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3147310\n"
"help.text"
-msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Icon Align Left</alt></image>"
+msgstr ""
#. okQkj
#: 00040502.xhp
@@ -12922,32 +13156,32 @@ msgctxt ""
msgid "Align Left"
msgstr "በ ግራ ማሰለፊያ"
-#. FBdBL
+#. 4wBza
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3155823\n"
"help.text"
-msgid "Choose <emph>Format - Align - Right</emph> (drawing functions)."
+msgid "Choose <menuitem>Format - Align - Right</menuitem> (drawing functions)."
msgstr ""
-#. 9Dnyv
+#. 2MorN
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3155762\n"
"help.text"
-msgid "Open context menu - choose <emph>Align - Right</emph>."
+msgid "Open context menu - choose <menuitem>Align - Right</menuitem>."
msgstr ""
-#. NmexZ
+#. jddUQ
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149408\n"
"help.text"
-msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154421\">Icon Align Right</alt></image>"
+msgstr ""
#. XnJxD
#: 00040502.xhp
@@ -12958,32 +13192,32 @@ msgctxt ""
msgid "Align Right"
msgstr "በ ቀኝ ማሰለፊያ"
-#. yrLtq
+#. ZvaaQ
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149189\n"
"help.text"
-msgid "Choose <emph>Format - Align - Centered</emph> (drawing functions)."
+msgid "Choose <menuitem>Format - Align - Centered</menuitem> (drawing functions)."
msgstr ""
-#. gqMJr
+#. YutM3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154624\n"
"help.text"
-msgid "Open context menu - choose <emph>Align - Center</emph>."
+msgid "Open context menu - choose <menuitem>Align - Center</menuitem>."
msgstr ""
-#. 7PVck
+#. kZk7u
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153815\n"
"help.text"
-msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Icon Centered</alt></image>"
+msgstr ""
#. CQD3j
#: 00040502.xhp
@@ -12994,32 +13228,32 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Align Center Horizontally</caseinline><defaultinline>Centered</defaultinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">በ አግድም መሀከል ማሰለፊያ </caseinline><defaultinline>መሀከል</defaultinline></switchinline>"
-#. QXsim
+#. FiPMC
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3146151\n"
"help.text"
-msgid "Choose <emph>Format - Align - Justified</emph> (drawing functions)."
+msgid "Choose <menuitem>Format - Align - Justified</menuitem> (drawing functions)."
msgstr ""
-#. wVGGW
+#. Mj8VD
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3168612\n"
"help.text"
-msgid "Open context menu - choose <emph>Align - Justified</emph>."
+msgid "Open context menu - choose <menuitem>Align - Justified</menuitem>."
msgstr ""
-#. WQNsi
+#. jfsgi
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156189\n"
"help.text"
-msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145308\">Icon Justified</alt></image>"
+msgstr ""
#. YBkwj
#: 00040502.xhp
@@ -13039,59 +13273,59 @@ msgctxt ""
msgid "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar.</variable>"
msgstr ""
-#. TGA3G
+#. EMj96
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3144503\n"
"help.text"
-msgid "Choose <emph>Format - Group</emph>."
+msgid "Choose <menuitem>Format - Group</menuitem>."
msgstr ""
-#. 8zJTz
+#. YJ3t9
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3154854\n"
"help.text"
-msgid "Open context menu - choose <emph>Group</emph>."
+msgid "Open context menu - choose <menuitem>Group</menuitem>."
msgstr ""
-#. 62oK7
+#. 3AJkC
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3157985\n"
"help.text"
-msgid "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)."
+msgid "Choose <menuitem>Format - Group - Group</menuitem> (text documents, spreadsheets)."
msgstr ""
-#. jEUkS
+#. bdCDb
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3157980\n"
"help.text"
-msgid "Choose <emph>Shape - Group - Group</emph> (drawing documents)."
+msgid "Choose <menuitem>Shape - Group - Group</menuitem> (drawing documents)."
msgstr ""
-#. HA8Pg
+#. RvPBU
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149508\n"
"help.text"
-msgid "Open context menu - choose <emph>Group - Group</emph> (form objects)."
+msgid "Open context menu - choose <menuitem>Group - Group</menuitem> (form objects)."
msgstr ""
-#. ezVbQ
+#. ibZAV
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3146858\n"
"help.text"
-msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon Group</alt></image>"
+msgstr ""
#. DVEkd
#: 00040502.xhp
@@ -13102,41 +13336,41 @@ msgctxt ""
msgid "Group"
msgstr "ቡድን"
-#. 4eaR4
+#. GuQA3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153023\n"
"help.text"
-msgid "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)."
+msgid "Choose <menuitem>Format - Group - Ungroup</menuitem> (text documents, spreadsheets)."
msgstr ""
-#. KGonz
+#. WFDj3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3163378\n"
"help.text"
-msgid "Choose <emph>Shape - Group - Ungroup</emph> (drawing documents)."
+msgid "Choose <menuitem>Shape - Group - Ungroup</menuitem> (drawing documents)."
msgstr ""
-#. GvD2N
+#. 9k3ef
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3156038\n"
"help.text"
-msgid "Open context menu - choose <emph>Ungroup</emph>."
+msgid "Open context menu - choose <menuitem>Ungroup</menuitem>."
msgstr ""
-#. PgcjD
+#. zcmBV
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3151300\n"
"help.text"
-msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150831\">Icon Ungroup</alt></image>"
+msgstr ""
#. DGWSV
#: 00040502.xhp
@@ -13147,41 +13381,41 @@ msgctxt ""
msgid "Ungroup"
msgstr "መለያያ"
-#. jZaMo
+#. cdsaS
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3153109\n"
"help.text"
-msgid "Choose <emph>Format - Group - Exit Group</emph> (text documents, spreadsheets)."
+msgid "Choose <menuitem>Format - Group - Exit Group</menuitem> (text documents, spreadsheets)."
msgstr ""
-#. tg4GL
+#. P2Xae
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145678\n"
"help.text"
-msgid "Choose <emph>Shape - Group - Exit Group</emph> (drawing documents)."
+msgid "Choose <menuitem>Shape - Group - Exit Group</menuitem> (drawing documents)."
msgstr ""
-#. QSHwt
+#. Bszjv
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152367\n"
"help.text"
-msgid "Open context menu - choose <emph>Exit Group</emph>."
+msgid "Open context menu - choose <menuitem>Exit Group</menuitem>."
msgstr ""
-#. 55jie
+#. BBvnq
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3158402\n"
"help.text"
-msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149422\">Icon Exit Group</alt></image>"
+msgstr ""
#. ndpeo
#: 00040502.xhp
@@ -13192,41 +13426,41 @@ msgctxt ""
msgid "Exit Group"
msgstr "ከ ቡድን መውጫ"
-#. F4osV
+#. Cx3Zj
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149129\n"
"help.text"
-msgid "Choose <emph>Format - Group - Enter Group</emph> (text documents, spreadsheets)."
+msgid "Choose <menuitem>Format - Group - Enter Group</menuitem> (text documents, spreadsheets)."
msgstr ""
-#. EuhKC
+#. hn7Hv
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3145354\n"
"help.text"
-msgid "Choose <emph>Shape - Group - Enter Group</emph> (drawing documents)."
+msgid "Choose <menuitem>Shape - Group - Enter Group</menuitem> (drawing documents)."
msgstr ""
-#. LENMB
+#. 4rTmw
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3149946\n"
"help.text"
-msgid "Open context menu - choose <emph>Enter Group</emph>."
+msgid "Open context menu - choose <menuitem>Enter Group</menuitem>."
msgstr ""
-#. kvzhG
+#. oDBK3
#: 00040502.xhp
msgctxt ""
"00040502.xhp\n"
"par_id3152388\n"
"help.text"
-msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149900\">Icon Enter Group</alt></image>"
+msgstr ""
#. yXmKi
#: 00040502.xhp
@@ -13480,22 +13714,31 @@ msgctxt ""
msgid "Right-click a selected object - choose <emph>Flip - Horizontally</emph> ($[officename] Impress)."
msgstr ""
-#. 3LBoK
+#. yZ2Pt
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id271601643965354\n"
+"help.text"
+msgid "Select three or more objects and"
+msgstr ""
+
+#. Dvy8S
#: 00040503.xhp
msgctxt ""
"00040503.xhp\n"
"par_id3147318\n"
"help.text"
-msgid "Choose <emph>Shape - Distribution</emph> ($[officename] Draw)."
+msgid "Choose <menuitem>Shape - Distribute Selection</menuitem> ($[officename] Draw)."
msgstr ""
-#. iAAAo
+#. GfMJu
#: 00040503.xhp
msgctxt ""
"00040503.xhp\n"
"par_id3149064\n"
"help.text"
-msgid "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)."
+msgid "Open context menu - choose <menuitem>Distribute Selection</menuitem> ($[officename] Impress)."
msgstr ""
#. q4uTc
@@ -13831,22 +14074,22 @@ msgctxt ""
msgid "Edit Menu"
msgstr ""
-#. LTGgo
+#. 9zEzn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3085157\n"
"help.text"
-msgid "Choose <emph>Edit - Undo</emph>."
+msgid "Choose <menuitem>Edit - Undo</menuitem>."
msgstr ""
-#. 7JARX
+#. AA56D
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145160\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
msgstr ""
#. LW82F
@@ -13858,13 +14101,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
msgstr ""
-#. WZewE
+#. EZEUn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3155449\n"
"help.text"
-msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
+msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icon</alt></image>"
msgstr ""
#. QzA62
@@ -13876,13 +14119,13 @@ msgctxt ""
msgid "Undo"
msgstr ""
-#. LNi3D
+#. CRhMd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "Choose <emph>Edit - Redo</emph>."
+msgid "Choose <menuitem>Edit - Redo</menuitem>."
msgstr ""
#. VgWZG
@@ -13894,13 +14137,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar, click"
msgstr ""
-#. HGqAc
+#. GpeZx
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154938\n"
"help.text"
-msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150358\">Icon</alt></image>"
+msgid "<image id=\"img_id3150358\" src=\"cmd/sc_redo.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icon</alt></image>"
msgstr ""
#. F99gF
@@ -13912,31 +14155,31 @@ msgctxt ""
msgid "Redo"
msgstr ""
-#. yt7GK
+#. VqzCC
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154365\n"
"help.text"
-msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph>.</variable>"
+msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
msgstr ""
-#. Jx4pN
+#. DyHWB
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149765\n"
"help.text"
-msgid "Choose <emph>Edit - Cut</emph>."
+msgid "Choose <menuitem>Edit - Cut</menuitem>."
msgstr ""
-#. xHH38
+#. siZcT
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3144762\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
msgstr ""
#. YEYM4
@@ -13948,13 +14191,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar, click"
msgstr ""
-#. rLi5W
+#. zH2jz
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145173\n"
"help.text"
-msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
+msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icon</alt></image>"
msgstr ""
#. b2BCg
@@ -13966,22 +14209,22 @@ msgctxt ""
msgid "Cut"
msgstr ""
-#. Z8QDn
+#. 75bkj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150742\n"
"help.text"
-msgid "Choose <emph>Edit - Copy</emph>."
+msgid "Choose <menuitem>Edit - Copy</menuitem>."
msgstr ""
-#. MaAhm
+#. dqu5U
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3148923\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
msgstr ""
#. ENXCh
@@ -13993,13 +14236,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar, click"
msgstr ""
-#. AHgpb
+#. GNpF7
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154985\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"cmd/sc_copy.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon</alt></image>"
msgstr ""
#. Ezjwz
@@ -14011,22 +14254,22 @@ msgctxt ""
msgid "Copy"
msgstr ""
-#. BNDeG
+#. zsvyg
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3159153\n"
"help.text"
-msgid "Choose <emph>Edit - Paste</emph>."
+msgid "Choose <menuitem>Edit - Paste</menuitem>."
msgstr ""
-#. 7sAaC
+#. 2JEAF
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3155860\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
msgstr ""
#. wDTHt
@@ -14038,13 +14281,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar, click"
msgstr ""
-#. aSbU2
+#. 4ZWcQ
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3156106\n"
"help.text"
-msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159196\">Icon</alt></image>"
+msgid "<image id=\"img_id3159196\" src=\"cmd/sc_paste.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon</alt></image>"
msgstr ""
#. ZtHb2
@@ -14155,31 +14398,31 @@ msgctxt ""
msgid "Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Columns Before</menuitem>."
msgstr ""
-#. RPFZr
+#. eCfyi
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3148555\n"
"help.text"
-msgid "Choose <emph>Edit - Select All</emph>."
+msgid "Choose <menuitem>Edit - Select All</menuitem>."
msgstr ""
-#. 9tSrD
+#. 9GGrc
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3152417\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode><keycode/>"
msgstr ""
-#. jgURb
+#. Fmcad
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145748\n"
"help.text"
-msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153095\">Icon</alt></image>"
+msgid "<image id=\"img_id3153095\" src=\"cmd/sc_selectall.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon</alt></image>"
msgstr ""
#. 8xMiC
@@ -14191,22 +14434,22 @@ msgctxt ""
msgid "Select All"
msgstr ""
-#. upgTD
+#. Tb8Mu
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3145251\n"
"help.text"
-msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Track Changes</emph>.</variable>"
+msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
msgstr ""
-#. GoHSF
+#. FtngJ
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3153336\n"
"help.text"
-msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Track Changes - Record</emph>.</variable>"
+msgid "<variable id=\"aufzeichnen\">Choose <menuitem>Edit - Track Changes - Record</menuitem>.</variable>"
msgstr ""
#. eaiZ6
@@ -14218,85 +14461,85 @@ msgctxt ""
msgid "<variable id=\"anzeigen\">Choose <menuitem>Edit - Track Changes - Show</menuitem>.</variable>"
msgstr ""
-#. WNZgt
+#. CXjc8
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3153845\n"
"help.text"
-msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Track Changes - Manage</emph>.</variable>"
+msgid "<variable id=\"rotlinie\">Choose <menuitem>Edit - Track Changes - Manage</menuitem>.</variable>"
msgstr ""
-#. JE8RB
+#. RLwDH
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3148587\n"
"help.text"
-msgid "Choose <emph>Edit - Track Changes - Manage - List</emph> tab."
+msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab."
msgstr ""
-#. ibxmB
+#. KKGxQ
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150396\n"
"help.text"
-msgid "Choose <emph>Tools - AutoCorrect - Apply and Edit Changes</emph>. The <emph>AutoCorrect</emph> dialog appears.<br/>Click the <emph>Edit Changes</emph> button and navigate to the <emph>List</emph> tab."
+msgid "Choose <menuitem>Tools - AutoCorrect - Apply and Edit Changes</menuitem>. The <emph>AutoCorrect</emph> dialog appears.<br/>Click the <emph>Edit Changes</emph> button and navigate to the <emph>List</emph> tab."
msgstr ""
-#. AYu7X
+#. DRyHd
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3153878\n"
"help.text"
-msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Track Changes - Manage - Filter</emph> tab.</variable>"
+msgid "<variable id=\"rotliniefilter\">Choose <menuitem>Edit - Track Changes - Manage - Filter</menuitem> tab.</variable>"
msgstr ""
-#. V49NX
+#. XycHj
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3151281\n"
"help.text"
-msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Track Changes - Merge Document</emph>.</variable>"
+msgid "<variable id=\"einfuegen\">Choose <menuitem>Edit - Track Changes - Merge Document</menuitem>.</variable>"
msgstr ""
-#. PCbpk
+#. DLA3A
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3153224\n"
"help.text"
-msgid "<variable id=\"dvergl\">Choose <emph>Edit - Track Changes - Compare Document</emph>.</variable>"
+msgid "<variable id=\"dvergl\">Choose <menuitem>Edit - Track Changes - Compare Document</menuitem>.</variable>"
msgstr ""
-#. r6h5B
+#. DrLSp
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3148773\n"
"help.text"
-msgid "Choose <emph>Edit - Track Changes - Comment</emph>."
+msgid "Choose <menuitem>Edit - Track Changes - Comment</menuitem>."
msgstr ""
-#. ZjBok
+#. BuLKS
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149488\n"
"help.text"
-msgid "Choose <emph>Edit - Track Changes - Manage - List</emph> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
+msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
msgstr ""
-#. ZCyHL
+#. oGZeX
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id31562971\n"
"help.text"
-msgid "Choose <emph>Edit - Find</emph>."
+msgid "Choose <menuitem>Edit - Find</menuitem>."
msgstr ""
#. VbXVd
@@ -14308,22 +14551,22 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F"
msgstr ""
-#. Tdp3L
+#. f4EM6
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3156297\n"
"help.text"
-msgid "Choose <emph>Edit - Find & Replace</emph>."
+msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
msgstr ""
-#. jkkFa
+#. 4pWKe
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154503\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
msgstr ""
#. UPprs
@@ -14335,13 +14578,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar, click"
msgstr ""
-#. QvErv
+#. BdmCn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150020\n"
"help.text"
-msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149121\">Icon</alt></image>"
+msgid "<image id=\"img_id3149121\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon</alt></image>"
msgstr ""
#. jRcHP
@@ -14353,58 +14596,76 @@ msgctxt ""
msgid "Find & Replace"
msgstr ""
-#. ffHRa
+#. EtPCq
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3156357\n"
"help.text"
-msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph>.</variable>"
+msgid "<variable id=\"suchenattribute\">Choose <menuitem>Edit - Find & Replace - Attributes</menuitem>.</variable>"
msgstr ""
-#. yjXrm
+#. DCnDy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3153840\n"
"help.text"
-msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button.</variable>"
+msgid "<variable id=\"suchenformat\">Choose <menuitem>Edit - Find & Replace - Format</menuitem> button.</variable>"
msgstr ""
-#. gZyCv
+#. 6929F
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
-"par_id3146971\n"
+"par_id781602175775847\n"
"help.text"
-msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box, then click the <emph>Similarities</emph> button."
+msgid "<image id=\"img_id314249\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
msgstr ""
-#. C6kEr
+#. CNnsD
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3153709\n"
"help.text"
-msgid "On the <emph>Table Data</emph> bar, click <emph>Find</emph> icon, then <emph>Similarity search</emph> check box,<br/>then click the <emph>Similarities</emph> button (database table view)."
+msgid "On the <emph>Table Data</emph> bar, click <emph>Find</emph> icon, then <emph>Similarity search</emph> check box, then click the <emph>Similarities</emph> button (database table view)."
+msgstr ""
+
+#. PGzfH
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id551602176159965\n"
+"help.text"
+msgid "<image id=\"img_id314249\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
msgstr ""
-#. 44DSw
+#. 8FD2j
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3150749\n"
"help.text"
-msgid "On the <emph>Form Design</emph> bar, click <emph>Record Search</emph> icon, then <emph>Similarity search</emph> check box,<br/>then click the <emph>Similarities</emph> button (form view)."
+msgid "On the <emph>Form Navigation</emph> bar, click <emph>Record Search</emph> icon, then <emph>Similarity search</emph> check box, then click the <emph>Similarities</emph> button (database form view)."
+msgstr ""
+
+#. 4NRpt
+#: edit_menu.xhp
+msgctxt ""
+"edit_menu.xhp\n"
+"par_id3146971\n"
+"help.text"
+msgid "Choose <menuitem>Edit - Find & Replace - Similarity search</menuitem> check box, then click the <emph>Similarities</emph> button."
msgstr ""
-#. DFYxg
+#. mMAVy
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3152960\n"
"help.text"
-msgid "Choose <emph>View - Navigator</emph>."
+msgid "Choose <menuitem>View - Navigator</menuitem>."
msgstr ""
#. mXj7f
@@ -14416,13 +14677,13 @@ msgctxt ""
msgid "On the <emph>Standard</emph> bar, click"
msgstr ""
-#. 4icDv
+#. QfrGQ
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3159183\n"
"help.text"
-msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154508\">Icon</alt></image>"
+msgid "<image id=\"img_id3154508\" src=\"cmd/sc_navigator.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon</alt></image>"
msgstr ""
#. DFjLG
@@ -14434,94 +14695,76 @@ msgctxt ""
msgid "Navigator On/Off"
msgstr ""
-#. CVFbE
+#. XgQEb
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph>.</variable>"
+msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
msgstr ""
-#. iCYAE
+#. EfGRn
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149281\n"
"help.text"
-msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph>.</variable>"
+msgid "<variable id=\"link\">Choose <menuitem>Edit - Links</menuitem>.</variable>"
msgstr ""
-#. eDEA6
+#. ARRG5
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3159339\n"
"help.text"
-msgid "<variable id=\"linkae\">Choose <emph>Edit - Links to External Files - Modify...</emph> (DDE links only).</variable>"
+msgid "<variable id=\"linkae\">Choose <menuitem>Edit - Links to External Files - Modify...</menuitem> (DDE links only).</variable>"
msgstr ""
-#. UbEQ7
+#. qo8gR
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3148927\n"
"help.text"
-msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>."
+msgid "Select a frame, then choose <menuitem>Edit - Object - Properties</menuitem>."
msgstr ""
-#. vEEaa
+#. cDcix
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3156315\n"
"help.text"
-msgid "Open context menu of selected frame, choose <emph>Properties</emph>."
-msgstr ""
-
-#. uGqZD
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3156091\n"
-"help.text"
-msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw.</variable>"
-msgstr ""
-
-#. XmBGV
-#: edit_menu.xhp
-msgctxt ""
-"edit_menu.xhp\n"
-"par_id3155936\n"
-"help.text"
-msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph> in Writer and Calc or <emph>Tools - ImageMap</emph> in Impress and Draw,<br/>then select a section of the ImageMap and click <emph>Properties - Description</emph>.</variable>"
+msgid "Open context menu of selected frame, choose <menuitem>Properties</menuitem>."
msgstr ""
-#. hfZ8h
+#. jmnro
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149259\n"
"help.text"
-msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph>.</variable>"
+msgid "<variable id=\"edit1\">Choose <menuitem>Edit - Object</menuitem>.</variable>"
msgstr ""
-#. ZuFLY
+#. XAqNW
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3154966\n"
"help.text"
-msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object.</variable>"
+msgid "<variable id=\"edit2\">Choose <menuitem>Edit - Object - Edit</menuitem>, also in the context menu of selected object.</variable>"
msgstr ""
-#. qzAL5
+#. sA6YF
#: edit_menu.xhp
msgctxt ""
"edit_menu.xhp\n"
"par_id3149565\n"
"help.text"
-msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph>.</variable>"
+msgid "<variable id=\"edit3\">Choose <menuitem>Edit - Object - Open</menuitem>.</variable>"
msgstr ""
#. PNGYK
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index bdc5fa82427..06675e340d5 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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\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"
@@ -1942,13 +1942,13 @@ msgctxt ""
msgid "%PRODUCTNAME uses the native file picker dialog of the window manager of your operating system for the <menuitem>Open</menuitem> command."
msgstr ""
-#. sB6Fp
+#. Q9Cu5
#: 01020000.xhp
msgctxt ""
"01020000.xhp\n"
"par_id3150713\n"
"help.text"
-msgid "If the file that you want to open contains styles, <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"special rules\">special rules</link> apply."
+msgid "If the file that you want to open contains styles, <link href=\"text/shared/01/01020000.xhp#templates\" name=\"special rules\">special rules</link> apply."
msgstr ""
#. CCRFi
@@ -2545,13 +2545,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:CloseDoc\">Closes the current document without exiting the program.</ahelp>"
msgstr "<ahelp hid=\".uno:CloseDoc\">የ አሁኑን ሰነድ መዝጊያ ከ ፕሮግራሙ ሳይወጣ</ahelp>"
-#. EQVyu
+#. VD6W6
#: 01050000.xhp
msgctxt ""
"01050000.xhp\n"
"par_id3149095\n"
"help.text"
-msgid "The <emph>Close</emph> command closes all of the open windows for the current document."
+msgid "The <emph>Close</emph> command closes all open windows of the current document."
msgstr ""
#. jSMdE
@@ -3166,23 +3166,23 @@ msgctxt ""
msgid "Export the entire document using your default EPUB settings."
msgstr "የ እርስዎን ነባር EPUB ማሰናጃ በ መጠቀም ጠቅላላ ሰነዱን መላኪያ"
-#. 9NFQ4
+#. jFEDD
#: 01100000.xhp
msgctxt ""
"01100000.xhp\n"
"tit\n"
"help.text"
-msgid "Document Properties"
-msgstr "የ ሰነድ ባህሪዎች"
+msgid "Properties"
+msgstr ""
-#. FBLob
+#. CNQGc
#: 01100000.xhp
msgctxt ""
"01100000.xhp\n"
"hd_id3152876\n"
"help.text"
-msgid "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Document Properties\">Document Properties</link></variable>"
-msgstr "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Document Properties\">የ ሰነድ ባህሪዎች</link></variable>"
+msgid "<variable id=\"eigen_von\"><link href=\"text/shared/01/01100000.xhp\" name=\"Document Properties\">Properties</link></variable>"
+msgstr ""
#. W4uvS
#: 01100000.xhp
@@ -3211,14 +3211,14 @@ msgctxt ""
msgid "Depending on your access rights to the file, you might not see all of the tabs in the <emph>Properties</emph> dialog."
msgstr "እንደ እርስዎ ፋይሉ ጋር የ መድረስ ፍቃድ: እርስዎ ሁሉንም tabs ማየት አይችሉም ይሆናል: በ <emph>ባህሪዎች</emph> ንግግር ውስጥ"
-#. ukwQv
+#. tAhw5
#: 01100100.xhp
msgctxt ""
"01100100.xhp\n"
"tit\n"
"help.text"
-msgid "Description"
-msgstr "መግለጫ"
+msgid "Description (File Properties)"
+msgstr ""
#. LaoBx
#: 01100100.xhp
@@ -3310,14 +3310,23 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/descriptioninfopage/comments\">Enter comments to help identify the document.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/descriptioninfopage/comments\">አስተያየቶች ያስገቡ ሰነዱን ለመለየት እንዲረዳዎት</ahelp>"
-#. cULsU
+#. DB262
+#: 01100100.xhp
+msgctxt ""
+"01100100.xhp\n"
+"par_id581602083308804\n"
+"help.text"
+msgid "<emph>Title</emph>, <emph>Subject</emph>, and <emph>Keywords</emph> are exported to PDF files as PDF Document Properties. Entered values are exported and will appear in the corresponding fields in the PDF Document Properties Description."
+msgstr ""
+
+#. 63szi
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"tit\n"
"help.text"
-msgid "General"
-msgstr "ባጠቃላይ"
+msgid "General (File properties)"
+msgstr ""
#. 2UBSe
#: 01100200.xhp
@@ -3364,14 +3373,14 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/documentinfopage/nameed\">Displays the file name.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/documentinfopage/nameed\">የ ፋይል ስም ማሳያ</ahelp>"
-#. BVnzQ
+#. BQZz4
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3156136\n"
"help.text"
-msgid "Type:"
-msgstr "አይነት:"
+msgid "Type"
+msgstr ""
#. dfTZu
#: 01100200.xhp
@@ -3382,14 +3391,14 @@ msgctxt ""
msgid "Displays the file type for the current document."
msgstr "ለ አሁኑ ሰነድ የ ፋይሉን አይነት ማሳያ"
-#. 6xGRB
+#. JmzjQ
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3145314\n"
"help.text"
-msgid "Location:"
-msgstr "አካባቢ:"
+msgid "Location"
+msgstr ""
#. sqRnK
#: 01100200.xhp
@@ -3400,14 +3409,14 @@ msgctxt ""
msgid "Displays the path and the name of the directory where the file is stored."
msgstr "ፋይሉ የተቀመጠበትን መንገድ እና የ ዳይሬክቶሪ ስም ማሳያ"
-#. CSFUt
+#. 36kzQ
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3155892\n"
"help.text"
-msgid "Size:"
-msgstr "መጠን:"
+msgid "Size"
+msgstr ""
#. b5fx8
#: 01100200.xhp
@@ -3418,14 +3427,14 @@ msgctxt ""
msgid "Displays the size of the current document in bytes."
msgstr "የ አሁኑን ሰነድ መጠን በ ባይትስ ማሳያ"
-#. jE3zv
+#. J2u8L
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3149178\n"
"help.text"
-msgid "Created:"
-msgstr "የተፈጠረው:"
+msgid "Created"
+msgstr ""
#. AYhBx
#: 01100200.xhp
@@ -3436,14 +3445,14 @@ msgctxt ""
msgid "Displays the date and time and author when the file was first saved."
msgstr "ቀን እና ሰአት እና የ ተጠቃሚ ስም ማሳያ ፋይሉ መጀመሪያ የ ተቀመጠበትን"
-#. AwQ9Q
+#. uEcbQ
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3149182\n"
"help.text"
-msgid "Modified:"
-msgstr "የተሻሻለው:"
+msgid "Modified"
+msgstr ""
#. g5sGH
#: 01100200.xhp
@@ -3454,14 +3463,14 @@ msgctxt ""
msgid "Displays the date and time and author when the file was last saved in a $[officename] file format."
msgstr "ቀን እና ሰአት እና የ ደራሲውን ስም ያሳያል ፋይሉ መጀመሪያ ሲቀመጥ በ $[officename] ፋይል አቀራረብ"
-#. u6PCD
+#. Hf7Rc
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3149576\n"
"help.text"
-msgid "Template:"
-msgstr "ቴምፕሌት:"
+msgid "Template"
+msgstr ""
#. dKF56
#: 01100200.xhp
@@ -3472,14 +3481,14 @@ msgctxt ""
msgid "Displays the template that was used to create the file."
msgstr "ፋይሉ የ ተፈጠረበትን ቴምፕሌት ያሳያል"
-#. mCUc2
+#. qeduw
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"par_idN106C5\n"
"help.text"
-msgid "Digitally signed:"
-msgstr "ዲጂታሊ የተፈረመ:"
+msgid "Digitally signed"
+msgstr ""
#. kLqNh
#: 01100200.xhp
@@ -3490,14 +3499,14 @@ msgctxt ""
msgid "Displays the date and the time when the file was last signed as well as the name of the author who signed the document."
msgstr "ቀን እና ሰአት ማሳያ ፋይሉ መጀመሪያ ሲፈረም እንዲሁም ደራሲውን ሰነዱን የፈረመውን"
-#. Rn3MJ
+#. 47hFM
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"par_idN106CC\n"
"help.text"
-msgid "Digital Signature"
-msgstr "የ ዲጂታል ፊርማ"
+msgid "Digital Signatures"
+msgstr ""
#. EdEtn
#: 01100200.xhp
@@ -3508,14 +3517,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/digitalsignatures.xhp\"><emph>Digital Signatures</emph></link> dialog where you can manage digital signatures for the current document."
msgstr ""
-#. BBgQY
+#. snQSF
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3156346\n"
"help.text"
-msgid "Last printed:"
-msgstr "መጨረሻ የታተመው:"
+msgid "Last printed"
+msgstr ""
#. BunTF
#: 01100200.xhp
@@ -3526,14 +3535,14 @@ msgctxt ""
msgid "Displays the date and time and user name when the file was last printed."
msgstr "ቀን እና ሰአት እና የ ተጠቃሚ ስም ማሳያ ፋይሉ መጨረሻ የ ታተመበትን"
-#. wt4qw
+#. mD6yU
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3155342\n"
"help.text"
-msgid "Total editing time:"
-msgstr "ጠቅላላ ለማረም የፈጀው ጊዜ:"
+msgid "Total editing time"
+msgstr ""
#. pg3gJ
#: 01100200.xhp
@@ -3544,14 +3553,14 @@ msgctxt ""
msgid "Displays the amount of time that the file has been open for editing since the file was created. The editing time is updated when you save the file."
msgstr "ፋይሉ የ ተከፈተበትን ጊዜ መጠን ያሳያል ለ ማረም ከ ተፈጠረ ጀምሮ: የ ማረሚያ ጊዜ ይሻሻላል እርስዎ ፋይሉን ሲያስቀምጡ"
-#. 7sAEq
+#. 9hpT9
#: 01100200.xhp
msgctxt ""
"01100200.xhp\n"
"hd_id3153252\n"
"help.text"
-msgid "Revision number:"
-msgstr "የ ክለሳ ቁጥር:"
+msgid "Revision number"
+msgstr ""
#. FPbiF
#: 01100200.xhp
@@ -3598,6 +3607,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/documentinfopage/reset\">Resets the editing time to zero, the creation date to the current date and time, and the version number to 1. The modification and printing dates are also deleted.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/documentinfopage/reset\">እንደ ነበር መመለሻ የ ማረሚያ ጊዜ ወደ ዜሮ: የ ተፈጠረበትን ቀን ወደ ዛሬ ቀን እና ሰአት: እና እትሙን ወደ ቁጥር 1. የ ተሻሻለበት ቀን እና የ ታተመበት ቀን በሙሉ ይጠፋል</ahelp>"
+#. mhWFZ
+#: 01100200.xhp
+msgctxt ""
+"01100200.xhp\n"
+"hd_id101602069139228\n"
+"help.text"
+msgid "Save preview image with this document"
+msgstr ""
+
#. ibdbD
#: 01100300.xhp
msgctxt ""
@@ -5371,14 +5389,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">Sends a copy of the current document to different applications.</ahelp>"
msgstr "<ahelp hid=\".\">የ አሁኑን ሰነድ ለ ተለያዩ መተግበሪያዎች ኮፒ መላኪያ</ahelp>"
-#. TN979
+#. BJir9
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id3154398\n"
"help.text"
-msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">E-mail Document</link>"
-msgstr "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as E-mail\">ኢ-ሜይል ሰነድ</link>"
+msgid "<link href=\"text/shared/01/01160200.xhp\" name=\"Document as Email\">Email Document</link>"
+msgstr ""
#. Q86XQ
#: 01160000.xhp
@@ -5398,14 +5416,14 @@ msgctxt ""
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 ""
-#. EyYsF
+#. E7FtX
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id8111514\n"
"help.text"
-msgid "E-mail as OpenDocument Spreadsheet"
-msgstr "ኢ-ሜይል እንደ OpenDocument ሰንጠረዥ"
+msgid "Email as OpenDocument Spreadsheet"
+msgstr ""
#. ewW2i
#: 01160000.xhp
@@ -5416,14 +5434,14 @@ msgctxt ""
msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used."
msgstr ""
-#. FXCR6
+#. yrGWK
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id5112460\n"
"help.text"
-msgid "E-mail as Microsoft Excel"
-msgstr "ኢ-ሜይል እንደ Microsoft Excel"
+msgid "Email as Microsoft Excel"
+msgstr ""
#. pLjdc
#: 01160000.xhp
@@ -5434,14 +5452,14 @@ msgctxt ""
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 ""
-#. UrGaf
+#. DBfk7
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id6694540\n"
"help.text"
-msgid "E-mail as OpenDocument Presentation"
-msgstr "ኢ-ሜይል እንደ OpenDocument ማቅረቢያ"
+msgid "Email as OpenDocument Presentation"
+msgstr ""
#. Ai2i2
#: 01160000.xhp
@@ -5452,14 +5470,14 @@ msgctxt ""
msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used."
msgstr ""
-#. vtewB
+#. q3LCG
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id2099063\n"
"help.text"
-msgid "E-mail as Microsoft PowerPoint Presentation"
-msgstr "ኢ-ሜይል እንደ Microsoft PowerPoint Presentation"
+msgid "Email as Microsoft PowerPoint Presentation"
+msgstr ""
#. uDGxn
#: 01160000.xhp
@@ -5470,14 +5488,14 @@ msgctxt ""
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 ""
-#. XFixi
+#. Vjqvr
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id9657277\n"
"help.text"
-msgid "E-mail as OpenDocument Text"
-msgstr "ኢ-ሜይል እንደ OpenDocument ጽሁፍ"
+msgid "Email as OpenDocument Text"
+msgstr ""
#. Aewp6
#: 01160000.xhp
@@ -5488,14 +5506,14 @@ msgctxt ""
msgid "Opens a new window in your default email program with the current document as an attachment. The OpenDocument file format is used."
msgstr ""
-#. c9WaG
+#. TH4Pg
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
"hd_id7941831\n"
"help.text"
-msgid "E-mail as Microsoft Word"
-msgstr "ኢ-ሜይል እንደ Microsoft Word"
+msgid "Email as Microsoft Word"
+msgstr ""
#. dcXm5
#: 01160000.xhp
@@ -5533,23 +5551,23 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/01160300.xhp\" name=\"Create AutoAbstract\">Create AutoAbstract</link>"
msgstr "<link href=\"text/swriter/01/01160300.xhp\" name=\"Create AutoAbstract\">በራሱ ግልጽ ያልሆነ መፍጠሪያ</link>"
-#. BZfjH
+#. sFe9G
#: 01160200.xhp
msgctxt ""
"01160200.xhp\n"
"tit\n"
"help.text"
-msgid "E-mail Document"
-msgstr "ኢ-ሜይል ሰነድ"
+msgid "Email Document"
+msgstr ""
-#. qAUyE
+#. cpCsu
#: 01160200.xhp
msgctxt ""
"01160200.xhp\n"
"hd_id3150702\n"
"help.text"
-msgid "<link href=\"text/shared/01/01160200.xhp\">E-mail Document</link>"
-msgstr "<link href=\"text/shared/01/01160200.xhp\">ኢ-ሜይል ሰነድ</link>"
+msgid "<link href=\"text/shared/01/01160200.xhp\">Email Document</link>"
+msgstr ""
#. 8prjP
#: 01160200.xhp
@@ -5560,13 +5578,13 @@ msgctxt ""
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 ""
-#. w48Rf
+#. EAoDd
#: 01160200.xhp
msgctxt ""
"01160200.xhp\n"
"par_id0807200809553672\n"
"help.text"
-msgid "If the document is in HTML format, any embedded or linked images will <emph>not</emph> be sent with the e-mail."
+msgid "If the document is in HTML format, any embedded or linked images will <emph>not</emph> be sent with the email."
msgstr ""
#. E5hZ4
@@ -5668,23 +5686,23 @@ msgctxt ""
msgid "<bookmark_value>exiting;$[officename]</bookmark_value>"
msgstr "<bookmark_value>በ መውጣት ላይ ከ: $[officename]</bookmark_value>"
-#. JheBs
+#. QEpYh
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"hd_id3154545\n"
"help.text"
-msgid "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">Exit</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">መውጫ</link>"
+msgid "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">Exit %PRODUCTNAME</link>"
+msgstr ""
-#. qttvF
+#. Dtb5G
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id3151299\n"
"help.text"
-msgid "<ahelp hid=\".\">Closes all $[officename] programs and prompts you to save your changes.</ahelp> This command does not exist on macOS systems."
-msgstr "<ahelp hid=\".\">መዝጊያ ሁሉንም $[officename] ፕሮግራሞች እና የ እርስዎን ለውጦች እንዲያስቀምጡ ይነግርዎታል </ahelp> ይህ ትእዛዝ በ Mac OS X ስርአት ውስጥ የለም"
+msgid "<ahelp hid=\".\">Closes all %PRODUCTNAME programs and prompts you to save your changes.</ahelp> This command does not exist on macOS systems."
+msgstr ""
#. XYGgt
#: 01170000.xhp
@@ -6811,13 +6829,13 @@ msgctxt ""
msgid "Link"
msgstr ""
-#. ss8BJ
+#. HCLBh
#: 02070000.xhp
msgctxt ""
"02070000.xhp\n"
"par_id3146969\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/link\">Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the \"Insert All\" option is also selected. </ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/link\">Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the \"Paste All\" option is also selected.</ahelp>"
msgstr ""
#. 5BxP6
@@ -7666,14 +7684,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">እርስዎ በ ዋጋዎች እና በ መቀመሪያ ውጤት ውስጥ የ ወሰኑትን ባህሪዎች መፈለጊያ </ahelp>"
-#. eyn9j
+#. Hxei2
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"hd_id3145650\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Notes</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ማስታወሻ</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>"
+msgstr ""
#. MTECk
#: 02100000.xhp
@@ -8161,13 +8179,13 @@ msgctxt ""
msgid "Represents an uppercase character if <emph>Match case</emph> is selected in <emph>Options</emph>."
msgstr ""
-#. iArH4
+#. 3VCa9
#: 02100001.xhp
msgctxt ""
"02100001.xhp\n"
"par_id5311440\n"
"help.text"
-msgid "For a full list of supported metacharacters and syntax, see <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
+msgid "For a full list of supported metacharacters and syntax, see <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU Regular Expressions documentation\">ICU Regular Expressions documentation</link>"
msgstr ""
#. HBqoH
@@ -8485,23 +8503,14 @@ msgctxt ""
msgid "For example, a similarity search can find words that differ from the <emph>Find</emph> text by two characters."
msgstr "ለምሳሌ: ተመሳሳይ መፈለጊያ ያገኛል ቃላቶች የሚለዩ በ <emph> መፈለጊያ </emph> ጽሁፍ በ ሁለት ባህሪዎች"
-#. BX4Fz
-#: 02100100.xhp
-msgctxt ""
-"02100100.xhp\n"
-"hd_id3154621\n"
-"help.text"
-msgid "Similarities"
-msgstr "ተመሳሳዮች"
-
-#. sBjNi
+#. k8vBh
#: 02100100.xhp
msgctxt ""
"02100100.xhp\n"
"par_id3145629\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/findreplacedialog/similaritybtn\">Set the options for the similarity search.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/findreplacedialog/similaritybtn\">ምርጫ ማሰናጃ ለ ተመሳሳይ መፈለጊያ</ahelp>"
+msgid "<ahelp hid=\"svx/ui/findreplacedialog/similaritybtn\" visibility=\"hidden\">Set the options for the similarity search.</ahelp>"
+msgstr ""
#. FLKW6
#: 02100100.xhp
@@ -8593,6 +8602,33 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/relaxbox\">Searches for a term that matches any combination of the similarity search settings.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/relaxbox\">ተመሳሳይ ደንብ መፈለጊያ ለ መቀላቀያ ተመሳሳይ መፈለጊያ ማሰናጃዎችን </ahelp>"
+#. CwBCG
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id491602292458634\n"
+"help.text"
+msgid "Using Combine better meets a user's expectations from looking at the settings, but may return false positives. Not using Combine may match less than expected, but does not return false positives."
+msgstr ""
+
+#. 9xE34
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id401602236795437\n"
+"help.text"
+msgid "A Weighted Levenshtein Distance (WLD) algorithm is used. If Combine is not checked, then settings are treated as an exclusive-OR (strict WLD).If Combine is checked, then settings are treated as an inclusive-OR (relaxed WLD)."
+msgstr ""
+
+#. eZ2dA
+#: 02100100.xhp
+msgctxt ""
+"02100100.xhp\n"
+"par_id371602294412458\n"
+"help.text"
+msgid "Be careful when using <emph>Replace All</emph> with Similarity Search. Best to be certain first about what will be found."
+msgstr ""
+
#. Fvuvx
#: 02100200.xhp
msgctxt ""
@@ -10096,13 +10132,13 @@ msgctxt ""
msgid "File"
msgstr ""
-#. pJqem
+#. JooHu
#: 02180100.xhp
msgctxt ""
"02180100.xhp\n"
"par_id3153527\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/linkeditdialog/file\">Path to the source file. <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"Relative paths\">Relative paths</link> must be expressed by full URI, for example, with <emph>file://</emph>.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/linkeditdialog/file\">Path to the source file. <link href=\"text/shared/00/00000005.xhp#saving\" name=\"Relative paths\">Relative paths</link> must be expressed by full URI, for example, with <emph>file://</emph>.</ahelp>"
msgstr ""
#. eEnmT
@@ -13453,14 +13489,14 @@ msgctxt ""
msgid "<bookmark_value>comments;inserting/editing/deleting/printing/resolving</bookmark_value> <bookmark_value>comments;hide resolved</bookmark_value> <bookmark_value>comments;resolve in text documents</bookmark_value> <bookmark_value>inserting; comments</bookmark_value> <bookmark_value>editing; comments</bookmark_value> <bookmark_value>deleting;comments</bookmark_value> <bookmark_value>Navigator;comments</bookmark_value> <bookmark_value>printing;comments</bookmark_value> <bookmark_value>resolving;comments</bookmark_value> <bookmark_value>records; inserting comments </bookmark_value> <bookmark_value>remarks, see also comments</bookmark_value>"
msgstr ""
-#. t88DQ
+#. zNaVC
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3154100\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\">Comments</link>"
-msgstr ""
+msgid "<link href=\"text/shared/01/04050000.xhp\">Comment</link>"
+msgstr "<link href=\"text/shared/01/04050000.xhp\">አስተያየት</link>"
#. B5Lac
#: 04050000.xhp
@@ -13633,13 +13669,13 @@ msgctxt ""
msgid "Inserting Comments in Text Documents"
msgstr ""
-#. 8b7rZ
+#. CigQE
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"par_id1830500\n"
"help.text"
-msgid "Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>C</emph> key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed."
+msgid "Use the command <menuitem>Insert - Comment</menuitem> or the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode> key combination to insert a comment anchor at the current cursor position. A colored comment box is shown at the page margin, to enter the text of the comment. A line connects the anchor to the comment box. If a text range is selected, the comment is attached to the text range. The commented text range is shadowed."
msgstr ""
#. ro9G3
@@ -13660,14 +13696,14 @@ msgctxt ""
msgid "Editing comments"
msgstr "አስተያየቶች ማረሚያ"
-#. 97Bdy
+#. WjcPZ
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"par_id5201879\n"
"help.text"
-msgid "Every user with write permission to the document can edit and delete comments of all authors."
-msgstr "ሁሉም ተጠቃሚ የ መጻፍ ፍቃድ ያለው በ ሰነዱ ላይ የ ሁሉንም ደራሲዎች አስተያየት ማረም ማጥፋት ይችላል"
+msgid "Every user with write permission to the document can edit and delete comments of all authors. You can use the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode>+<keycode>Option</keycode></caseinline><defaultinline><keycode>Ctrl</keycode>+<keycode>Alt</keycode></defaultinline></switchinline>+<keycode>C</keycode> key combination to edit a comment at the current cursor position."
+msgstr ""
#. qJE7L
#: 04050000.xhp
@@ -13741,13 +13777,13 @@ msgctxt ""
msgid "When the cursor is inside a comment, you can press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>Page Down</emph> to jump to the next comment, or press <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph>+<emph>Option</emph></caseinline><defaultinline><emph>Ctrl</emph>+<emph>Alt</emph></defaultinline></switchinline>+<emph>Page Up</emph> to jump to the previous comment."
msgstr ""
-#. Fkxgn
+#. asYhr
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"par_id2116153\n"
"help.text"
-msgid "When the cursor is inside the normal text, press the above mentioned keys to jump to the next or previous comment anchor. You can also use the small <emph>Navigation</emph> window below the vertical scrollbar to jump from one comment anchor to the next comment anchor."
+msgid "When the cursor is inside the normal text, press the above mentioned keys to jump to the next or previous comment anchor."
msgstr ""
#. yCdcN
@@ -14650,14 +14686,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05010000.xhp\" name=\"Clear Direct Formatting\">Clear Direct Formatting</link>"
msgstr "<link href=\"text/shared/01/05010000.xhp\" name=\"Clear Direct Formatting\">በ ቀጥታ አቀራረብ ማጽጃ</link>"
-#. uB2DG
+#. 25NkJ
#: 05010000.xhp
msgctxt ""
"05010000.xhp\n"
"par_id3145829\n"
"help.text"
-msgid "<ahelp hid=\".\">Removes direct formatting and formatting by character styles from the selection.</ahelp>"
-msgstr "<ahelp hid=\".\">በ ቀጥታ አቀራረብ እና በ ባህሪ ዘዴዎች አቀራረብን ከ ምርጫው ውስጥ ያስወግዳል </ahelp>"
+msgid "<ahelp hid=\".\">Removes direct formatting from the selection.</ahelp>"
+msgstr ""
#. LYtxB
#: 05010000.xhp
@@ -14668,6 +14704,15 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><defaultinline>Direct formatting is formatting that you applied without using styles, such as setting bold typeface by clicking the <emph>Bold</emph> icon.</defaultinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><defaultinline>በቀጥታ አቀራረብ እርስዎ የሚፈጽሙት አቀራረብ ነው ዘዴዎችን ሳይጠቀሙ: እንደ ማድመቂያ አይነት በ መጫን የ <emph>ማድመቂያ</emph> ምልክት</defaultinline></switchinline>"
+#. KAK6k
+#: 05010000.xhp
+msgctxt ""
+"05010000.xhp\n"
+"par_id671594846326658\n"
+"help.text"
+msgid "Applied character styles will not be affected by Clear Direct Formatting, only direct formatting applied on top of the character styles. To remove formatting applied by a character style, reapply the <emph>Default</emph> character style."
+msgstr ""
+
#. h42SA
#: 05010000.xhp
msgctxt ""
@@ -14704,23 +14749,14 @@ msgctxt ""
msgid "<variable id=\"zeichentext\"><ahelp hid=\".uno:FontDialog\">Changes the font and the font formatting for the selected characters.</ahelp></variable>"
msgstr "<variable id=\"zeichentext\"><ahelp hid=\".uno:FontDialog\">ለተመረጡት ባህሪዎች የ ፊደል አቀራረብ እና ፊደሎች መቀየሪያ.</ahelp></variable>"
-#. ZvERE
-#: 05020000.xhp
-msgctxt ""
-"05020000.xhp\n"
-"hd_id3149988\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
-msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">ፊደል</link>"
-
-#. 2422m
+#. Ycmxn
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"hd_id3147588\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link></caseinline></switchinline>"
+msgid "<link href=\"text/shared/01/05020400.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr ""
#. ruEdb
#: 05020100.xhp
@@ -15469,31 +15505,40 @@ msgctxt ""
msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>"
msgstr "<bookmark_value>አቀራረብ; ቁጥር እና ገንዘብ አቀራረብ</bookmark_value><bookmark_value>ቁጥር አቀራረብ; አቀራረብ</bookmark_value><bookmark_value>ገንዘቦች; አቀራረብ ኮዶች</bookmark_value><bookmark_value>ነባር; ቁጥር አቀራረብ</bookmark_value>"
-#. 28pR2
+#. fXs76
#: 05020300.xhp
msgctxt ""
"05020300.xhp\n"
-"hd_id3152942\n"
+"hd_id3162942\n"
"help.text"
-msgid "Numbers / Format"
-msgstr "የ ቁጥሮች / አቀራረብ"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr ""
-#. CNMbg
+#. z8GFZ
#: 05020300.xhp
msgctxt ""
"05020300.xhp\n"
-"par_id3145086\n"
+"par_id3145071\n"
"help.text"
-msgid "Specify the formatting option for the selected variable."
+msgid "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Specify the formatting options for the selected cell(s).</ahelp></variable>"
msgstr ""
-#. z8GFZ
+#. E2nXs
#: 05020300.xhp
msgctxt ""
"05020300.xhp\n"
-"par_id3145071\n"
+"hd_id3152942\n"
"help.text"
-msgid "<variable id=\"zahlen\"><ahelp hid=\".uno:TableNumberFormatDialog\">Specify the formatting options for the selected cell(s).</ahelp></variable>"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers/Format\">Numbers / Format</link>"
+msgstr ""
+
+#. CNMbg
+#: 05020300.xhp
+msgctxt ""
+"05020300.xhp\n"
+"par_id3145086\n"
+"help.text"
+msgid "Specify the formatting option for the selected variable."
msgstr ""
#. KqXXP
@@ -15577,13 +15622,13 @@ msgctxt ""
msgid "Language"
msgstr "ቋንቋ"
-#. wCJKH
+#. akNwB
#: 05020300.xhp
msgctxt ""
"05020300.xhp\n"
"par_id3154138\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\"> Select any language to fix the settings for the selected fields. With the language set to <emph>Automatic</emph>, $[officename] automatically applies the number formats associated with the system default language. Select any language to fix the settings for the selected fields. </caseinline> <caseinline select=\"CALC\"> Specifies the language setting for the selected cells. Select any language to fix the settings for the selected cells. </caseinline> <defaultinline>Specifies the language setting for the selected field. Select any language to fix the settings for the selected fields.</defaultinline> </switchinline> </ahelp>"
+msgid "<ahelp hid=\"cui/ui/numberingformatpage/languagelb\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\"> Specifies the language setting for the selected fields. With the language set to <emph>Default</emph>, $[officename] automatically applies the number formats associated with the system default language. </caseinline> <caseinline select=\"CALC\"> Specifies the language setting for the selected cells. </caseinline> <defaultinline>Specifies the language setting for the selected field.</defaultinline> </switchinline> </ahelp>"
msgstr ""
#. K29ZG
@@ -20437,14 +20482,14 @@ msgctxt ""
msgid "<variable id=\"absatztext\"><ahelp hid=\".\">Modifies the format of the current paragraph, such as indents and alignment.</ahelp></variable> To modify the font of the current paragraph, select the entire paragraph, choose Format - Character, and then click on the Font tab."
msgstr "<variable id=\"absatztext\"><ahelp hid=\".\">የ አሁኑን አንቀጽ አቀራረብ ማሻሻያ እንደ ማስረጊያዎች: እና ማሰለፊያ አይነት </ahelp></variable> የ አሁኑን አንቀጽ ፊደል ለ ማሻሻል: ይምረጡ ጠቅላላ አንቀጹን እና ይምረጡ አቀራረብ - ባህሪ እና ከዛ ይጫኑ በ ፊደል tab ላይ"
-#. bfSQ5
+#. WTG9S
#: 05030000.xhp
msgctxt ""
"05030000.xhp\n"
"par_id3156042\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link>. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">የ አንቀጽ ዘዴ ለ አሁኑ አንቀጽ የሚታየው በ <emph> አቀራረብ </emph> እቃ መደርደሪያ ላይ እና ማድመቂያ ላይ በ <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\"> ዘዴዎች መስኮት ውስጥ ነው </link> </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The paragraph style for the current paragraph is displayed at the <emph>Formatting</emph> toolbar, and is highlighted in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles window</link>.</caseinline></switchinline>"
+msgstr ""
#. 3xcFE
#: 05030100.xhp
@@ -21571,303 +21616,6 @@ msgctxt ""
msgid "The rules can be condensed to the statement that the stronger attribute wins. If, for example, one cell has a red border of 2 point width, and the adjacent cell has a blue border of 3 point width, then the common border between these two cells will be blue with 3 point width."
msgstr "ደንቦችን ማሳነስ ይቻላል ወደ ጠንካራ መለያ መግለጫ እንደሚያሸንፍ: ለምሳሌ: አንድ ክፍል ቀይ ድንበር አለው ከ 2 ነጥብ ስፋት ጋር: እና አጓዳኙ ክፍል ሰማያዊ ድንበር አለው ከ 3 ነጥብ ስፋት ጋር: ስለዚህ መደበኛ ድንበር በ ሁለቱ መካከል ሰማያዊ በ 3 ነጥብ ስፋት ነው"
-#. utSoU
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Background"
-msgstr "መደብ"
-
-#. L5HEe
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"bm_id3151097\n"
-"help.text"
-msgid "<bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>"
-msgstr "<bookmark_value>ክፈፎች: መደቦች</bookmark_value><bookmark_value>መደቦች: ክፈፎች/ክፍሎች/ማውጫዎች</bookmark_value><bookmark_value>ክፍሎች: መደቦች</bookmark_value><bookmark_value>ማውጫዎች: መደቦች</bookmark_value><bookmark_value>ግርጌዎች: መደቦች</bookmark_value><bookmark_value>ራስጌዎች: መደቦች</bookmark_value>"
-
-#. aEEtK
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3151097\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background\">Area</link>"
-msgstr ""
-
-#. wVwj8
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3153748\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">Set the background color or graphic.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/BackgroundPage\">የ መደብ ቀለም ወይንም ንድፍ ማሰናጃ</ahelp>"
-
-#. cfKE8
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3147653\n"
-"help.text"
-msgid "You can specify the background for <switchinline select=\"appl\"><caseinline select=\"WRITER\">paragraphs, pages, headers, footers, frames, tables, table cells, sections, and indexes.</caseinline><caseinline select=\"CALC\">cells and pages.</caseinline></switchinline>"
-msgstr ""
-
-#. WUJz3
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3154514\n"
-"help.text"
-msgid "As"
-msgstr "እንደ"
-
-#. KGbQM
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3154380\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/selectlb\">Select the type of background that you want to apply.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/selectlb\">መጠቀም የሚፈልጉትን የ መደብ አይነት ይምረጡ</ahelp>"
-
-#. NByTA
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3151245\n"
-"help.text"
-msgid "Using a Color as a Background"
-msgstr "ቀለም እንደ መደብ መጠቀሚያ"
-
-#. nfABt
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3148946\n"
-"help.text"
-msgid "Color Background"
-msgstr "የ መደብ ቀለም"
-
-#. Bqxh3
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3152361\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/backgroundcolorset\">Click the color that you want to use as a background. To remove a background color, click <emph>No Fill</emph>.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/backgroundcolorset\">ይጫኑ ለ መደብ መጠቀም የሚፈልጉትን ቀለም: የ መደብ ቀለም ለማስወገድ: ይጫኑ <emph> መሙያ የለም</emph>:</ahelp>"
-
-#. Hk3yg
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3154216\n"
-"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">For</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ለ</caseinline></switchinline>"
-
-#. 3xKHG
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3145419\n"
-"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/backgroundpage/tablelb\">Select the area that you want to apply the background color to.</ahelp> For example, when you define the background color for a table, you can choose to apply it to the table, the active cell, the row, or the column.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"cui/ui/backgroundpage/tablelb\">ይምረጡ ቦታውን እርስዎ የ መደብ ቀለም መፈጸም የሚፈልጉበትን ወደ </ahelp> ለምሳሌ: እርስዎ ለ ሰንጠረዥ የ መደብ ቀለም ሲገልጹ: እርስዎ መምረጥ ይችላሉ ለ መፈጸም በ ሰንጠረዥ: በ ንቁ ክፍል: በ ረድፍ: ወይንም በ አምድ ላይ</caseinline></switchinline>"
-
-#. CVRaQ
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3150497\n"
-"help.text"
-msgid "This option is only available when you edit the background of a table or a paragraph style."
-msgstr "ይህ ምርጫ ዝግጁ የሚሆነው እርስዎ ሲያርሙ ነው የ ሰንጠረዥ መደብ ወይንም የ አንቀጽ ዘዴ"
-
-#. qdBoG
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3153056\n"
-"help.text"
-msgid "Using a Graphic as a Background"
-msgstr "ንድፍ እንደ መደብ መጠቀሚያ"
-
-#. WyEiZ
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3149983\n"
-"help.text"
-msgid "File"
-msgstr "ፋይል"
-
-#. 2aeNe
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3152462\n"
-"help.text"
-msgid "Contains information about the graphic file."
-msgstr "ስለ አሁኑ ንድፍ ፋይል መረጃ ይዟል"
-
-#. cxVFJ
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3145592\n"
-"help.text"
-msgid "Display field"
-msgstr "ሜዳ ማሳያ"
-
-#. 2GUUE
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3154920\n"
-"help.text"
-msgid "Shows the path for the graphic file."
-msgstr "ለ ንደፍ ፋይል መንገድ ማሳያ"
-
-#. FEGBw
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3145272\n"
-"help.text"
-msgid "Link"
-msgstr "አገናኝ"
-
-#. 8xzGd
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3154150\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/link\">Links to or embeds the graphic file in the current file.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/link\">በ አሁኑ ፋይል ውስጥ ንድፍ አገናኝ ወይንም ማጣበቂያ</ahelp>"
-
-#. 8JaXm
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3155366\n"
-"help.text"
-msgid "Preview"
-msgstr "ቅድመ እይታ"
-
-#. 2q65e
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3147426\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/showpreview\">Displays or hides a preview of the selected graphic.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/showpreview\">የ ተመረጠውን ንድፍ በ ቅድመ እይታ ማሳያ ወይንም መደበቂያ </ahelp>"
-
-#. ZYK3H
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3154472\n"
-"help.text"
-msgid "Browse"
-msgstr "መቃኛ"
-
-#. CV8je
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/browse\">Locate the graphic file that you want to use as a background, and then click <emph>Open</emph>.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/browse\">ለ መደብ መጠቀም የሚፈልጉትን ንድፍ ፈልገው ያግኙ: እና ከዛ ይጫኑ <emph> መክፈቻ </emph>:</ahelp>"
-
-#. KYFry
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3153726\n"
-"help.text"
-msgid "Type"
-msgstr "አይነት"
-
-#. 83qqt
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3147442\n"
-"help.text"
-msgid "Specify the way that you want to display the background graphic."
-msgstr "የ መደብ ንድፍ እንዴት ማሳየት እንደሚፈልጉ ይግለጹ"
-
-#. hiDAM
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3153366\n"
-"help.text"
-msgid "Position"
-msgstr "ቦታ"
-
-#. B22EE
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3153741\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/positionrb\">Select this option, and then click a location in the position grid.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/positionrb\">ይህን ምርጫ ይምረጡ: እና ከዛ ይጫኑ አካባቢውን በ መጋጠሚያ ቦታ ውስጥ</ahelp>"
-
-#. mGSC9
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3156005\n"
-"help.text"
-msgid "Area"
-msgstr "ቦታ"
-
-#. BFBbE
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3152596\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/arearb\">Stretches the graphic to fill the entire background of the selected object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/arearb\">የ ተመረጠውን እቃ ንድፍ ማስፊያ ጠቅላላ መደቡን እንዲሞላ</ahelp>"
-
-#. 556to
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"hd_id3145663\n"
-"help.text"
-msgid "Tile"
-msgstr "መደርደሪያ"
-
-#. iBkjp
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3149481\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/backgroundpage/tilerb\">Repeats the graphic so that it covers the entire background of the selected object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/backgroundpage/tilerb\">የ ተመረጠውን እቃ ንድፍ መድገሚያ ጠቅላላ መደቡን እንዲሞላ</ahelp>"
-
-#. ZNNNW
-#: 05030600.xhp
-msgctxt ""
-"05030600.xhp\n"
-"par_id3151114\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click a color. Click No Fill to remove a background or highlighting color. Click Automatic to reset a font color.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ይጭኑ በ ቀለም ላይ: ይጫኑ መሙያ የለም የ መደብ ቀለም ወይንም የ ማድመቂያውን ቀለም ለማስወገድ: ይጫኑ ራሱ በራሱ የ ፊደል ቀለም እንደ ነበረ ለ መመለስ</ahelp>"
-
#. iXWcd
#: 05030700.xhp
msgctxt ""
@@ -22399,14 +22147,14 @@ msgctxt ""
msgid "Organizer"
msgstr "አደራጅ"
-#. QZBEH
+#. HAEfy
#: 05040100.xhp
msgctxt ""
"05040100.xhp\n"
"bm_id3153383\n"
"help.text"
-msgid "<bookmark_value>organizing; styles</bookmark_value> <bookmark_value>styles; organizing</bookmark_value>"
-msgstr "<bookmark_value>ማደራጃ; ዘዴዎች</bookmark_value> <bookmark_value>ዘዴዎች; ማደራጃ</bookmark_value>"
+msgid "<bookmark_value>organizing; styles</bookmark_value><bookmark_value>styles; organizing</bookmark_value>"
+msgstr ""
#. SZdCB
#: 05040100.xhp
@@ -22444,23 +22192,23 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/name\">Displays the name of the selected style. If you are creating or modifying a custom style, enter a name for the style. You cannot change the name of a predefined style.</ahelp>"
msgstr ""
-#. NRACR
+#. xEE52
#: 05040100.xhp
msgctxt ""
"05040100.xhp\n"
"hd_id3153750\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">AutoUpdate</caseinline></switchinline>"
+msgid "AutoUpdate"
msgstr ""
-#. vexD3
+#. 7yXws
#: 05040100.xhp
msgctxt ""
"05040100.xhp\n"
"par_id3153749\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Updates the style when you apply direct formatting to a paragraph using this style in your document. The formatting of all paragraphs using this style is automatically updated.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"sfx/ui/managestylepage/autoupdate\">ዘዴውን ማሻሻያ እርስዎ በሚፈጽሙ ጊዜ በ ቀጥታ አቀራረብ ወደ አንቀጽ ይህን ዘዴ በ መጠቀም በ እርስዎ ሰነድ ውስጥ: ይህን የ አቀራረብ ዘዴ የሚጠቀም ሁሉም አንቀጾች በሙሉ ራሱ በራሱ ይሻሻላል</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"sfx/ui/managestylepage/autoupdate\">Updates the style when you apply direct formatting to a paragraph using this style in your document. The formatting of all paragraphs using this style is automatically updated.</ahelp>"
+msgstr ""
#. N5rDR
#: 05040100.xhp
@@ -22687,6 +22435,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinHeight\">Displays the height of the selected paper format. To define a custom format, enter a height here.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/pageformatpage/spinHeight\">የ ተመረጠውን የ ወረቀት አቀራረብ እርዝመት ማሳያ: የ አቀራረብ ማስተካከያ ለ መግለጽ እርዝመት እዚህ ያስገቡ</ahelp>"
+#. 4pxpW
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id901601605927805\n"
+"help.text"
+msgid "Orientation"
+msgstr ""
+
+#. tDiD9
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id791601605959021\n"
+"help.text"
+msgid "Select paper orientation for display and print."
+msgstr ""
+
#. DMJ89
#: 05040200.xhp
msgctxt ""
@@ -22741,6 +22507,15 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/comboTextFlowBox\">Select the text direction that you want to use in your document.</ahelp> The \"right-to-left (vertical)\" text flow direction rotates all layout settings to the right by 90 degrees, except for the header and footer."
msgstr "<ahelp hid=\"cui/ui/pageformatpage/comboTextFlowBox\">በ እርስዎ ሰነድ ውስጥ መጠቀም የሚፈልጉትን የ ጽሁፍ አቅጣጫ ይምረጡ </ahelp> ከ \"ቀኝ-ወደ-ግራ (በ ቁመት)\" የ ጽሁፍ ፍሰት አቅጣጫ ያዞራል ሁሉንም እቅድ ማሰናጃዎች ወደ ቀኝ በ 90 ዲግሪዎች: ከ ራስጌ እና ግርጌ በስተቀር"
+#. nT3AJ
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id91601733418064\n"
+"help.text"
+msgid "<emph>Text direction</emph> only appears if <emph>Asian</emph> or <emph>Complex text layout</emph> is set in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Language Setting - Languages</menuitem>."
+msgstr ""
+
#. MR8zP
#: 05040200.xhp
msgctxt ""
@@ -22777,41 +22552,41 @@ msgctxt ""
msgid "Specify the amount of space to leave between the edges of the page and the document text."
msgstr "ይወስኑ የ ክፍተት መጠን እርስዎ መተው የሚፈልጉትን በ ገጽ ጠርዞች እና በ ጽሁፍ ሰነድ መካከል"
-#. SBbfu
+#. D2mZT
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"hd_id3153061\n"
"help.text"
-msgid "Left / Inner"
-msgstr "በ ግራ / ውስጥ"
+msgid "Left <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>/ Inner</defaultinline></switchinline>"
+msgstr ""
-#. Daqzy
+#. 2FbPb
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"par_id3151384\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the document text. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner text margin and the inner edge of the page.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pageformatpage/spinMargLeft\">ክፍተት ያስገቡ እርስዎ መተው የሚፈልጉትን በ ግራ ገጽ መስመር እና በ ጽሁፍ ሰነድ መካከል: እርስዎ የሚጠቀሙ ከሆነ <emph>የተንፀባረቀ</emph> ገጽ እቅድ: ያስገቡ የ ክፍተቱን መጠን መተው የሚፈልጉትን በ ውስጠኛው የ ጽሁፍ መስመር እና በ ገጹ የ ውስጥ ጠርዝ መካከል</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargLeft\">Enter the amount of space to leave between the left edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner text margin and the inner edge of the page.</defaultinline></switchinline></ahelp>"
+msgstr ""
-#. TtyDc
+#. GvkRk
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"hd_id3154923\n"
"help.text"
-msgid "Right / Outer"
-msgstr "በ ቀኝ / ውጪ"
+msgid "Right <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>/ Outer</defaultinline></switchinline>"
+msgstr ""
-#. uiu7A
+#. Pgp68
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"par_id3147304\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">ክፍተት ያስገቡ እርስዎ መተው የሚፈልጉትን በ ቀኝ ገጽ መስመር እና በ ጽሁፍ ሰነድ መካከል: እርስዎ የሚጠቀሙ ከሆነ <emph>የተንፀባረቀ</emph> ገጽ እቅድ: ያስገቡ የ ክፍተቱን መጠን መተው የሚፈልጉትን በ ውጪኛው የ ጽሁፍ መስመር እና በ ገጹ የ ውጪ ጠርዝ መካከል</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
+msgstr ""
#. EPeDb
#: 05040200.xhp
@@ -22984,13 +22759,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/comboLayoutFormat\">Select the page numbering format that you want to use for the current page style.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/pageformatpage/comboLayoutFormat\">ለ አሁኑ ገጽ ዘዴ መጠቀም የሚፈልጉትን የ ቁጥር መስጫ ዘዴ ይምረጡ</ahelp>"
-#. z6iVY
+#. Sppvi
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"hd_id3150488\n"
"help.text"
-msgid "Register-true"
+msgid "Follow line spacing"
msgstr ""
#. xRZFb
@@ -23101,13 +22876,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/checkbuttonVert\">Centers the cells vertically on the printed page.</ahelp>"
msgstr ""
-#. uCEW9
+#. 4eiX9
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"hd_id3151318\n"
"help.text"
-msgid "Fit object to page format"
+msgid "Fit object to paper format"
msgstr ""
#. AEasi
@@ -23128,14 +22903,14 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Changing measurement units\">Changing measurement units</link>"
msgstr "<link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Changing measurement units\">የ መለኪያ ክፍሎችን መቀየሪያ</link>"
-#. HJtby
+#. Hut8s
#: 05040200.xhp
msgctxt ""
"05040200.xhp\n"
"par_id3153730\n"
"help.text"
-msgid "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Writing Register-true</link>"
-msgstr "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">መጻፊያ በ እውነት-መመዝገቢያ</link>"
+msgid "<link href=\"text/swriter/guide/registertrue.xhp\" name=\"Writing Register-true\">Page line spacing (register-true)</link>"
+msgstr ""
#. 8CcQd
#: 05040300.xhp
@@ -23452,14 +23227,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">ድንበሮች</link>"
-#. wECro
+#. mctak
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3147326\n"
"help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>"
-msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">መደቦች</link>"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Area</link>"
+msgstr ""
#. 7xtR7
#: 05040400.xhp
@@ -23497,14 +23272,14 @@ msgctxt ""
msgid "If you want, you can also add borders or a background fill to a footer."
msgstr "እርስዎ ከ ፈለጉ ጽንበር ወይንም መደብ መሙያ ለ ግርጌ መጨመር ይችላሉ"
-#. vks8A
+#. 5nvHF
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3155339\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To insert a footer into the current document, select <emph>Footer on</emph>, and then click <emph>OK</emph>. </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ለ አሁኑ ገጽ ግርጌ ማስገባት ከ ፈለጉ: ይምረጡ <emph> ግርጌ በርቷል </emph> እና ከዛ ይጫኑ <emph> እሺ </emph></caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">To insert a footer into the current document, select <emph>Footer on</emph>, and then click <emph>OK</emph>.</caseinline></switchinline>"
+msgstr ""
#. DAGaz
#: 05040400.xhp
@@ -23569,14 +23344,14 @@ msgctxt ""
msgid "Same content left/right"
msgstr "ተመሳሳይ ይዞታ ግራ/ቀኝ"
-#. wr3Gk
+#. KTdzy
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3149575\n"
"help.text"
-msgid "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different footer to even and odd pages, clear this option, and then click <emph>Edit</emph>. </caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">ሙሉ እና ጎዶሎ ገጾች ተመሳሳይ ይዞታዎችን ይጋራሉ<switchinline select=\"appl\"><caseinline select=\"CALC\"> የ ተለየ ግርጌ ለ መመደብ ወደ ሙሉ ወይንም ጎዶሎ ገጾች: ይህን ምርጫ ያጽዱ: እና ከዛ ይጫኑ <emph> ማረሚያ </emph>. </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"SVX_HID_FOOTER_CHECKSAMELR\">Even and odd pages share the same content.<switchinline select=\"appl\"><caseinline select=\"CALC\"> To assign a different footer to even and odd pages, clear this option, and then click <emph>Edit</emph>.</caseinline></switchinline></ahelp>"
+msgstr ""
#. cL398
#: 05040400.xhp
@@ -23722,14 +23497,14 @@ msgctxt ""
msgid "<ahelp hid=\"SVX_HID_FOOTER_BUTTONMORE\">Defines a border, a background color, or a background pattern for the footer.</ahelp>"
msgstr "<ahelp hid=\"SVX_HID_FOOTER_BUTTONMORE\">ለ ድንበር: ለ መደብ ቀለም: ወይንም ለ ግርጌ የ መደብ ድግግሞሽ መግለጫ </ahelp>"
-#. a9sG2
+#. VcmMZ
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"hd_id3157892\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ማረሚያ </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Edit</caseinline></switchinline>"
+msgstr ""
#. 2HTzq
#: 05040400.xhp
@@ -23776,14 +23551,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">Borders</link>"
msgstr "<link href=\"text/shared/01/05030500.xhp\" name=\"Borders\">ድንበሮች</link>"
-#. w2QJP
+#. 4DfxW
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3152791\n"
"help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">Backgrounds</link>"
-msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Backgrounds\">መደቦች</link>"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Backgrounds\">Area</link>"
+msgstr ""
#. CgGUH
#: 05060000.xhp
@@ -26089,32 +25864,14 @@ msgctxt ""
msgid "Add"
msgstr "መጨመሪያ"
-#. sqyhp
+#. 5xkB3
#: 05200200.xhp
msgctxt ""
"05200200.xhp\n"
"par_id3149827\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">የ አሁኑን ማሰናጃ በ መጠቀም አዲስ የ መስመር ዘዴ መፍጠሪያ </ahelp>"
-
-#. T2pNA
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"hd_id3155338\n"
-"help.text"
-msgid "Name"
-msgstr "ስም"
-
-#. 4phXf
-#: 05200200.xhp
-msgctxt ""
-"05200200.xhp\n"
-"par_id3153681\n"
-"help.text"
-msgid "<ahelp hid=\".\">Enter a name.</ahelp>"
-msgstr "<ahelp hid=\".\">ስም ያስገቡ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/linestyletabpage/BTN_ADD\">Creates a new line style using the current settings.</ahelp> Enter a name for the new line style."
+msgstr ""
#. 6Yvch
#: 05200200.xhp
@@ -26359,32 +26116,32 @@ msgctxt ""
msgid "Area tab"
msgstr "የ ቦታ tab"
-#. M6zvc
+#. yN2qC
#: 05210100.xhp
msgctxt ""
"05210100.xhp\n"
"bm_id3149999\n"
"help.text"
-msgid "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colors for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value>"
-msgstr "<bookmark_value>ቦታዎች; ዘዴዎች</bookmark_value><bookmark_value>የ መሙያ ድግግሞሽ ለ ቦታዎች</bookmark_value><bookmark_value>መሙያ ቀለም ለ ቦታዎች</bookmark_value><bookmark_value>የማይታዩ ቦታዎች</bookmark_value>"
+msgid "<bookmark_value>areas; styles</bookmark_value><bookmark_value>fill patterns for areas</bookmark_value><bookmark_value>fill colors for areas</bookmark_value><bookmark_value>invisible areas</bookmark_value><bookmark_value>frames; backgrounds</bookmark_value><bookmark_value>backgrounds; frames/sections/indexes</bookmark_value><bookmark_value>sections; backgrounds</bookmark_value><bookmark_value>indexes; backgrounds</bookmark_value><bookmark_value>footers;backgrounds</bookmark_value><bookmark_value>headers;backgrounds</bookmark_value>"
+msgstr ""
-#. Y4ktT
+#. 3fEfw
#: 05210100.xhp
msgctxt ""
"05210100.xhp\n"
"hd_id3145759\n"
"help.text"
-msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\">Area</link>"
-msgstr "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\">ቦታ</link>"
+msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area\"><switchinline select=\"appl\"><caseinline select=\"CALC\">Background</caseinline><defaultinline>Area</defaultinline></switchinline></link>"
+msgstr ""
-#. tcPKP
+#. ubruG
#: 05210100.xhp
msgctxt ""
"05210100.xhp\n"
"par_id3149748\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">ለ ተመረጠው የ መሳያ እቃ የ መሙያ ምርጫ ማሰናጃ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>"
+msgstr ""
#. eE2Fr
#: 05210100.xhp
@@ -26395,24 +26152,6 @@ msgctxt ""
msgid "You can add custom colors, gradients, hatchings, two color patterns and bitmap patterns to the default lists for later use."
msgstr "እርስዎ ማስተካከያ መጨመር ይችላሉ ለ ቀለሞች: ለ ከፍታዎች: ለ hatchings: ለ ሁለት ቀለም ንድፎች: እና ቢትማፕስ ንድፎች ወደ ነባር ዝርዝር ውስጥ በኋላ ለ መጠቀም"
-#. 5n3AA
-#: 05210100.xhp
-msgctxt ""
-"05210100.xhp\n"
-"hd_id471527077476052\n"
-"help.text"
-msgid "Cell, Row or Table background selector"
-msgstr "የ ክፍል: ረድፍ ወይንም ሰንጠረዥ መደብ መምረጫ"
-
-#. 8UdBz
-#: 05210100.xhp
-msgctxt ""
-"05210100.xhp\n"
-"par_id661527077493366\n"
-"help.text"
-msgid "Select the table object which background area is to be filled."
-msgstr ""
-
#. CGbA3
#: 05210100.xhp
msgctxt ""
@@ -26449,42 +26188,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/btngradient\">Fills the object with a gradient selected on this page.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/areatabpage/btngradient\">እቃውን እዚህ ገጽ ላይ በ ተመረጠው ከፍታ መሙያ </ahelp>"
-#. BtYSN
-#: 05210100.xhp
-msgctxt ""
-"05210100.xhp\n"
-"hd_id3150771\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210500.xhp#bitmapmuster\" name=\"Bitmap\">Bitmap</link>"
-msgstr "<link href=\"text/shared/01/05210500.xhp#bitmapmuster\" name=\"Bitmap\"> ቢትማፕስ </link>"
-
-#. qBkq4
-#: 05210100.xhp
-msgctxt ""
-"05210100.xhp\n"
-"par_id3149762\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/areatabpage/btnbitmap\">Fills the object with a bitmap pattern selected on this page.</ahelp> To add a bitmap to the list, open this dialog, click the <emph>Bitmaps </emph>tab, and then click <emph>Add / Import</emph>."
-msgstr "<ahelp hid=\"cui/ui/areatabpage/btnbitmap\">እቃውን እዚህ ገጽ ላይ በ ተመረጠው ቢትማፕስ መሙያ </ahelp> ቢትማፕስ ለ መጨመር ወደ ዝርዝር ውስጥ: ንግግር ይክፈቱ: ይጫኑ የ <emph> ቢትማፕስ </emph>tab, እና ከዛ ይጫኑ <emph> መጨመሪያ / ማምጫ </emph>"
-
-#. EAYEg
-#: 05210100.xhp
-msgctxt ""
-"05210100.xhp\n"
-"hd_id3150504\n"
-"help.text"
-msgid "Pattern"
-msgstr ""
-
-#. Z5Fcf
-#: 05210100.xhp
-msgctxt ""
-"05210100.xhp\n"
-"par_id3153626\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two color pattern selected on this page.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">እቃውን እዚህ ገጽ ላይ በ ተመረጠው ሁለት ቀለም ንድፍ መሙያ </ahelp>"
-
#. ydNTt
#: 05210100.xhp
msgctxt ""
@@ -27205,14 +26908,14 @@ msgctxt ""
msgid "Bitmap"
msgstr "ቢትማፕስ"
-#. HFJGN
+#. DL8RS
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
"bm_id3155619\n"
"help.text"
-msgid "<bookmark_value>bitmaps; patterns</bookmark_value><bookmark_value>areas; bitmap patterns</bookmark_value><bookmark_value>pixel patterns</bookmark_value><bookmark_value>pixel editor</bookmark_value><bookmark_value>pattern editor</bookmark_value>"
-msgstr "<bookmark_value>ቢትማፕስ: ድግግሞሽ</bookmark_value><bookmark_value>ቦታዎች: ቢትማፕስ ድግግሞሽ</bookmark_value><bookmark_value>ፒክስል ድግግሞሽ</bookmark_value><bookmark_value>ፒክስል አራሚ</bookmark_value><bookmark_value>ድግግሞሽ አራሚ</bookmark_value>"
+msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>"
+msgstr ""
#. 2jwXu
#: 05210500.xhp
@@ -27223,68 +26926,221 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>"
msgstr "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\"> ቢትማፕስ </link>"
-#. yFYuj
+#. Xc6qZ
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
"par_id3149495\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill pattern, or create your own pixel pattern. You can also import bitmaps, and save or load bitmap lists.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">እርስዎ መጠቀም የሚፈልጉትን ቢትማፕስ ይምረጡ እንደ መሙያ ድግግሞሽ ወይንም ይፍጠሩ የራስዎትን በ ፒክስል ድግግሞሽ: እርስዎ ቢትማፕስ ማምጣት ይችላሉ እና ማስቀመጥ ወይንም ወደ ቢትማፕስ ዝርዝር መጫን ይችላሉ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>"
+msgstr ""
-#. FvnTh
+#. wEhVG
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
"hd_id3148585\n"
"help.text"
-msgid "Pattern Editor"
-msgstr "ድግግሞሽ አራሚ"
+msgid "Bitmap"
+msgstr ""
-#. aqBHc
+#. 8ZuCa
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
"par_id3147226\n"
"help.text"
-msgid "Use this editor to create a simple, two-color, 8x8 pixel bitmap pattern."
-msgstr "ይህን አራሚ ይጠቀሙ ለ መፍጠር ቀላል: ባለ ሁለት-ቀለም: 8x8 ፒክስል ቢትማፕስ ድግግሞሽ"
+msgid "Lists the available bitmaps. You can also import bitmaps."
+msgstr ""
+
+#. eCeUD
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id501592872056000\n"
+"help.text"
+msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>."
+msgstr ""
+
+#. MqVdD
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id71592866308524\n"
+"help.text"
+msgid "Add/Import"
+msgstr ""
+
+#. SGKZW
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id3148473\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">እርስዎ ማምጣት የሚፈልጉትን bitmap ፋልገው ያግኙ: እና ከዛ ይጫኑ <emph> መክፈቻ </emph> የ እርስዎ ቢትማፕስ ይጨመራል ከ መጨረሻ በኩል ዝግጁ ከሆኑ ቢትማፕስ ጋር </ahelp>"
+
+#. EBwza
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id301592866270627\n"
+"help.text"
+msgid "Imported bitmaps are saved in your user profile and can be used in other documents."
+msgstr ""
-#. C9Reo
+#. pC4QD
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
"hd_id3145669\n"
"help.text"
-msgid "Grid"
+msgid "Options"
msgstr ""
-#. N9L3c
+#. smwef
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
-"par_id3150774\n"
+"hd_id251592868388253\n"
"help.text"
-msgid "To enable this editor, select the <emph>Blank</emph> bitmap in the bitmap list."
-msgstr "ይህን አራሚ ለማስቻል: ይምረጡ የ <emph> ባዶ </emph> ቢትማፕስ በ ቢትማፕስ ዝርዝር ውስጥ"
+msgid "Style"
+msgstr ""
-#. BJwLt
+#. GnwjN
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
-"hd_id3149516\n"
+"par_id241592868416096\n"
"help.text"
-msgid "Import"
+msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles."
msgstr ""
-#. SGKZW
+#. gCgdA
#: 05210500.xhp
msgctxt ""
"05210500.xhp\n"
-"par_id3148473\n"
+"par_id161592868421600\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">እርስዎ ማምጣት የሚፈልጉትን bitmap ፋልገው ያግኙ: እና ከዛ ይጫኑ <emph> መክፈቻ </emph> የ እርስዎ ቢትማፕስ ይጨመራል ከ መጨረሻ በኩል ዝግጁ ከሆኑ ቢትማፕስ ጋር </ahelp>"
+msgid "<emph>Stretched</emph>: Stretch the image to fit the object area."
+msgstr ""
+
+#. Fi4Fj
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id651592868426975\n"
+"help.text"
+msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area."
+msgstr ""
+
+#. sAiUV
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id151592868900345\n"
+"help.text"
+msgid "Size"
+msgstr ""
+
+#. TeFTN
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id321592869205683\n"
+"help.text"
+msgid "Size of the tiles and the custom size."
+msgstr ""
+
+#. rTjAd
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id951592869294738\n"
+"help.text"
+msgid "<emph>Width</emph>: Set the width of the tile or custom size."
+msgstr ""
+
+#. RQFrq
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id171592869301228\n"
+"help.text"
+msgid "<emph>Height</emph>: Set the height of the tile or custom size."
+msgstr ""
+
+#. twwdD
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id351592869651411\n"
+"help.text"
+msgid "<emph>Scale</emph>: Mark to turn the height and width settings relative to original size."
+msgstr ""
+
+#. QEYV9
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id201592869695805\n"
+"help.text"
+msgid "Position"
+msgstr ""
+
+#. 8qFYv
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id321592869780471\n"
+"help.text"
+msgid "Select the anchoring position of the bitmap image inside the object area."
+msgstr ""
+
+#. WKmCj
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id791592870139336\n"
+"help.text"
+msgid "Tiling Position"
+msgstr ""
+
+#. 286Bv
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id811592870169715\n"
+"help.text"
+msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position."
+msgstr ""
+
+#. w8e6v
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id41592870267463\n"
+"help.text"
+msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position."
+msgstr ""
+
+#. FeN7H
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"hd_id631592870132856\n"
+"help.text"
+msgid "Tiling Offset"
+msgstr ""
+
+#. ogBQB
+#: 05210500.xhp
+msgctxt ""
+"05210500.xhp\n"
+"par_id111592870375812\n"
+"help.text"
+msgid "Select the tiles offset in rows or columns. Use the spin button to specify the offset value."
+msgstr ""
#. wAHtP
#: 05210600.xhp
@@ -27448,14 +27304,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:FillShadow\">Adds a shadow to the selected object. If the object already has a shadow, the shadow is removed. If you click this icon when no object is selected, the shadow is added to the next object that you draw.</ahelp>"
msgstr "<ahelp hid=\".uno:FillShadow\">ለ ተመረጠው እቃ ጥላ መጨመሪያ: እቃው ቀደም ብሎ ጥላ ከ ነበረው: ጥላው ይወገዳል: እርስዎ ይህን ምልክት ከ ተጫኑ ምንም እቃ ሳይመረጥ: ጥላው የሚጨመረው እርስዎ ለሚስሉት ለሚቀጥለው እቃ ይሆናል:</ahelp>"
-#. DK9fc
+#. gjXA8
#: 05210600.xhp
msgctxt ""
"05210600.xhp\n"
"par_id3145068\n"
"help.text"
-msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149045\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149045\" src=\"cmd/sc_fillshadow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149045\">Icon Add Shadow</alt></image>"
+msgstr ""
#. 6XJUi
#: 05210600.xhp
@@ -27736,6 +27592,177 @@ msgctxt ""
msgid "Use the preview to view your changes before you apply the transparency effect to the color fill of the selected object."
msgstr "ይጠቀሙ የ ቅድመ እይታ መመልከቻ ለ እርስዎ ለውጦች የ ግልጽነት ውጤቶች ከ መፈጸምዎት በፊት ለ ተመረጠው እቃ ቀለም መሙያ"
+#. UE76G
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"tit\n"
+"help.text"
+msgid "Pattern"
+msgstr ""
+
+#. 5FVqC
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"bm_id431592861834899\n"
+"help.text"
+msgid "<bookmark_value>pattern;area</bookmark_value><bookmark_value>pattern;background</bookmark_value><bookmark_value>background;pattern</bookmark_value><bookmark_value>background;area</bookmark_value>"
+msgstr ""
+
+#. S8BBE
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id801592861657875\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05210800.xhp\" name=\"pattern\">Pattern</link>"
+msgstr ""
+
+#. qLwKU
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3153626\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/areatabpage/btnpattern\">Fills the object with a simple two color pattern selected on this page.</ahelp>"
+msgstr ""
+
+#. p5uGC
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3159147\n"
+"help.text"
+msgid "Pattern"
+msgstr ""
+
+#. KW3Ah
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3149955\n"
+"help.text"
+msgid "Lists the available patterns. You can also modify or create your own pattern."
+msgstr ""
+
+#. rpQaV
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id161584528499683\n"
+"help.text"
+msgid "To rename a pattern, select the pattern, right-click and choose <menuitem>Rename</menuitem>. To delete a pattern, select the pattern, right-click and choose <menuitem>Delete</menuitem>."
+msgstr ""
+
+#. VrE5t
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3153823\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. 8fyh4
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3148924\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/patterntabpage/BTN_ADD\">Adds a custom pattern to the current list. Specify the properties of your pattern, and then click this button.</ahelp>"
+msgstr ""
+
+#. 5waZ4
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3147620\n"
+"help.text"
+msgid "Modify"
+msgstr ""
+
+#. BSeBy
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3156023\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/patterntabpage/BTN_MODIFY\">Applies the current pattern properties to the selected pattern. If you want, you can save the pattern under a different name.</ahelp>"
+msgstr ""
+
+#. WCFwi
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3156042\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#. CVD9L
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3147291\n"
+"help.text"
+msgid "Draw or modify a pattern."
+msgstr ""
+
+#. ruCpD
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3147834\n"
+"help.text"
+msgid "Pattern Editor"
+msgstr ""
+
+#. rFfJm
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3147010\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/patterntabpage/CTL_PIXEL\">Draw the pattern in the 8 x 8 pixel board. Click on a pattern pixel to activate it, click again to deactivate it.</ahelp>"
+msgstr ""
+
+#. hNAPN
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3155355\n"
+"help.text"
+msgid "Foreground Color"
+msgstr ""
+
+#. sHjjw
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3156410\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_COLOR\">Set the color of the activated pattern pixels.</ahelp>"
+msgstr ""
+
+#. nh8wk
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"hd_id3155449\n"
+"help.text"
+msgid "Background Color"
+msgstr ""
+
+#. JqSDi
+#: 05210800.xhp
+msgctxt ""
+"05210800.xhp\n"
+"par_id3152909\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/patterntabpage/LB_BACKGROUND_COLOR\">Set the color of the deactivated pattern pixels.</ahelp>"
+msgstr ""
+
#. fZrDg
#: 05220000.xhp
msgctxt ""
@@ -28078,14 +28105,14 @@ msgctxt ""
msgid "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">Resizes, moves, rotates, or slants the selected object.</ahelp></variable>"
msgstr "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">የ ተመረጠውን እቃ እንደገና መመጠኛ: ማንቀሳቀሻ: ማዞሪያ ወይንም ማንጋደጃ</ahelp></variable>"
-#. iCG88
+#. cCmAB
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"tit\n"
"help.text"
-msgid "Position and Size"
-msgstr "ቦታ እና መጠን"
+msgid "Position and Size (Text Box and Shape)"
+msgstr ""
#. rrFri
#: 05230100.xhp
@@ -28132,6 +28159,33 @@ msgctxt ""
msgid "Specify the location of the selected object on the page."
msgstr "በ ገጹ ላይ ለ ተመረጠውን እቃ ቦታ ይወስኑ"
+#. d3DpU
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id891602774200160\n"
+"help.text"
+msgid "Coordinate axes start at column A - row 1."
+msgstr ""
+
+#. TZgsN
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id711602774229336\n"
+"help.text"
+msgid "X-coordinates are negative in a \"right-to-left\" table."
+msgstr ""
+
+#. FkhZd
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id491602774311111\n"
+"help.text"
+msgid "Coordinates are relative to the origin. Left/top corner of the page content area is the initial default."
+msgstr ""
+
#. Snfmr
#: 05230100.xhp
msgctxt ""
@@ -28141,14 +28195,14 @@ msgctxt ""
msgid "Position X"
msgstr "የ X ቦታ"
-#. tATRR
+#. Tjtwk
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3155616\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/possizetabpage/MTR_FLD_POS_X\">Enter the horizontal distance that you want to move the object relative to the base point selected in the grid.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/possizetabpage/MTR_FLD_POS_X\">የ አግድም እርዝመት ያስገቡ እቃውን ማንቀሳቀስ የሚፈልጉበትን ከ መሰረታዊ ነጥብ አንጻር በ መጋጠሚያው ከ ተመረጠው</ahelp>"
+msgid "<ahelp hid=\"cui/ui/possizetabpage/MTR_FLD_POS_X\">Enter the horizontal coordinate where the selected base point should be placed.</ahelp>"
+msgstr ""
#. qHcAA
#: 05230100.xhp
@@ -28159,14 +28213,14 @@ msgctxt ""
msgid "Position Y"
msgstr "የ Y ቦታ"
-#. FQeFo
+#. XK2NJ
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3147373\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/possizetabpage/MTR_FLD_POS_Y\">Enter the vertical distance that you want to move the object relative to the base point selected in the grid.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/possizetabpage/MTR_FLD_POS_Y\">የ ቁመት እርዝመት ያስገቡ እቃውን ማንቀሳቀስ የሚፈልጉበትን ከ መሰረታዊ ነጥብ አንጻር በ መጋጠሚያው ከ ተመረጠው</ahelp>"
+msgid "<ahelp hid=\"cui/ui/possizetabpage/MTR_FLD_POS_Y\">Enter the vertical coordinate where the selected base point should be placed.</ahelp>"
+msgstr ""
#. AWT9v
#: 05230100.xhp
@@ -28177,14 +28231,23 @@ msgctxt ""
msgid "Base point"
msgstr "የ ቤዝ ነጥብ"
-#. KshEF
+#. aDpsB
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3147008\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/possizetabpage/CTL_POSRECT\">Click a base point in the grid, and then enter the amount that you want to shift the object relative to the base point that you selected in the <emph>Position Y</emph> and <emph>Position X</emph> boxes. The base points correspond to the selection handles on an object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/possizetabpage/CTL_POSRECT\">ይጫኑ የ መሰረታዊ ነጥብ በ መጋጠሚያ ላይ: እና ከዛ ያስገቡ መጠኑን እቃው ከ መሰረታዊ ነጥብ አንፃር የሚቀየርበትን እርስዎ የ መረጡትን በ <emph> Y ቦታ </emph> እና በ <emph> X ቦታ </emph> ሳጥን ውስጥ: የ መሰረታዊ ነጥብ ይስማማል እንደ እቃው ምርጫ አያያዝ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/possizetabpage/CTL_POSRECT\">The selected base point will be moved to the specified <emph>Position Y</emph> and <emph>Position X</emph>.</ahelp>"
+msgstr ""
+
+#. cE49F
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id61602773901231\n"
+"help.text"
+msgid "The base point always returns to the left/top corner on reopening the dialog."
+msgstr ""
#. 2qMEV
#: 05230100.xhp
@@ -28195,14 +28258,23 @@ msgctxt ""
msgid "Size"
msgstr "መጠን"
-#. ktfq3
+#. TQVAT
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id31507749753\n"
+"help.text"
+msgid "Specify the size of the selected object."
+msgstr ""
+
+#. oaVxX
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3150774\n"
"help.text"
-msgid "Specify the amount by which you want to resize the selected object with respect to the selected base point ."
-msgstr "የ ተመረጠውን እቃ ከ ተመረጠው መሰረታዊ ነጥብ አንፃር በምን ያህል መጠን እርስዎ እንደገና መመጠን እንደሚፈልጉ ይወስኑ"
+msgid "Resize the selected object to the chosen width and height relative to the selected base point."
+msgstr ""
#. gfmHb
#: 05230100.xhp
@@ -28249,14 +28321,41 @@ msgctxt ""
msgid "Keep ratio"
msgstr "መጠን መጠበቂያ"
-#. yFc8B
+#. LGisF
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3155341\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/possizetabpage/CBX_SCALE\">Maintains proportions when you resize the selected object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/possizetabpage/CBX_SCALE\">የ ተመረጠው እቃ እንደገና በሚመጠን ጊዜ ተመጣጣኝነቱን መጠበቂያ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/possizetabpage/CBX_SCALE\">Maintains the width and height ratio when changing the width or height setting in the dialog box.</ahelp>"
+msgstr ""
+
+#. RS3Rj
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id501602631263504\n"
+"help.text"
+msgid "Only for shapes."
+msgstr ""
+
+#. D3kAe
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"hd_id731601417097805\n"
+"help.text"
+msgid "To frame"
+msgstr ""
+
+#. WRzKk
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id181601417265098\n"
+"help.text"
+msgid "<ahelp hid=\".\">Anchors the selection to the surrounding frame.</ahelp>"
+msgstr ""
#. uREAs
#: 05230100.xhp
@@ -28276,6 +28375,15 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/possizetabpage/CTL_SIZERECT\">Click a base point in the grid, and then enter the new size dimensions for the selected object in the <emph>Width</emph> and <emph>Height</emph> boxes.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/possizetabpage/CTL_SIZERECT\">ይጫኑ በ መሰረታዊ ነጥብ በ መጋጠሚያ ላይ: እና ከዛ ያስገቡ አዲስ የ አቅጣጫ መጠን ለ ተመረጠው እቃ በ <emph> ስፋት </emph> እና <emph> እርዝመት </emph> ሳጥኖች ውስጥ </ahelp>"
+#. UvHvA
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id501602631133297\n"
+"help.text"
+msgid "The selected base point remains fixed in the grid. The object is resized relative to that point."
+msgstr ""
+
#. J2shX
#: 05230100.xhp
msgctxt ""
@@ -28294,14 +28402,14 @@ msgctxt ""
msgid "Position"
msgstr "ቦታ"
-#. m6gAx
+#. bGw8F
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3149784\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/possizetabpage/TSB_POSPROTECT\">Prevents changes to the position or the size of the selected object.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/possizetabpage/TSB_POSPROTECT\">የ ተመረጠው እቃ መጠን ወይን ቦታ እንዳይቀየር መከልከያ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/possizetabpage/TSB_POSPROTECT\">Prevents changes to the position and size of the selected object.</ahelp>"
+msgstr ""
#. jqJ6D
#: 05230100.xhp
@@ -28375,14 +28483,50 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/possizetabpage/TSB_AUTOGROW_HEIGHT\">Expands the height of the object to the height of the text, if the object is smaller than the text.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/possizetabpage/TSB_AUTOGROW_HEIGHT\">የ እቃውን እርዝመት ማስፊያ በ ጽሁፉ እርዝመት ልክ: እቃው አነስተኛ ከሆነ ከ ጽሁፉ </ahelp>"
-#. zVoLa
+#. tVSpE
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id841603276770477\n"
+"help.text"
+msgid "<variable id=\"AdaptNote\">Adapt is only available for Text Boxes. To adapt Shapes to text, use</variable> <menuitem>Format - Object - Text</menuitem>."
+msgstr ""
+
+#. fqg3X
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id591602522244128\n"
+"help.text"
+msgid "<embedvar href=\"text/shared/01/05230100.xhp#AdaptNote\"/> <menuitem>Format - Text</menuitem>."
+msgstr ""
+
+#. F5Va7
#: 05230100.xhp
msgctxt ""
"05230100.xhp\n"
"par_id3145606\n"
"help.text"
-msgid "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchor types\">Anchor types</link>"
-msgstr "<link href=\"text/shared/01/05260000.xhp\" name=\"Anchor types\">የ ማስቆሚያ አይነቶች</link>"
+msgid "<link href=\"text/swriter/guide/anchor_object.xhp\" name=\"Anchor types\">Positioning Objects</link>"
+msgstr ""
+
+#. jswWJ
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id31456062468\n"
+"help.text"
+msgid "<link href=\"text/sdraw/guide/rotate_object.xhp\" name=\"Rotating Objects\">Rotating Objects</link>"
+msgstr ""
+
+#. NxdaT
+#: 05230100.xhp
+msgctxt ""
+"05230100.xhp\n"
+"par_id3145624967\n"
+"help.text"
+msgid "<link href=\"text/shared/01/05230300.xhp\" name=\"Rotation\">Rotation</link>"
+msgstr ""
#. UuCyG
#: 05230300.xhp
@@ -28411,14 +28555,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/rotationtabpage/Rotation\">Rotates the selected object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/rotationtabpage/Rotation\">የ ተመረጠውን እቃ ማዞሪያ</ahelp>"
-#. kEn4i
+#. pB7Dj
#: 05230300.xhp
msgctxt ""
"05230300.xhp\n"
"hd_id3148983\n"
"help.text"
-msgid "Pivot point"
-msgstr "የ ፒቮት ነጥብ"
+msgid "Pivot Point"
+msgstr ""
#. Zzs3U
#: 05230300.xhp
@@ -28438,14 +28582,14 @@ msgctxt ""
msgid "If you set a pivot point too far outside of the object boundaries, the object could be rotated off of the page."
msgstr "እርስዎ የ ፒቮት ነጥብ አካባቢ ከ እቃው ድንበሮች በጣም እሩቅ ካሰናዱ እቃው ከ ገጽ ውጪ ይዞራል"
-#. aFBHq
+#. FRRzG
#: 05230300.xhp
msgctxt ""
"05230300.xhp\n"
"hd_id3145382\n"
"help.text"
-msgid "X Position"
-msgstr "የ X ቦታ"
+msgid "Position X"
+msgstr ""
#. yxcU2
#: 05230300.xhp
@@ -28456,14 +28600,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_X\">Enter the horizontal distance from the left edge of the page to the pivot point.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_X\">ያስገቡ የ አግድም እርዝመት ከ ገጽ የ ግራ ጠርዝ እስከ ፒቮት ነጥብ ድረስ</ahelp>"
-#. BWKfU
+#. RMUdu
#: 05230300.xhp
msgctxt ""
"05230300.xhp\n"
"hd_id3155323\n"
"help.text"
-msgid "Y Position"
-msgstr "የ Y ቦታ"
+msgid "Position Y"
+msgstr ""
#. oRJxp
#: 05230300.xhp
@@ -28474,13 +28618,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_Y\">Enter the vertical distance from the top edge of the page to the pivot point.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/rotationtabpage/MTR_FLD_POS_Y\">ያስገቡ የ አግድም እርዝመት ከ ገጽ የ ግራ ጠርዝ እስከ ፒቮት ነጥብ ድረስ</ahelp>"
-#. pFK39
+#. wMC2g
#: 05230300.xhp
msgctxt ""
"05230300.xhp\n"
"hd_id3153332\n"
"help.text"
-msgid "Defaults"
+msgid "Default settings"
msgstr ""
#. icmC7
@@ -28492,13 +28636,13 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/rotationtabpage/CTL_RECT\">Click where you want to place the pivot point.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/rotationtabpage/CTL_RECT\">ይጫኑ እርስዎ ፒቮት ነጥብ ማስቆም የሚፈልጉበትን ቦታ </ahelp>"
-#. HEbt4
+#. D9Mc3
#: 05230300.xhp
msgctxt ""
"05230300.xhp\n"
"hd_id3146847\n"
"help.text"
-msgid "Rotation angle"
+msgid "Rotation Angle"
msgstr ""
#. owCBC
@@ -28528,14 +28672,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/rotationtabpage/NF_ANGLE\">Enter the number of degrees that you want to rotate the selected object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/rotationtabpage/NF_ANGLE\">የ ተመረጠውን እቃ ለማዞር የ ዲግሪዎች ቁጥር ያስገቡ </ahelp>"
-#. ECUGH
+#. fnugw
#: 05230300.xhp
msgctxt ""
"05230300.xhp\n"
"hd_id3148474\n"
"help.text"
-msgid "Defaults"
-msgstr "ነባሮች"
+msgid "Default settings"
+msgstr ""
#. EvNrr
#: 05230300.xhp
@@ -28555,14 +28699,14 @@ msgctxt ""
msgid "Slant & Corner Radius"
msgstr "ማዘንበያ & የ ጠርዝ ራዲየስ"
-#. JuafH
+#. FKWxd
#: 05230400.xhp
msgctxt ""
"05230400.xhp\n"
"bm_id3149988\n"
"help.text"
-msgid "<bookmark_value>slanting draw objects</bookmark_value><bookmark_value>draw objects; slanting</bookmark_value><bookmark_value>areas; slanting</bookmark_value>"
-msgstr "<bookmark_value>ማዝመሚያ መሳያ እቃዎች</bookmark_value><bookmark_value>መሳያ እቃዎች: ማዝመሚያ</bookmark_value><bookmark_value>ቦታዎች: ማዝመሚያ</bookmark_value>"
+msgid "<bookmark_value>slanting draw objects</bookmark_value><bookmark_value>draw objects; slanting</bookmark_value><bookmark_value>areas; slanting</bookmark_value><bookmark_value>shapes; control points</bookmark_value><bookmark_value>draw objects; control points</bookmark_value>"
+msgstr ""
#. DxadW
#: 05230400.xhp
@@ -28645,14 +28789,50 @@ msgctxt ""
msgid "Angle"
msgstr "አንግል"
-#. RZJiu
+#. wuSBC
#: 05230400.xhp
msgctxt ""
"05230400.xhp\n"
"par_id3153683\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/slantcornertabpage/MTR_FLD_ANGLE\">Enter the angle of the slant axis.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/slantcornertabpage/MTR_FLD_ANGLE\">አንግል ያስገቡ ለ አክሲስ ማዝመሚያ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/slantcornertabpage/MTR_FLD_ANGLE\">Enter the angle of the slant axis.</ahelp>. The slant angle relates to how much an object inclines or slants from its normal vertical position."
+msgstr ""
+
+#. cCmPK
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"hd_id621600964074859\n"
+"help.text"
+msgid "Control points 1 and 2"
+msgstr ""
+
+#. XXRdh
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id551600994115345\n"
+"help.text"
+msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles. The control points refers to the X and Y coordinates of the position of these handles. When the object has no handle, the values in these boxes are zero. When the shape has one control point, the coordinates of the other control point are zero."
+msgstr ""
+
+#. fbzxN
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id841600966950007\n"
+"help.text"
+msgid "Enter a value to set the X and Y coordinates of the control points of the object."
+msgstr ""
+
+#. wGED2
+#: 05230400.xhp
+msgctxt ""
+"05230400.xhp\n"
+"par_id911600993420542\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/control_points.png\" id=\"img_id691600993420543\"><alt id=\"alt_id651600993420544\">Control points in a shape</alt></image>"
+msgstr ""
#. m8GMy
#: 05230500.xhp
@@ -32020,15 +32200,6 @@ msgctxt ""
msgid "<variable id=\"spaltformtext\"><ahelp hid=\"HID_BROWSER_COLUMNFORMAT\" visibility=\"visible\">Formats the selected column(s).</ahelp></variable>"
msgstr "<variable id=\"spaltformtext\"><ahelp hid=\"HID_BROWSER_COLUMNFORMAT\" visibility=\"visible\">የተመረጠው አቀራረብ አምድ(ዶች)</ahelp></variable>"
-#. MdMcn
-#: 05340405.xhp
-msgctxt ""
-"05340405.xhp\n"
-"hd_id3150620\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format\">Format</link>"
-msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Format\">አቀራረብ</link>"
-
#. B5CTG
#: 05340500.xhp
msgctxt ""
@@ -33856,32 +34027,41 @@ msgctxt ""
msgid "<ahelp hid=\"svx/ui/docking3deffects/intensity\">Enter the intensity of the specular effect.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/docking3deffects/intensity\">Enter the intensity of the specular effect.</ahelp>"
-#. 6Aadk
+#. K5YP7
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"tit\n"
"help.text"
-msgid "Distribution"
-msgstr "ስርጭት"
+msgid "Distribute"
+msgstr ""
+
+#. Wmrwt
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"bm_id21601641916305\n"
+"help.text"
+msgid "<bookmark_value>drawing objects;distribute</bookmark_value><bookmark_value>drawing objects;distribute evenly</bookmark_value><bookmark_value>distribute objects in drawings</bookmark_value><bookmark_value>distribute objects vertically</bookmark_value><bookmark_value>distribute objects;vertically evenly</bookmark_value><bookmark_value>distribute objects horizontally</bookmark_value><bookmark_value>distribute objects;horizontally evenly</bookmark_value>"
+msgstr ""
-#. FwmnE
+#. suNMy
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"hd_id3154812\n"
"help.text"
-msgid "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">Distribution</link>"
-msgstr "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">ስርጭት</link>"
+msgid "<link href=\"text/shared/01/05360000.xhp\" name=\"Distribution\">Distribute Selection</link>"
+msgstr ""
-#. D3A3r
+#. qsB33
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"par_id3149119\n"
"help.text"
-msgid "<variable id=\"verteilungtext\"><ahelp hid=\".uno:DistributeSelection\">Distributes three or more selected objects evenly along the horizontal axis or the vertical axis. You can also evenly distribute the spacing between objects.</ahelp></variable>"
-msgstr "<variable id=\"verteilungtext\"><ahelp hid=\".uno:DistributeSelection\">ማሰራጫ ሶስት ወይንም ከዚያ በላይ ተጨማሪ የ ተመረጡ እቃዎችን እኩል በ አግድም አክሲስ ወይንም በ ቁመት አክሲስ ውስጥ: እርስዎ እንዲሁም ክፍተት በ እቃዎች መካከል እኩል ማሰራጨት ይችላሉ </ahelp></variable>"
+msgid "<ahelp hid=\".uno:DistributeSelection\">Distributes three or more selected objects evenly along the horizontal axis or the vertical axis. You can also evenly distribute the spacing between objects.</ahelp>"
+msgstr ""
#. Zydiv
#: 05360000.xhp
@@ -33892,6 +34072,15 @@ msgctxt ""
msgid "Objects are distributed with respect to the outermost objects in the selection."
msgstr "Objects are distributed with respect to the outermost objects in the selection"
+#. ywEpj
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id311601648361449\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/distribute-orig.svg\" id=\"img_id11601648361449\" width=\"416px\" height=\"300px\"><alt id=\"alt_id791601648361450\">Original object distribution</alt></image>"
+msgstr ""
+
#. 3h7pC
#: 05360000.xhp
msgctxt ""
@@ -33910,95 +34099,113 @@ msgctxt ""
msgid "Specify the horizontal distribution for the selected objects."
msgstr "ለ ተመረጠው እቃ የ አግድም ስርጭት ይወስኑ"
-#. qg3rz
+#. 8acTp
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"hd_id3149276\n"
+"hd_id3148990\n"
"help.text"
-msgid "None"
-msgstr "ምንም"
+msgid "Horizontally Left"
+msgstr ""
-#. ndZ6W
+#. wkTTC
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"par_id3147618\n"
+"par_id3159269\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/hornone\">Does not distribute the objects horizontally.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/hornone\">እቃዎቹን በ አግድም አያሰራጭም </ahelp>"
+msgid "<ahelp hid=\".uno:DistributeHorzLeft\">Distributes the selected objects, so that the left edges of the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
-#. UJ5Ai
+#. hQpFA
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"hd_id3148990\n"
+"par_id381601648619454\n"
"help.text"
-msgid "Left"
-msgstr "በ ግራ"
+msgid "<image src=\"media/helpimg/sdraw/distribute-HL.svg\" id=\"img_id131601648619455\" width=\"416px\" height=\"300px\"><alt id=\"alt_id551601648619456\">Object distribution horizontally left</alt></image>"
+msgstr ""
-#. QpZ8C
+#. cT8gY
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"par_id3159269\n"
+"hd_id3150130\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/horleft\">Distributes the selected objects, so that the left edges of the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/horleft\"> ማሰራጫ የ ተመረጡ እቃዎችን: ስለዚህ የ እቃዎች የ ግራ ጠርዞች እኩል ክፍተት አንዱ ከ አንዱ ጋር እንዲኖራቸው </ahelp>"
+msgid "Horizontally Center"
+msgstr ""
-#. KpvCK
+#. JWvSE
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"hd_id3150130\n"
+"par_id3153146\n"
"help.text"
-msgid "Center"
-msgstr "መሀከል"
+msgid "<ahelp hid=\".uno:DistributeHorzCenter\">Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
-#. JDS9Q
+#. 8jGYq
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"par_id3153146\n"
+"par_id861601648972377\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/horcenter\">Distributes the selected objects, so that the horizontal centers of the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/horcenter\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ አግድም መሀከል ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "<image src=\"media/helpimg/sdraw/distribute-HC.svg\" id=\"img_id101601648972378\" width=\"416px\" height=\"300px\"><alt id=\"alt_id321601648972379\">Object distribution horizontally center</alt></image>"
+msgstr ""
-#. toVEx
+#. ZdBdK
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"hd_id3147574\n"
"help.text"
-msgid "Spacing"
-msgstr "ክፍተት"
+msgid "Horizontally Spacing"
+msgstr ""
-#. mhBQg
+#. 6iCwM
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"par_id3148924\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/hordistance\">Distributes the selected objects horizontally, so that the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/hordistance\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ አግድም መሀከል ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "<ahelp hid=\".uno:DistributeHorzDistance\">Distributes the selected objects horizontally, so that the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
+
+#. UpymG
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id821601649033088\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/distribute-HS.svg\" id=\"img_id411601649033089\" width=\"416px\" height=\"300px\"><alt id=\"alt_id651601649033090\">Object distribution horizontally spaced evenly</alt></image>"
+msgstr ""
-#. BDQF5
+#. xjBSF
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"hd_id3155390\n"
"help.text"
-msgid "Right"
-msgstr "በ ቀኝ"
+msgid "Horizontally Right"
+msgstr ""
-#. arrPo
+#. FTkZn
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"par_id3153252\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/horright\">Distributes the selected objects, so that the right edges of the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/horright\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ አግድም መሀከል ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "<ahelp hid=\".uno:DistributeHorzRight\">Distributes the selected objects, so that the right edges of the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
+
+#. 4fC4G
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id541601649087591\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/distribute-HR.svg\" id=\"img_id321601649087592\" width=\"416px\" height=\"300px\"><alt id=\"alt_id811601649087593\">Object distribution horizontally right</alt></image>"
+msgstr ""
#. ppAtV
#: 05360000.xhp
@@ -34018,95 +34225,113 @@ msgctxt ""
msgid "Specify the vertical distribution for the selected objects."
msgstr "ለ ተመረጠው እቃ የ ቁመት ስርጭት ይወስኑ"
-#. BAFcq
+#. 8FGye
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"hd_id3148563\n"
+"hd_id3153626\n"
"help.text"
-msgid "None"
-msgstr "ምንም"
+msgid "Vertically Top"
+msgstr ""
-#. UVTpA
+#. Jnbia
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"par_id3155922\n"
+"par_id3152361\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/vernone\">Does not distribute the objects vertically.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/vernone\">እቃዎቹን በ ቁመት አያሰራጭም </ahelp>"
+msgid "<ahelp hid=\".uno:DistributeVertTop\">Distributes the selected objects, so that the top edges of the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
-#. kDTHw
+#. FRub3
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"hd_id3153626\n"
+"par_id901601655277555\n"
"help.text"
-msgid "Top"
-msgstr "ከ ላይ"
+msgid "<image src=\"media/helpimg/sdraw/distribute-VT.svg\" id=\"img_id81601655277556\" width=\"416px\" height=\"300px\"><alt id=\"alt_id671601655277557\">Distribute objects vertically top</alt></image>"
+msgstr ""
-#. PGR8o
+#. t6Fxc
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"par_id3152361\n"
+"hd_id3147264\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/vertop\">Distributes the selected objects, so that the top edges of the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/vertop\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ ላይ ጠርዝ ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "Vertically Center"
+msgstr ""
-#. EDPmA
+#. iJ5uJ
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"hd_id3147264\n"
+"par_id3161656\n"
"help.text"
-msgid "Center"
-msgstr "መሀከል"
+msgid "<ahelp hid=\".uno:DistributeVertCenter\">Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
-#. 7AkGA
+#. kjsCh
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
-"par_id3161656\n"
+"par_id561601655348463\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/vercenter\">Distributes the selected objects, so that the vertical centers of the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/vercenter\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ ቁመት ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "<image src=\"media/helpimg/sdraw/distribute-VC.svg\" id=\"img_id911601655348464\" width=\"416px\" height=\"300px\"><alt id=\"alt_id71601655348465\">Distribute objects vertically center</alt></image>"
+msgstr ""
-#. SKWXt
+#. eenms
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"hd_id3150865\n"
"help.text"
-msgid "Spacing"
-msgstr "ክፍተት"
+msgid "Vertically Spacing"
+msgstr ""
-#. CSipY
+#. ZdQ2J
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"par_id3153360\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/verdistance\">Distributes the selected objects vertically, so that the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/verdistance\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ ቁመት ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "<ahelp hid=\".uno:DistributeVertDistance\">Distributes the selected objects vertically, so that the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
+
+#. 6mwyB
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id121601655395816\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/distribute-VS.svg\" id=\"img_id711601655395817\" width=\"416px\" height=\"300px\"><alt id=\"alt_id711601655395818\">Object distribution horizontally spaced evenly</alt></image>"
+msgstr ""
-#. rJFFG
+#. 6WiKJ
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"hd_id3154071\n"
"help.text"
-msgid "Bottom"
-msgstr "ከ ታች"
+msgid "Vertically Bottom"
+msgstr ""
-#. fCnfk
+#. GsJmx
#: 05360000.xhp
msgctxt ""
"05360000.xhp\n"
"par_id3152771\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/distributionpage/verbottom\">Distributes the selected objects, so that the bottom edges of the objects are evenly spaced from one another.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/distributionpage/verbottom\">የ ተመረጡትን እቃዎች ማሰራጫ: ስለዚህ የ ታች ጠርዝ ለ እቃው እኩል ይሰራጫል አንዱ ከ አንዱ አጠገብ </ahelp>"
+msgid "<ahelp hid=\".uno:DistributeVertBottom\">Distributes the selected objects, so that the bottom edges of the objects are evenly spaced from one another.</ahelp>"
+msgstr ""
+
+#. rSLFJ
+#: 05360000.xhp
+msgctxt ""
+"05360000.xhp\n"
+"par_id891601655444280\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/distribute-VB.svg\" id=\"img_id931601655444281\" width=\"416px\" height=\"300px\"><alt id=\"alt_id191601655444282\">Distribute objects vertically bottom</alt></image>"
+msgstr ""
#. NLPgX
#: 05990000.xhp
@@ -37429,14 +37654,14 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">ምርጫ tab (የ ነጥቦች እና ቁጥር መስጫዎች ንግግር)</link>"
-#. H4VB2
+#. MZF62
#: 06050500.xhp
msgctxt ""
"06050500.xhp\n"
"tit\n"
"help.text"
-msgid "Options"
-msgstr "ምርጫዎች"
+msgid "Customize (Bullets and Numbering)"
+msgstr ""
#. QChMa
#: 06050500.xhp
@@ -43018,13 +43243,13 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline01.png\" id=\"img_id91526436546031\" width=\"311px\" height=\"179px\"> <alt id=\"alt_id351526436546031\">Signature Line Box</alt> </image>"
msgstr ""
-#. AgbBh
+#. YbTJd
#: addsignatureline.xhp
msgctxt ""
"addsignatureline.xhp\n"
"par_id651526423393786\n"
"help.text"
-msgid "The signature line displays an horizontal line, a location mark, the name, title and e-mail of signer."
+msgid "The signature line displays an horizontal line, a location mark, the name, title and email of signer."
msgstr ""
#. auwte
@@ -43072,13 +43297,13 @@ msgctxt ""
msgid "Email"
msgstr ""
-#. EnpJD
+#. jr5gQ
#: addsignatureline.xhp
msgctxt ""
"addsignatureline.xhp\n"
"par_id111526467993387\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the e-mail of the signer. The email is not displayed in the signature line graphic box, and is be used for the digital signature.</ahelp>"
+msgid "<ahelp hid=\".\">Enter the email of the signer. The email is not displayed in the signature line graphic box, but is used for the digital signature.</ahelp>"
msgstr ""
#. EpDAG
@@ -43135,6 +43360,78 @@ msgctxt ""
msgid "<ahelp hid=\".\">Insert instructions for the signer. The instructions appears in the Sign Signature Line dialog box, at the time of signature.</ahelp>"
msgstr ""
+#. LjM7Z
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"tit\n"
+"help.text"
+msgid "Certificate Paths"
+msgstr ""
+
+#. FBox6
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"bm_id211594767045571\n"
+"help.text"
+msgid "<bookmark_value>digital signatures;certificate path</bookmark_value> <bookmark_value>certificate path</bookmark_value>"
+msgstr ""
+
+#. MhnU5
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"hd_id141594763815174\n"
+"help.text"
+msgid "<variable id=\"Certificateh1\"><link href=\"text/shared/01/certificatepath.xhp\" name=\"Certificate\">Certificate</link></variable>"
+msgstr ""
+
+#. BuRGD
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"par_id841594763815175\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog\">Select or add the correct Network Security Services Certificate directory to use for digital signatures.</ahelp>"
+msgstr ""
+
+#. vCwDA
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"hd_id511594765946403\n"
+"help.text"
+msgid "Available Certificate Paths"
+msgstr ""
+
+#. NK4GB
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"par_id981594766097073\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/liststore1\">Shows the list of Network Security Services Certificate directory to use for digital signatures.</ahelp>"
+msgstr ""
+
+#. DABZF
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"hd_id741594764591263\n"
+"help.text"
+msgid "Select NSS path"
+msgstr ""
+
+#. 8gaEP
+#: certificatepath.xhp
+msgctxt ""
+"certificatepath.xhp\n"
+"par_id851594766090600\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/certdialog/CertDialog/add\">Opens a file picker dialog to add a new Network Security Services Certificate directory to the list.</ahelp>"
+msgstr ""
+
#. ViF5g
#: digitalsignatures.xhp
msgctxt ""
@@ -47230,13 +47527,13 @@ msgctxt ""
msgid "PDF Export Digital Signature"
msgstr ""
-#. yMdYf
+#. 9FdeP
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
"ref_pdf_export_digital_signature.xhp\n"
"bm_id761574111929927\n"
"help.text"
-msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value>"
+msgid "<bookmark_value>PDF export;digital signature</bookmark_value><bookmark_value>PDF export;sign PDF document</bookmark_value><bookmark_value>PDF export;time stamp</bookmark_value>"
msgstr ""
#. ChX9A
@@ -47419,24 +47716,6 @@ msgctxt ""
msgid "<ahelp hid=\".\">These three fields allow you to optionally enter additional information about the digital signature that will be applied to the PDF (Where, by whom and why it was made). It will be embedded in the appropriate PDF fields and will be visible to anyone viewing the PDF. Each or all of the three fields may be left blank.</ahelp>"
msgstr ""
-#. dDtVb
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"hd_id14661702\n"
-"help.text"
-msgid "Time Stamp Authority"
-msgstr ""
-
-#. MUvFG
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id17868892\n"
-"help.text"
-msgid "<ahelp hid=\".\">Allows you to optionally select a Time Stamping Authority (TSA) URL. </ahelp>"
-msgstr ""
-
#. Po9jA
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47446,15 +47725,6 @@ msgctxt ""
msgid "During the PDF signing process, the TSA will be used to obtain a digitally signed timestamp that is then embedded in the signature. This (RFC 3161) timestamp will allow anyone viewing the PDF to verify when the document was signed."
msgstr ""
-#. aTCsU
-#: ref_pdf_export_digital_signature.xhp
-msgctxt ""
-"ref_pdf_export_digital_signature.xhp\n"
-"par_id39089022\n"
-"help.text"
-msgid "The list of TSA URLs that can be selected is maintained under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph> </caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Security - TSAs</emph>."
-msgstr ""
-
#. Gnocd
#: ref_pdf_export_digital_signature.xhp
msgctxt ""
@@ -47617,15 +47887,6 @@ msgctxt ""
msgid "Sets the PDF export options for images inside your document."
msgstr ""
-#. eMHjG
-#: ref_pdf_export_general.xhp
-msgctxt ""
-"ref_pdf_export_general.xhp\n"
-"par_idN1071B\n"
-"help.text"
-msgid "EPS images with embedded previews are exported only as previews. EPS images without embedded previews are exported as empty placeholders."
-msgstr ""
-
#. ZszgA
#: ref_pdf_export_general.xhp
msgctxt ""
@@ -47707,6 +47968,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select the target resolution for the images.</ahelp>"
msgstr ""
+#. eMHjG
+#: ref_pdf_export_general.xhp
+msgctxt ""
+"ref_pdf_export_general.xhp\n"
+"par_idN1071B\n"
+"help.text"
+msgid "EPS images with embedded previews are exported only as previews. EPS images without embedded previews are exported as empty placeholders."
+msgstr ""
+
#. ZmGtx
#: ref_pdf_export_general.xhp
msgctxt ""
@@ -47806,22 +48076,31 @@ msgctxt ""
msgid "<ahelp hid=\".\">This setting enables you to export the document as a .pdf file containing two file formats: PDF and ODF.</ahelp> In PDF viewers it behaves like a normal .pdf file and it remains fully editable in %PRODUCTNAME."
msgstr ""
-#. ioGVp
+#. Gdn5A
#: ref_pdf_export_general.xhp
msgctxt ""
"ref_pdf_export_general.xhp\n"
"hd_id2796411\n"
"help.text"
-msgid "Archive (PDF/A ISO 19005)"
+msgid "Archive (PDF/A, ISO 19005)"
msgstr ""
-#. EZ8fR
+#. ELsXa
#: ref_pdf_export_general.xhp
msgctxt ""
"ref_pdf_export_general.xhp\n"
"par_id5016327\n"
"help.text"
-msgid "<ahelp hid=\".\">Converts to the PDF/A-2b or PDF/A-1b format. This is defined as an electronic document file format for long term preservation. All fonts that were used in the source document will be embedded into the generated PDF file. PDF tags will be written.</ahelp>"
+msgid "<ahelp hid=\".\">Converts to the PDF/A-1b, PDF/A-2b, or PDF/A-3b format. All fonts used in the source document are embedded in the generated PDF file, and PDF tags are written. The primary purpose is to create an electronic document whose appearance is device and application independent, making it suitable for long term preservation.</ahelp>"
+msgstr ""
+
+#. RyRdK
+#: ref_pdf_export_general.xhp
+msgctxt ""
+"ref_pdf_export_general.xhp\n"
+"par_id301602634061241\n"
+"help.text"
+msgid "PDF/A-2b is recommended for most users, because it allows for layers and transparency with shapes and images. It also compresses better (JPEG 2000) than PDF/A-1b, usually producing smaller files. PDF/A-3b is identical to PDF/A-2b, but also accepts embedding of other file formats."
msgstr ""
#. UTPZ7
@@ -47923,22 +48202,49 @@ msgctxt ""
msgid "<ahelp hid=\".\">Allows you to use the same field name for multiple fields in the generated PDF file. If disabled, field names will be exported using generated unique names.</ahelp>"
msgstr ""
-#. JCBTD
+#. 4EM34
+#: ref_pdf_export_general.xhp
+msgctxt ""
+"ref_pdf_export_general.xhp\n"
+"hd_id671602451425200\n"
+"help.text"
+msgid "Structure"
+msgstr ""
+
+#. FWYXV
+#: ref_pdf_export_general.xhp
+msgctxt ""
+"ref_pdf_export_general.xhp\n"
+"par_id51602451783950\n"
+"help.text"
+msgid "Sets options for diverse features such as bookmarks, comments, page layout."
+msgstr ""
+
+#. ZbwvD
#: ref_pdf_export_general.xhp
msgctxt ""
"ref_pdf_export_general.xhp\n"
"hd_id8257087\n"
"help.text"
-msgid "Export bookmarks"
+msgid "Export outlines"
msgstr ""
-#. ne8RR
+#. 72zLQ
#: ref_pdf_export_general.xhp
msgctxt ""
"ref_pdf_export_general.xhp\n"
"par_id3479415\n"
"help.text"
-msgid "<ahelp hid=\".\">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (<item type=\"menuitem\">Tools - Chapter Numbering</item>) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>"
+msgid "<ahelp hid=\".\">Select to export bookmarks of Writer documents as PDF bookmarks. Bookmarks are created for all outline paragraphs (<menuitem>Tools - Chapter Numbering</menuitem>) and for all table of contents entries for which you did assign hyperlinks in the source document.</ahelp>"
+msgstr ""
+
+#. iTBMB
+#: ref_pdf_export_general.xhp
+msgctxt ""
+"ref_pdf_export_general.xhp\n"
+"par_id71603283849925\n"
+"help.text"
+msgid "Only paragraphs with Outline level 1 - 10 will be exported. The name of the Paragraph Style is irrelevant. For example, the default version of Paragraph Style <emph>Title</emph> is not exported when its Outline level is <emph>Text Body</emph>. To see a paragraph’s Outline level, choose <menuitem>Format - Paragraph</menuitem> <emph> - Outline & Numbering</emph> tab."
msgstr ""
#. PejFz
@@ -48139,13 +48445,13 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select to generate a PDF file that shows only the page contents.</ahelp>"
msgstr ""
-#. 4ByUi
+#. JjGcM
#: ref_pdf_export_initial_view.xhp
msgctxt ""
"ref_pdf_export_initial_view.xhp\n"
"hd_id7464217\n"
"help.text"
-msgid "Bookmarks and page"
+msgid "Outlines and page"
msgstr ""
#. 8e4Tz
@@ -48418,13 +48724,13 @@ msgctxt ""
msgid "<variable id=\"pdfexportlinksh1\"><link href=\"text/shared/01/ref_pdf_export_links.xhp\" name=\"Links tab\">Links</link></variable>"
msgstr ""
-#. sEKFT
+#. hBEgz
#: ref_pdf_export_links.xhp
msgctxt ""
"ref_pdf_export_links.xhp\n"
"par_id9302346\n"
"help.text"
-msgid "Specify how to export bookmarks and hyperlinks in your document."
+msgid "Specify how to export outlines and hyperlinks in your document."
msgstr ""
#. CDBGh
@@ -48436,13 +48742,13 @@ msgctxt ""
msgid "General"
msgstr ""
-#. GKCBf
+#. zCCpF
#: ref_pdf_export_links.xhp
msgctxt ""
"ref_pdf_export_links.xhp\n"
"hd_id8296151\n"
"help.text"
-msgid "Export bookmarks as named destinations"
+msgid "Export outlines as named destinations"
msgstr ""
#. YmVwd
@@ -48832,6 +49138,177 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select to enable text access for accessibility tools.</ahelp>"
msgstr ""
+#. Eazks
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"tit\n"
+"help.text"
+msgid "Universal Accessibility (PDF Export)"
+msgstr ""
+
+#. 9h83z
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"bm_id791603045631184\n"
+"help.text"
+msgid "<bookmark_value>PDF export;Universal Accessibility</bookmark_value>"
+msgstr ""
+
+#. EJegu
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"hd_id711602623643384\n"
+"help.text"
+msgid "<link href=\"text/shared/01/ref_pdf_export_universal_accessibility.xhp\">Universal Accessibility (PDF/UA)</link>"
+msgstr ""
+
+#. 5iM7L
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id221602623934399\n"
+"help.text"
+msgid "Creates a universal accessibility-complaint PDF file that follows the requirements of PDF/UA (ISO 14289) specifications."
+msgstr ""
+
+#. tLYwU
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id891603046173838\n"
+"help.text"
+msgid "then choose Universal Accessibility (PDF/UA)."
+msgstr ""
+
+#. zBYd6
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id151603044639549\n"
+"help.text"
+msgid "The specification defines the required structure and formatting of a document and PDF features that are better suited for accessibility. This specification can also be used to produce documents that achieve W3C's Web Content Accessibility Guidelines 2.0 (WCAG 2.0)."
+msgstr ""
+
+#. V8cE4
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id701603046818148\n"
+"help.text"
+msgid "The present implementation (January 2020) checks the following:"
+msgstr ""
+
+#. 2EEdB
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id601603042936801\n"
+"help.text"
+msgid "Document title is set."
+msgstr ""
+
+#. QsPya
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id951603042978520\n"
+"help.text"
+msgid "Document language is set, or that all styles in use, have the language set."
+msgstr ""
+
+#. oJPrg
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id951603042984032\n"
+"help.text"
+msgid "All images, graphics, OLE objects have an \"alt\" text (or title in some objects)."
+msgstr ""
+
+#. LNFSf
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id341603042991177\n"
+"help.text"
+msgid "Tables do not include splits or merges."
+msgstr ""
+
+#. SJ8Kd
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id481603043007920\n"
+"help.text"
+msgid "Only integrated numbering is used. No manual numbering (e.g., writing \"1.\" \"2.\" \"3.\" at the beginning of paragraphs."
+msgstr ""
+
+#. ADFrw
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id521603043012471\n"
+"help.text"
+msgid "Hyperlink text is not a hyperlink itself, and hyperlink is described."
+msgstr ""
+
+#. CK2CF
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id521603043019328\n"
+"help.text"
+msgid "Contrast between text and background meets the WCAG specification."
+msgstr ""
+
+#. SFkn5
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id71603043022999\n"
+"help.text"
+msgid "No blinking text."
+msgstr ""
+
+#. NojG4
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id251603043029601\n"
+"help.text"
+msgid "No footnotes and endnotes."
+msgstr ""
+
+#. EMMCG
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id101603043034257\n"
+"help.text"
+msgid "Headings must increase incrementally with no skips (e.g., cannot have Heading 1 to Heading 3, skipping Heading 2)."
+msgstr ""
+
+#. vfTEE
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id281603043041040\n"
+"help.text"
+msgid "Text does not convey additional meaning with (direct) formatting."
+msgstr ""
+
+#. V7hAY
+#: ref_pdf_export_universal_accessibility.xhp
+msgctxt ""
+"ref_pdf_export_universal_accessibility.xhp\n"
+"par_id311603047235460\n"
+"help.text"
+msgid "Check Accessibility before trying to export with <menuitem>Tools - Check Accessibility</menuitem>"
+msgstr ""
+
#. ihxeF
#: ref_pdf_export_user_interface.xhp
msgctxt ""
@@ -49039,77 +49516,77 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select to export Impress slide transition effects to respective PDF effects.</ahelp>"
msgstr ""
-#. QnGof
+#. JqXEP
#: ref_pdf_export_user_interface.xhp
msgctxt ""
"ref_pdf_export_user_interface.xhp\n"
"hd_id9053926\n"
"help.text"
-msgid "Bookmarks"
+msgid "Collapse Outlines"
msgstr ""
-#. jtoVv
+#. cKYhi
#: ref_pdf_export_user_interface.xhp
msgctxt ""
"ref_pdf_export_user_interface.xhp\n"
"hd_id1941892\n"
"help.text"
-msgid "All bookmark levels"
+msgid "Show All"
msgstr ""
-#. 8tTN6
+#. m3Aft
#: ref_pdf_export_user_interface.xhp
msgctxt ""
"ref_pdf_export_user_interface.xhp\n"
"par_id341807\n"
"help.text"
-msgid "<ahelp hid=\".\">Select to show all bookmark levels when the reader opens the PDF file.</ahelp>"
+msgid "<ahelp hid=\".\">Select to show all outline levels as bookmarks when the reader opens the PDF file.</ahelp>"
msgstr ""
-#. VcrQh
+#. MtH4p
#: ref_pdf_export_user_interface.xhp
msgctxt ""
"ref_pdf_export_user_interface.xhp\n"
"hd_id486770\n"
"help.text"
-msgid "Visible bookmark levels"
+msgid "Visible levels"
msgstr ""
-#. ZoAs9
+#. r8MX6
#: ref_pdf_export_user_interface.xhp
msgctxt ""
"ref_pdf_export_user_interface.xhp\n"
"par_id4850001\n"
"help.text"
-msgid "<ahelp hid=\".\">Select to show bookmark levels down to the selected level when the reader opens the PDF file.</ahelp>"
+msgid "<ahelp hid=\".\">Select to show bookmarks down to the selected level when the reader opens the PDF file.</ahelp>"
msgstr ""
-#. HUGki
+#. 5AeZF
#: ref_pdf_send_as.xhp
msgctxt ""
"ref_pdf_send_as.xhp\n"
"tit\n"
"help.text"
-msgid "E-mail as PDF"
-msgstr "ኢ-ሜይል እንደ PDF"
+msgid "Email as PDF"
+msgstr ""
-#. GJcvX
+#. rAFEF
#: ref_pdf_send_as.xhp
msgctxt ""
"ref_pdf_send_as.xhp\n"
"hd_id3146902\n"
"help.text"
-msgid "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"E-mail as PDF\">E-mail as PDF</link></variable>"
-msgstr "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"E-mail as PDF\">ኢ-ሜይል እንደ PDF</link></variable>"
+msgid "<variable id=\"ref_pdf_send_as\"><link href=\"text/shared/01/ref_pdf_send_as.xhp\" name=\"Email as PDF\">Email as PDF</link></variable>"
+msgstr ""
-#. CB95G
+#. 7Uvgd
#: ref_pdf_send_as.xhp
msgctxt ""
"ref_pdf_send_as.xhp\n"
"par_id3150756\n"
"help.text"
-msgid "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an e-mail sending window with the PDF as an attachment.</ahelp></variable>"
-msgstr "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">እንደ PDF መላኪያ ንግግር ማሳያ: የ አሁኑን ሰነድ ይልካል ወደ Portable Document Format (PDF), እና ከዛ ይከፍታል የ ኢ-ሜይል መላኪያ መስኮት ከ PDF ጋር እንደ ማያያዣ </ahelp></variable>"
+msgid "<variable id=\"ref_pdf_send_as_text\"><ahelp hid=\".uno:SendMailDocAsPDF\">Shows the Export as PDF dialog, exports the current document to Portable Document Format (PDF), and then opens an email sending window with the PDF as an attachment.</ahelp></variable>"
+msgstr ""
#. wTQMX
#: securitywarning.xhp
@@ -49327,14 +49804,14 @@ msgctxt ""
msgid "<bookmark_value>digital signature;signing existing PDF</bookmark_value>"
msgstr "<bookmark_value>ዲጂታል ፊርማ;የ ነበረ ፒዲኤፍ መፈረሚያ</bookmark_value>"
-#. zBtBC
+#. ohSz3
#: signexistingpdf.xhp
msgctxt ""
"signexistingpdf.xhp\n"
"hd_id201526432498222\n"
"help.text"
-msgid "<variable id=\"signexisitingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\" name=\"Sign Existing PDF Files\">Signing Existing PDF files</link></variable>"
-msgstr "<variable id=\"signexisitingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\" name=\"Sign Existing PDF Files\">የ ነበረ ፒዲኤፍ ፋይል መፈረሚያ</link></variable>"
+msgid "<variable id=\"signexistingpdf\"><link href=\"text/shared/01/signexistingpdf.xhp\" name=\"Sign Existing PDF Files\">Signing Existing PDF files</link></variable>"
+msgstr ""
#. RM32g
#: signexistingpdf.xhp
@@ -49516,6 +49993,114 @@ msgctxt ""
msgid "<image src=\"media/helpimg/sw_signatureline02.png\" id=\"img_id551526579319036\" width=\"280px\" height=\"173px\"><alt id=\"alt_id641526579319036\">Signed Signature Line</alt></image>"
msgstr ""
+#. qMNEB
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"tit\n"
+"help.text"
+msgid "Time Stamp Authorities for Digital Signatures"
+msgstr ""
+
+#. HgFt5
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"bm_id371597437796483\n"
+"help.text"
+msgid "<bookmark_value>time stamp;digital signature</bookmark_value> <bookmark_value>digital signature;time stamp</bookmark_value> <bookmark_value>time stamp authority</bookmark_value> <bookmark_value>TSA</bookmark_value> <bookmark_value>time stamp for PDF digital signature</bookmark_value>"
+msgstr ""
+
+#. QwKC7
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id901597433114069\n"
+"help.text"
+msgid "<variable id=\"timestampauthorityh1\"><link href=\"text/shared/01/timestampauth.xhp\" name=\"tsa\">Time Stamp Authority</link></variable>"
+msgstr ""
+
+#. L47NV
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id961597433114070\n"
+"help.text"
+msgid "Time Stamp Authorities (TSA) issue digitally signed timestamps (RFC 3161) that are optionally used during signed PDF export."
+msgstr ""
+
+#. jcBGy
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id571597434502189\n"
+"help.text"
+msgid "Adding a trusted timestamp to an electronic signature provides a digital seal of data integrity and a trusted date and time of when the transaction took place. Recipients of documents with a trusted timestamp can verify when the document was digitally or electronically signed, as well as verify that the document was not altered after the date the timestamp vouches for."
+msgstr ""
+
+#. HP6fQ
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id721597436315261\n"
+"help.text"
+msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Security - TSAs</menuitem>"
+msgstr ""
+
+#. n27rF
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id281597438357127\n"
+"help.text"
+msgid "List of Time Stamp Authorities"
+msgstr ""
+
+#. Msech
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id701597438367251\n"
+"help.text"
+msgid "Display the list of existing TSAs."
+msgstr ""
+
+#. 2TESq
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN106871\n"
+"help.text"
+msgid "Add"
+msgstr ""
+
+#. vZdyd
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_idN1068B1\n"
+"help.text"
+msgid "Opens the <link href=\"text/shared/02/namedialog.xhp\" name=\"name dialog\">Name dialog</link> to enter a new Time Stamping Authority URL."
+msgstr ""
+
+#. stnAc
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"hd_id251597435168013\n"
+"help.text"
+msgid "Delete"
+msgstr ""
+
+#. PPq6D
+#: timestampauth.xhp
+msgctxt ""
+"timestampauth.xhp\n"
+"par_id381597435161810\n"
+"help.text"
+msgid "Deletes the selected entry in the list. Deletion is immediate and does not display a confirmation dialog."
+msgstr ""
+
#. m3D8J
#: webhtml.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 9612b0e90b5..0a35abb3e41 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2020-02-05 07:21+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared02/am/>\n"
@@ -664,14 +664,14 @@ msgctxt ""
msgid "<variable id=\"formulartext\"><ahelp hid=\".uno:Config\">The <emph>Form Controls</emph> toolbar or sub-menu contains tools that you need to create an interactive form.</ahelp></variable> You can use the toolbar or sub-menu to add controls to a form in a text, drawing, spreadsheet, presentation, or HTML document, for example a button that runs a macro."
msgstr ""
-#. EiFpa
+#. Z7evv
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id1027200809391346\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">View - Toolbars - Form Controls</item>."
-msgstr "ይምረጡ <item type=\"menuitem\">መመልከቻ - እቃ መደርደሪያ - ፎርም መቆጣጠሪያ </item>."
+msgid "Choose <menuitem>View - Toolbars - Form Controls</menuitem>."
+msgstr ""
#. XcM3i
#: 01170000.xhp
@@ -727,15 +727,6 @@ msgctxt ""
msgid "When you create a form in an HTML document, you can use the form to send data over the Internet."
msgstr "እርስዎ ፎርም በ HTML ሰነድ በሚፈጥሩ ጊዜ: ፎርሙን ዳታ ወደ ኢንተርኔት ለመላክ መጠቀም ይችላሉ"
-#. fqYMr
-#: 01170000.xhp
-msgctxt ""
-"01170000.xhp\n"
-"par_id3145171\n"
-"help.text"
-msgid "%PRODUCTNAME only exports the form properties that are supported by the HTML version that you export to. To specify the HTML version, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>."
-msgstr "%PRODUCTNAME መላኪያ ብቻ የ ፎርም ባህሪዎች የተደገፉ በ HTML እትም የሚልኩት ወደ: የ HTML እትም ለ መወሰን: ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች </emph></caseinline><defaultinline><emph> መሳሪያ - ምርጫ </emph></defaultinline></switchinline><emph> - መጫኛ/ማስቀመጫ - HTML ተስማሚነት </emph>"
-
#. pFHQM
#: 01170000.xhp
msgctxt ""
@@ -754,31 +745,31 @@ msgctxt ""
msgid "On the <emph>Form Controls</emph> toolbar, click the icon of the control that you want to add."
msgstr ""
-#. WQiHx
+#. hFmck
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_idN10C4D\n"
"help.text"
-msgid "In the document, drag to create the control."
-msgstr "በሰነዱ ውስጥ ይጎትቱ መቆጣጠሪያ ለመፍጠር"
+msgid "Then click in the document, and drag to create the control."
+msgstr ""
-#. apLtS
+#. DZxBa
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_idN10C50\n"
"help.text"
-msgid "To create a square control field, hold down the <emph>Shift</emph> key while you drag."
+msgid "To create a square control field, hold down the <keycode>Shift</keycode> key while you drag."
msgstr ""
-#. TFtDC
+#. muefe
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id3154127\n"
"help.text"
-msgid "To add a field from the field list of a table or query to a form, drag a cell into the form. In a text document, you can also drag a column header to add a field to a form. To include a label for the field, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>+<emph>Shift</emph> key down when you drag a column head."
+msgid "To add a field from the field list of a table or query to a form, drag a cell into the form. In a text document, you can also drag a column header to add a field to a form. To include a label for the field, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Shift</keycode> when you drag a column head."
msgstr ""
#. sak4W
@@ -826,14 +817,14 @@ msgctxt ""
msgid "Select"
msgstr "ይምረጡ"
-#. WfRkw
+#. RGwii
#: 01170000.xhp
msgctxt ""
"01170000.xhp\n"
"par_id3156106\n"
"help.text"
-msgid "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153516\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153516\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3153516\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153516\">Icon</alt></image>"
+msgstr ""
#. G4itx
#: 01170000.xhp
@@ -7918,41 +7909,41 @@ msgctxt ""
msgid "From the table control, the individual columns are always transmitted. The name of the control, the name of the column, and the value of the column are sent. Using the Get method with URL encoding, the transmission is done in the form <Name of the table control>.<Name of the column>=<Value>, for example, with the value being dependent on the column."
msgstr "ከ ሰንጠረዥ መቆጣጠሪያ ውስጥ: እያንዳንዱ አምዶች ሁልጊዜ ይተላለፋል: የ መቆጣጠሪያው ስም: የ አምድ ስም እና የ አምድ ዋጋ ይላካል: የ ማግኛ ዘዴ በ መጠቀም በ URL encoding, ማስተላለፉ ተፈጽሟል በ ፎርሙ ውስጥ <የ ሰንጠረዥ መቆጣጠሪያ ስም>.<የ አምድ ስም>=<ዋጋ> ለምሳሌ: ዋጋው ጥገኛ ነው በ አምዱ ውስጥ"
-#. 3aweP
+#. GGH2R
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"tit\n"
"help.text"
-msgid "Events"
-msgstr "ሁኔታዎች"
+msgid "Database Form Events"
+msgstr ""
-#. LUpWm
+#. 67JbJ
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"bm_id3150499\n"
"help.text"
-msgid "<bookmark_value>forms; events</bookmark_value> <bookmark_value>events;in forms</bookmark_value>"
-msgstr "<bookmark_value>ፎርሞች: ሁኔታዎች</bookmark_value> <bookmark_value>ሁኔታዎች: በ ፎርሞች</bookmark_value>"
+msgid "<bookmark_value>forms; events</bookmark_value> <bookmark_value>events;in database forms</bookmark_value> <bookmark_value>forms;database events</bookmark_value>"
+msgstr ""
-#. DVQeL
+#. 4UQe2
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">Events</link>"
-msgstr "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">ሁኔታዎች</link>"
+msgid "<link href=\"text/shared/02/01170202.xhp\" name=\"Events\">Database Form Events</link>"
+msgstr ""
-#. chAmC
+#. UDFJU
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3147043\n"
"help.text"
-msgid "The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a form."
-msgstr "በ <emph> ሁኔታዎች </emph> tab ገጽ: እርስዎን የሚያስችለው መመደብ ነው ማክሮስ ለ አንዳንድ ሁኔታዎች በ ፎርም ውስጥ ለሚፈጠር"
+msgid "The<emph> Events </emph>tab page, allows you to assign a macro to certain events which occur in a database form."
+msgstr ""
#. Tw8Ez
#: 01170202.xhp
@@ -8017,14 +8008,14 @@ msgctxt ""
msgid "For example, you can issue a \"confirm deletion\" request such as \"Really delete customer xyz?\" when deleting a data record."
msgstr "ለምሳሌ: እርስዎ ማዘዝ ይችላሉ የ \"ማጥፊያ ማረጋገጫ\" ጥያቄ እንደ \"በ እርግጥ ላጥፋው ደንበኛ xyz?\" የ ዳታ መዝገብ በሚያጠፉ ጊዜ"
-#. EXfcq
+#. EC2ht
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id0409200920562590\n"
"help.text"
-msgid "The events that are shown in the Events dialog cannot be edited directly. You can delete an event from the list by pressing the Del key."
-msgstr "ሁኔታዎች በ ሁኔታዎች ንግግር ውስጥ የሚታዩትን በ ቀጥታ ማረም አይቻልም: እርስዎ ሁኔታ ማጥፋት ይችላሉ ከ ዝርዝር ውስጥ የ ማጥፊያ ቁልፍ በ መጫን"
+msgid "The events that are shown in the Events dialog cannot be edited directly. You can remove an event from the list by pressing the Del key."
+msgstr ""
#. zFnar
#: 01170202.xhp
@@ -8035,6 +8026,15 @@ msgctxt ""
msgid "The following lists and describes all events in a form that can be linked to a macro:"
msgstr "የሚቀጥለው ዝርዝር እና ይገልጻል ሁሉንም ሁኔታዎች በ ፎርም ውስጥ ከ ማክሮስ ጋር የሚገናኙ:"
+#. VVFeU
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id311600955182139\n"
+"help.text"
+msgid "<bookmark_value>API;XUpdateListener</bookmark_value>"
+msgstr ""
+
#. PAUWN
#: 01170202.xhp
msgctxt ""
@@ -8044,13 +8044,13 @@ msgctxt ""
msgid "Before update"
msgstr "ከ መሻሻሉ በፊት"
-#. CvkBT
+#. cnQdn
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3149669\n"
"help.text"
-msgid "<ahelp hid=\".\">The <emph>Before update</emph> event occurs before the control content changed by the user is written into the data source.</ahelp> The linked macro can, for example, prevent this action by returning \"FALSE\"."
+msgid "<ahelp hid=\".\">The <emph>Before update</emph> event occurs before the control content changed by the user is written into the data source.</ahelp> The linked macro can, for example, prevent this action by returning <literal>FALSE</literal>."
msgstr ""
#. CF9MK
@@ -8071,6 +8071,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">The <emph>After update</emph> event occurs after the control content changed by the user has been written into the data source.</ahelp>"
msgstr ""
+#. sbEB8
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id601600955240219\n"
+"help.text"
+msgid "<bookmark_value>API;XResetListener</bookmark_value>"
+msgstr ""
+
#. vXXSb
#: 01170202.xhp
msgctxt ""
@@ -8080,13 +8089,13 @@ msgctxt ""
msgid "Prior to reset"
msgstr "እንደ ነበር ከ መመለሱ በፊት"
-#. jgBA2
+#. 7bVCy
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3155390\n"
"help.text"
-msgid "<ahelp hid=\".\">The <emph>Prior to reset </emph>event occurs before a form is reset.</ahelp> The linked macro can, for example, prevent this action by returning \"FALSE\"."
+msgid "<ahelp hid=\".\">The <emph>Prior to reset</emph> event occurs before a form is reset.</ahelp> Returning <literal>True</literal> approves the reset, returning <literal>False</literal> cancels the operation."
msgstr ""
#. 6sgdu
@@ -8134,6 +8143,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">The<emph> After resetting </emph>event occurs after a form has been reset.</ahelp>"
msgstr ""
+#. vDRh6
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id361600961200031\n"
+"help.text"
+msgid "<bookmark_value>API;XSubmitListener</bookmark_value> <bookmark_value>API;XSubmissionVetoListener</bookmark_value>"
+msgstr ""
+
#. UXPzb
#: 01170202.xhp
msgctxt ""
@@ -8143,13 +8161,22 @@ msgctxt ""
msgid "Before submitting"
msgstr "ከማስገባትዎ በፊት"
-#. UeQfT
+#. qZFdo
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3159152\n"
"help.text"
-msgid "<ahelp hid=\".\">The<emph> Before submitting </emph>event occurs before the form data is sent.</ahelp>"
+msgid "<ahelp hid=\".\">The<emph> Before submitting</emph> event occurs before the form data is sent.</ahelp> Returning <literal>True</literal> approves the submission, <literal>False</literal> stops it."
+msgstr ""
+
+#. uF4JK
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id472600961200142\n"
+"help.text"
+msgid "<bookmark_value>API;XLoadListener</bookmark_value>"
msgstr ""
#. jBWf3
@@ -8242,6 +8269,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">The<emph> When unloading </emph>event occurs directly after the form has been unloaded; that is, separated from its data source.</ahelp>"
msgstr ""
+#. BgDFy
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id351600961291078\n"
+"help.text"
+msgid "<bookmark_value>API;XConfirmDeleteListener</bookmark_value>"
+msgstr ""
+
#. a9qCx
#: 01170202.xhp
msgctxt ""
@@ -8251,13 +8287,22 @@ msgctxt ""
msgid "Confirm deletion"
msgstr "ማጥፋቱን ያረጋግጡ"
-#. KGqga
+#. WqY9V
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3154988\n"
"help.text"
-msgid "<ahelp hid=\".\">The<emph> Confirm deletion </emph>event occurs as soon as data has been deleted from the form.</ahelp> For example, the linked macro can request confirmation in a dialog."
+msgid "<ahelp hid=\".\">The<emph> Confirm deletion </emph>event occurs as soon as data has been deleted from the form.</ahelp> Return <literal>True</literal> to allow row deletion, <literal>False</literal> otherwise. For example, the linked macro can request confirmation in a dialog."
+msgstr ""
+
+#. wEtEF
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id411600961384949\n"
+"help.text"
+msgid "<bookmark_value>API;XRowSetApproveListener</bookmark_value>"
msgstr ""
#. qqitd
@@ -8269,13 +8314,22 @@ msgctxt ""
msgid "Before record action"
msgstr "ከ መዝገብ ተግባር በፊት"
-#. 2kJpN
+#. V5TuU
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3156007\n"
"help.text"
-msgid "<ahelp hid=\".\">The<emph> Before record action </emph>event occurs before the current record is changed.</ahelp> For example, the linked macro can request confirmation in a dialog."
+msgid "<ahelp hid=\".\">The<emph> Before record action </emph>event occurs before the current record or record set are changed.</ahelp> Return <literal>True</literal> when changing is allowed, otherwise <literal>False</literal>. For example, the linked macro can request confirmation in a dialog."
+msgstr ""
+
+#. qsaCS
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id361601071200031\n"
+"help.text"
+msgid "<bookmark_value>API;XRowSetListener</bookmark_value>"
msgstr ""
#. FgLFD
@@ -8305,13 +8359,13 @@ msgctxt ""
msgid "Before record change"
msgstr "ለውጦችን ከ መመዝገብ በፊት"
-#. TH25D
+#. EjmXM
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3149664\n"
"help.text"
-msgid "<ahelp hid=\".\">The<emph> Before record change </emph>event occurs before the current record pointer is changed.</ahelp> For example, the linked macro can prevent this action by returning \"FALSE\"."
+msgid "<ahelp hid=\".\">The<emph> Before record change </emph>event occurs before the current record pointer - SQL cursor - is changed.</ahelp> Return <literal>True</literal> when moving is allowed, otherwise <literal>False</literal>."
msgstr ""
#. vrG8D
@@ -8332,6 +8386,15 @@ msgctxt ""
msgid "<ahelp hid=\".\">The<emph> After record change </emph>event occurs directly after the current record pointer has been changed.</ahelp>"
msgstr ""
+#. NGbSF
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id881600961491605\n"
+"help.text"
+msgid "<bookmark_value>API;XDatabaseParameterListener</bookmark_value>"
+msgstr ""
+
#. nmEEy
#: 01170202.xhp
msgctxt ""
@@ -8359,14 +8422,23 @@ msgctxt ""
msgid "<literal>SELECT * FROM address WHERE name=:name</literal>"
msgstr ""
-#. kXPjp
+#. HzPmk
#: 01170202.xhp
msgctxt ""
"01170202.xhp\n"
"par_id3149581\n"
"help.text"
-msgid "Here :name is a parameter that must be filled out when loading. The parameter is automatically filled out from the parent form if possible. If the parameter cannot be filled out, this event is called and a linked macro can fill out the parameter."
-msgstr "እዚህ : ስም ደንብ ነው መሞላት ያለበት በሚጫን ጊዜ: ደቡ ራሱ በራሱ ይሞላል ወላጅ ፎርም የሚቻል ከሆነ: ደንቡን መሙላት ካልተቻለ: ይህ ሁኔታ ይጠራል እና ይገናኛል ከ ማክሮስ ጋር እና ደንቡን ይሞላል"
+msgid "Here :name is a parameter that must be filled out when loading. The parameter is automatically filled out from the parent form if possible. If the parameter cannot be filled out, this event is called and a linked macro can fill out the parameter. Return <literal>True</literal> when the execution of the parametrized statement should continue, <literal>False</literal> otherwise."
+msgstr ""
+
+#. 78nYk
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"bm_id372700961200031\n"
+"help.text"
+msgid "<bookmark_value>API;XSQLErrorListener</bookmark_value>"
+msgstr ""
#. qbwER
#: 01170202.xhp
@@ -8386,6 +8458,78 @@ msgctxt ""
msgid "<ahelp hid=\".\">The<emph> Error occurred </emph>event is activated if an error occurs when accessing the data source.</ahelp> This applies to forms, list boxes and combo boxes."
msgstr ""
+#. X78w6
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"hd_id351601902633144\n"
+"help.text"
+msgid "Vetoable events"
+msgstr ""
+
+#. ZLgBH
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id311600962806301\n"
+"help.text"
+msgid "Macros can interrupt event execution when they return a boolean value: <literal>True</literal> allows the execution of the event to continue and <literal>False</literal> stops the event execution."
+msgstr ""
+
+#. vMAAY
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id881601902428903\n"
+"help.text"
+msgid "The following events are interruptable by returning <literal>False</literal>:"
+msgstr ""
+
+#. vZERE
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id441601902102235\n"
+"help.text"
+msgid "Before record action"
+msgstr ""
+
+#. DWmSK
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id51601902106123\n"
+"help.text"
+msgid "Before record change"
+msgstr ""
+
+#. kwyVg
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id451601902107636\n"
+"help.text"
+msgid "Before submitting"
+msgstr ""
+
+#. dtBgY
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id821601902108413\n"
+"help.text"
+msgid "Before update"
+msgstr ""
+
+#. DfeUE
+#: 01170202.xhp
+msgctxt ""
+"01170202.xhp\n"
+"par_id81601902108958\n"
+"help.text"
+msgid "Fill parameters"
+msgstr ""
+
#. Jj9wR
#: 01170203.xhp
msgctxt ""
@@ -8809,14 +8953,14 @@ msgctxt ""
msgid "<ahelp hid=\".\">If you create a <link href=\"text/shared/02/01170203.xhp\" name=\"subform\">subform</link>, enter the data field of the parent form responsible for the synchronization between parent and subform.</ahelp> To enter multiple values, press Shift + Enter after each input line."
msgstr ""
-#. FRDC5
+#. BB25h
#: 01170203.xhp
msgctxt ""
"01170203.xhp\n"
"par_id3149568\n"
"help.text"
-msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
-msgstr "የ ንዑስ ፎርም መሰረት ያደረገው የ <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\"> SQL </link> ጥያቄ ነው: በ ተለይ በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Parameter Query\"> ደንቦች ጥያቄ </link> ላይ ነው: የ ሜዳ ስም ካስገቡ በ <emph> ዋናው ሜዳዎች አገናኝ </emph> ሳጥን ውስጥ: በዛ ሜዳ ውስጥ ያለው ዳታ በ ዋናው ፎርም ውስጥ ይነበባል ለ ተለዋዋጭ እርስዎ ለሚያስገቡት በ <emph> አገልጋይ ሜዳዎች አገናኝ </emph> ውስጥ: በ ተገቢው የ SQL አረፍተ ነገር ውስጥ: ይህ ተላዋዋጭ ይወዳደራል ከ ሰንጠረዥ ዳታ ጋር ንዑስ ፎርም ከ ሚያመሳክረው ጋር: በ አማራጭ: እርስዎ ማስገባት ይችላሉ የ አምድ ስም በ <emph> ዋናው ሜዳዎች አገናኝ </emph> ሳጥን ውስጥ:"
+msgid "The subform is based on an <link href=\"text/shared/00/00000005.xhp#sql\" name=\"SQL\">SQL</link> query; more specifically, on a <link href=\"text/sdatabase/02010100.xhp\" name=\"Parameter Query\">Parameter Query</link>. If a field name is entered in the <emph>Link master fields</emph> box, the data contained in that field in the main form is read to a variable that you must enter in <emph>Link slave fields</emph>. In an appropriate SQL statement, this variable is compared to the table data that the subform refers to. Alternatively, you can enter the column name in the <emph>Link master fields</emph> box."
+msgstr ""
#. KAQ4c
#: 01170203.xhp
@@ -10528,14 +10672,14 @@ msgctxt ""
msgid "Each $[officename] application has its own <emph>Styles</emph> window. Hence there are separate windows for <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"text documents\">text documents</link></caseinline><defaultinline>text documents</defaultinline></switchinline>, for <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/05100000.xhp\" name=\"spreadsheets\">spreadsheets</link></caseinline><defaultinline>spreadsheets</defaultinline></switchinline> and for <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/01/05100000.xhp\" name=\"presentations/drawing documents\">presentations/drawing documents</link></caseinline><defaultinline>presentations/drawing documents</defaultinline></switchinline>."
msgstr ""
-#. qTFgZ
+#. VmzDY
#: 01230000.xhp
msgctxt ""
"01230000.xhp\n"
"par_id3143267\n"
"help.text"
-msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149999\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149999\" src=\"cmd/sc_designerdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149999\">Icon Styles</alt></image>"
+msgstr ""
#. Cwybn
#: 01230000.xhp
@@ -11122,32 +11266,59 @@ msgctxt ""
msgid "Highlight Color"
msgstr "ማድመቂያ ቀለም"
-#. EjB2o
+#. 5GRDP
#: 02160000.xhp
msgctxt ""
"02160000.xhp\n"
"hd_id3109850\n"
"help.text"
-msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlight Color</link>"
-msgstr "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlighting\">ማድመቂያ ቀለም </link>"
+msgid "<link href=\"text/shared/02/02160000.xhp\" name=\"Highlight Color\">Highlighting</link>"
+msgstr ""
-#. aDVdx
+#. TLSg8
#: 02160000.xhp
msgctxt ""
"02160000.xhp\n"
"par_id3154927\n"
"help.text"
-msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a text selection. If no text is selected, click the <emph>Highlight Color</emph> icon, select the text that you want to highlight, and then click the <emph>Highlight Color</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlight Color</emph> icon, and then click the color that you want.</ahelp></variable>"
-msgstr "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">የ አሁኑን ማድመቂያ ቀለም ወደ ተመረጠው ጽሁፍ መደብ መፈጸሚያ: ምንም ጽሁፍ ካልተመረጠ: ይጫኑ የ <emph> ማድመቂያ </emph> ምልክት: ማድመቅ የሚፈልጉትን ጽሁፍ ይምረጡ እና ከዛ ይጫኑ የ <emph> ማድመቂያ </emph> ምልክት እንደገና: የ ማድመቂያ ቀለም ለ መቀየር: ይጫኑ ቀስት አጠገብ ያለውን <emph> ማድመቂያ </emph> ምልክት እና ይጫኑ እርስዎ የሚፈልጉትን ቀለም </ahelp></variable>"
+msgid "<variable id=\"zeichenhintergrundtext\"><ahelp hid=\".uno:BackColor\">Applies the current highlight color to the background of a character style or text selection.</ahelp></variable>"
+msgstr ""
+
+#. E9d9L
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id871592838003088\n"
+"help.text"
+msgid "If no text is selected, click the <emph>Highlight Color</emph> icon, select the text that you want to highlight, and then click the <emph>Highlight Color</emph> icon again. To change the highlight color, click the arrow next to the <emph>Highlight Color</emph> icon, and then click the color that you want."
+msgstr ""
+
+#. KrAa6
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id3147330\n"
+"help.text"
+msgid "Choose <menuitem>Format - Character - Highlighting</menuitem> tab."
+msgstr ""
+
+#. 6YA7C
+#: 02160000.xhp
+msgctxt ""
+"02160000.xhp\n"
+"par_id61592838932801\n"
+"help.text"
+msgid "When editing a character style, choose <emph>Highlighting</emph> tab."
+msgstr ""
-#. jDQTx
+#. AkVGB
#: 02160000.xhp
msgctxt ""
"02160000.xhp\n"
"par_id3152551\n"
"help.text"
-msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149177\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149177\" src=\"cmd/sc_backcolor.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149177\">Icon Highlighting</alt></image>"
+msgstr ""
#. gZTBs
#: 02160000.xhp
@@ -11734,14 +11905,14 @@ msgctxt ""
msgid "The <emph>Arrow Style</emph> icon is only displayed when you create a drawing with the drawing functions. For more information, see the <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph>Line Styles</emph></link> section of the Help."
msgstr "የ <emph> ቀስት ዘዴ </emph> ምልክት የሚታየው እርስዎ በሚስሉ ጊዜ ነው: በ መሳያ ተግባሮች: በበለጠ ለመረዳት ይህን ይመልከቱ የ <link href=\"text/shared/01/05200300.xhp\" name=\"Line Styles\"><emph> መስመር ዘዴዎች </emph></link> ክፍል በ እርዳታ ውስጥ"
-#. iZS9C
+#. MeQRj
#: 05020000.xhp
msgctxt ""
"05020000.xhp\n"
"par_id3148548\n"
"help.text"
-msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145090\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145090\" src=\"cmd/sc_lineendstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145090\">Icon Line Ends</alt></image>"
+msgstr ""
#. RuXvo
#: 05020000.xhp
@@ -12265,58 +12436,58 @@ msgctxt ""
msgid "Edit File"
msgstr "ፋይል ማረሚያ"
-#. o8Fkd
+#. A7NJF
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"bm_id3153089\n"
"help.text"
-msgid "<bookmark_value>write protection on/off</bookmark_value><bookmark_value>protected documents</bookmark_value><bookmark_value>documents; read-only</bookmark_value><bookmark_value>read-only documents; editing</bookmark_value><bookmark_value>cursor;in read-only text</bookmark_value><bookmark_value>read-only documents;cursor</bookmark_value><bookmark_value>Edit File icon</bookmark_value>"
-msgstr "<bookmark_value>መጻፊያ መጠበቂያ ማብሪያ/ማጥፊያ</bookmark_value><bookmark_value> የሚጠበቁ ሰነዶች </bookmark_value><bookmark_value>ሰነዶች: ለ ንባብ-ብቻ</bookmark_value><bookmark_value> ለ ንባብ-ብቻ ሰነዶች; ማረሚያ</bookmark_value><bookmark_value>መጠቆሚያ;ለ ንባብ-ብቻ ጽሁፍ</bookmark_value><bookmark_value>ለ ንባብ-ብቻ ሰነዶች;መጠቆሚያ</bookmark_value><bookmark_value>ማረሚያ የ ፋይል ምልክት</bookmark_value>"
+msgid "<bookmark_value>write protection on/off</bookmark_value><bookmark_value>protected documents</bookmark_value><bookmark_value>documents; read-only</bookmark_value><bookmark_value>read-only documents; editing</bookmark_value><bookmark_value>cursor;in read-only text</bookmark_value><bookmark_value>read-only documents;cursor</bookmark_value><bookmark_value>Edit Mode icon</bookmark_value>"
+msgstr ""
-#. Bc2wJ
+#. cQEWf
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"hd_id3148520\n"
"help.text"
-msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">Edit File</link>"
-msgstr "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">ፋይል ማረሚያ</link>"
+msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Edit File\">Edit Mode</link>"
+msgstr ""
-#. F7LFh
+#. B9CS6
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3153089\n"
"help.text"
-msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit File</emph> icon to activate or deactivate the edit mode."
-msgstr "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">ይህ እርስዎን የሚያስችለው ለ ማረም ነው ለ ንባብ-ብቻ ሰነዶችን ወይንም የ ዳታቤዝ ሰንጠረዥ </ahelp> ይጠቀሙ የ <emph> ፋይል ማረሚያ </emph> ምልክት የ ማረሚያ ዘዴን ለ ማስጀመር ወይንም ለ ማቦዘን"
+msgid "<ahelp hid=\".uno:EditDoc\" visibility=\"hidden\">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit Mode</emph> icon to activate or deactivate the edit mode."
+msgstr ""
-#. CEMEU
+#. HpbAm
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3145090\n"
"help.text"
-msgid "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3154751\" src=\"cmd/sc_editdoc.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154751\">Edit Mode Icon</alt></image>"
+msgstr ""
-#. Bcghe
+#. BeKLH
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3150694\n"
"help.text"
-msgid "Edit File"
-msgstr "ፋይል ማረሚያ"
+msgid "Edit Mode"
+msgstr ""
-#. qqFEP
+#. 2GUFC
#: 07070000.xhp
msgctxt ""
"07070000.xhp\n"
"par_id3147576\n"
"help.text"
-msgid "<ahelp hid=\".\">You can enable a selection cursor in a read-only text document or in the Help. Choose <emph>Edit - Select Text</emph> or open the context menu of a read-only document and choose <emph>Select Text</emph>. The selection cursor does not blink.</ahelp>"
+msgid "<ahelp hid=\".\">You can enable a selection cursor in a read-only text document or in the Help. Choose <menuitem>Edit - Select Text</menuitem> or open the context menu of a read-only document and choose <menuitem>Select Text</menuitem>. The selection cursor does not blink.</ahelp>"
msgstr ""
#. hGeVC
@@ -13003,13 +13174,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">Mail</link>"
msgstr "<link href=\"text/shared/02/09070200.xhp\" name=\"Mail\">ደብዳቤ</link>"
-#. RPDBm
+#. BBHET
#: 09070200.xhp
msgctxt ""
"09070200.xhp\n"
"par_id3153049\n"
"help.text"
-msgid "<ahelp hid=\".\">On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for e-mail addresses.</ahelp>"
+msgid "<ahelp hid=\".\">On the <emph>Mail</emph> page in the <link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink dialog\"><emph>Hyperlink</emph> dialog</link> you can edit hyperlinks for email addresses.</ahelp>"
msgstr ""
#. mDsga
@@ -13030,13 +13201,13 @@ msgctxt ""
msgid "Recipient"
msgstr "ተቀባይ"
-#. mCiGb
+#. DWmiF
#: 09070200.xhp
msgctxt ""
"09070200.xhp\n"
"par_id3166460\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns the specified <emph>e-mail address</emph> to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field."
+msgid "<ahelp hid=\".\">Assigns the specified <emph>email address</emph> to the hyperlink.</ahelp> Clicking the new hyperlink in the document will open a new message document, addressed to the receiver specified in the <emph>Recipient</emph> field."
msgstr ""
#. Hop8w
@@ -13048,13 +13219,13 @@ msgctxt ""
msgid "Data Sources"
msgstr "የ ዳታ ምንጮች"
-#. qd5fY
+#. xhxGP
#: 09070200.xhp
msgctxt ""
"09070200.xhp\n"
"par_id3149514\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/hyperlinkmailpage/adressbook\">Hides or shows the <emph>data source</emph> browser.</ahelp> Drag the receiver's <emph>E-mail</emph> data field from the data source browser into the <emph>Recipient</emph> text field."
+msgid "<ahelp hid=\"cui/ui/hyperlinkmailpage/adressbook\">Hides or shows the <emph>data source</emph> browser.</ahelp> Drag the receiver's <emph>Email</emph> data field from the data source browser into the <emph>Recipient</emph> text field."
msgstr ""
#. AMsuz
@@ -15343,14 +15514,14 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/fmsearchdialog/rbSearchForText\">Enter the search term in the box or select it from the list.</ahelp> The text under the cursor is already copied into the <emph>Text</emph> combo box. Note that while running a search in a form, tabs and line breaks cannot be processed."
msgstr "<ahelp hid=\"cui/ui/fmsearchdialog/rbSearchForText\">የ መፈለጊያ ደንብ ያስገቡ በ ሳጥን ውስጥ ወይንም ይምረጡ ከ ዝርዝር ውስጥ </ahelp> ከ መጠቆሚያው በታች ያለው ጽሁፍ ኮፒ ተደርጓል ወደ የ <emph>ጽሁፍ</emph> መቀላቀያ ሳጥን: ያስታውሱ ፍለጋ በሚያካሂዱ ጊዜ በ ፎርም ውስጥ: ማስረጊያ እና የ መስመር መጨረሻ ማስኬድ አይቻልም"
-#. 2U9yt
+#. 7YYGz
#: 12100200.xhp
msgctxt ""
"12100200.xhp\n"
"par_id3148539\n"
"help.text"
-msgid "Your search terms will be saved as long as the table or the formula document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box."
-msgstr "የ እርስዎ መፈለጊያ ደንብ ይቀመጣል ሰንጠረዡ እስካለ ድረስ ወይንም የ መቀመሪያ ሰነድ ከተከፈተ: እርስዎ ከ አንድ በላይ የሚፈልጉ ከሆነ እና መፈለጊያ ደንቡን መድገም ከፈለጉ: እርስዎ መምረጥ ይችላሉ በቅድሚያ የተጠቀሙትን መፈለጊያ ደንብ ከ መቀላቀያ ሳጥን ውስጥ"
+msgid "Your search terms will be saved as long as the table or the form document is open. If you are running more than one search and you would like to repeat the search term, you can select a previously used search term from the combo box."
+msgstr ""
#. GkrL9
#: 12100200.xhp
@@ -16999,13 +17170,13 @@ msgctxt ""
msgid "Run SQL command directly"
msgstr "የ SQL ትእዛዝ በቀጥታ ማስኬጃ"
-#. KmBRr
+#. 2GZmA
#: 14030000.xhp
msgctxt ""
"14030000.xhp\n"
"par_id3155535\n"
"help.text"
-msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
+msgid "Click the icon again to return to normal mode, in which the changes in the <link href=\"text/sdatabase/02010100.xhp\" name=\"New Query Design\"><emph>New Query Design</emph></link> are synchronized with the permitted changes through SQL."
msgstr ""
#. tTG7m
@@ -17026,13 +17197,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">Functions</link>"
msgstr "<link href=\"text/shared/02/14040000.xhp\" name=\"Functions\">ተግባሮች</link>"
-#. JisGv
+#. LfbjB
#: 14040000.xhp
msgctxt ""
"14040000.xhp\n"
"par_id3159224\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewFunctions\">Displays the <emph>Function</emph> row in the lower part of the design view of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link> window.</ahelp>"
msgstr ""
#. iGFfH
@@ -17071,13 +17242,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">Table Name</link>"
msgstr "<link href=\"text/shared/02/14050000.xhp\" name=\"Table Name\">የ ሰንጠረዡ ስም</link>"
-#. ZZDpV
+#. vEiiV
#: 14050000.xhp
msgctxt ""
"14050000.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp hid=\".\">Displays the <emph>Table</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. t48DA
@@ -17116,13 +17287,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">Alias</link>"
msgstr "<link href=\"text/shared/02/14060000.xhp\" name=\"Alias\">የ ሀሰት ስም</link>"
-#. jd5Ew
+#. tE9CF
#: 14060000.xhp
msgctxt ""
"14060000.xhp\n"
"par_id3148731\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
+msgid "<ahelp visibility=\"visible\" hid=\".uno:DBViewAliases\">Displays the <emph>Alias</emph> row in the lower part of the <link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\"><emph>Query Design</emph></link>.</ahelp>"
msgstr ""
#. CcbaZ
@@ -17170,13 +17341,13 @@ msgctxt ""
msgid "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">Distinct Values</link>"
msgstr "<link href=\"text/shared/02/14070000.xhp\" name=\"Distinct Values\">የተለዩ ዋጋዎች</link>"
-#. dwMdA
+#. MhStz
#: 14070000.xhp
msgctxt ""
"14070000.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
+msgid "<ahelp hid=\".uno:DBDistinctValues\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\"><emph>SQL Query</emph></link> in the current column by the parameter <emph>DISTINCT</emph>.</ahelp> The consequence is that identical values occurring multiple times are listed only once."
msgstr ""
#. EXAFG
@@ -19213,14 +19384,41 @@ msgctxt ""
msgid "Limit"
msgstr "መጠን"
-#. bXFUp
+#. SWTG4
#: limit.xhp
msgctxt ""
"limit.xhp\n"
"par_id3154894\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
-msgstr "<ahelp hid=\".\">ማስፊያ የ ተፈጠረውን እና የ ተመረጠውን በ <link href=\"text/shared/explorer/database/02010100.xhp\" name=\"SQL Query\">SQL ጥያቄ </link> በ LIMIT X clause</ahelp> እርስዎ ይህን መጠቀም ይችላሉ ለ መወሰን የ SQL ጥያቄ ውጤት በ መጀመሪያ X ቁጥር ውስጥ ለሚወድቁ"
+msgid "<ahelp hid=\".\">Expands the created select statement of the <link href=\"text/sdatabase/02010100.xhp\" name=\"SQL Query\">SQL Query</link> by the LIMIT X clause</ahelp>. This can be used to limit your SQL Query results to those that fall within the first X number of it."
+msgstr ""
+
+#. bbAX7
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enter Name"
+msgstr ""
+
+#. pymwL
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"hd_id581597430248366\n"
+"help.text"
+msgid "<variable id=\"namedialogh1\"><link href=\"text/shared/02/namedialog.xhp\" name=\"Name\">Enter Name Dialog</link></variable>"
+msgstr ""
+
+#. edfxG
+#: namedialog.xhp
+msgctxt ""
+"namedialog.xhp\n"
+"par_id3153681\n"
+"help.text"
+msgid "Enter a name or any requested text on the label."
+msgstr ""
#. Ae3Qb
#: paintbrush.xhp
@@ -19464,3 +19662,12 @@ msgctxt ""
"help.text"
msgid "Some shapes have a special handle which you can drag to change the properties of the shape. The mouse pointer changes to a hand symbol over these special handles."
msgstr "አንዳንድ ቅርጾች እጀታ አላቸው እርስዎ በ መጎተት የ ቅርጹን ባህሪዎች መቀየር ይችላሉ: የ አይጥ መጠቆሚያ ይቀየራል ወደ እጅ ምልክት በ እነዚህ የተለዩ እጄታዎች ላይ"
+
+#. Ju4Wr
+#: symbolshapes.xhp
+msgctxt ""
+"symbolshapes.xhp\n"
+"par_id911600993420542\n"
+"help.text"
+msgid "<image src=\"media/helpimg/sdraw/control_points.png\" id=\"img_id691600993420543\"><alt id=\"alt_id651600993420544\">Control points in a shape</alt></image>"
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/shared/04.po b/source/am/helpcontent2/source/text/shared/04.po
index 94bb7bc1f91..100af06aaee 100644
--- a/source/am/helpcontent2/source/text/shared/04.po
+++ b/source/am/helpcontent2/source/text/shared/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2020-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-12-10 00:53+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1168,14 +1168,14 @@ msgctxt ""
msgid "The \"Underlined\" attribute is applied to the selected area. If the cursor is positioned in a word, this word is also underlined."
msgstr ""
-#. E6c39
+#. EVCzG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN10BC0\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌃M</caseinline><defaultinline>Ctrl+M</defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+M"
+msgstr ""
#. xoBua
#: 01010000.xhp
diff --git a/source/am/helpcontent2/source/text/shared/05.po b/source/am/helpcontent2/source/text/shared/05.po
index c4f5e4ce629..4bf801ee80e 100644
--- a/source/am/helpcontent2/source/text/shared/05.po
+++ b/source/am/helpcontent2/source/text/shared/05.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-12-10 01:03+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Security"
msgstr "ደህንነት"
-#. GqtZB
+#. 4QHHk
#: 00000001.xhp
msgctxt ""
"00000001.xhp\n"
"par_id0804200803314235\n"
"help.text"
-msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mailing list</link>. If you want to discuss any issue with other users, send an email to the public mailing list <literal>users@libreoffice.org</literal>."
+msgid "In case you are concerned about any security issue with using this software, you can contact the developers on the <link href=\"https://lists.freedesktop.org/mailman/listinfo/libreoffice\">public mailing list</link>. If you want to discuss any issue with other users, send an email to the public mailing list <literal>users@global.libreoffice.org</literal>."
msgstr ""
#. tEPqi
@@ -1258,50 +1258,68 @@ msgctxt ""
msgid "Help Page Not Found"
msgstr "የእርዳታው ገጽ አልተገኘም"
-#. YCEdQ
+#. NedCe
#: err_html.xhp
msgctxt ""
"err_html.xhp\n"
"hd_id3146957\n"
"help.text"
-msgid "Could not find Help page."
-msgstr "የ እርዳታ ገጽ አልተገኘም"
+msgid "Could not find Help page (404)."
+msgstr ""
-#. JcRCV
+#. YF3vS
#: err_html.xhp
msgctxt ""
"err_html.xhp\n"
"par_id3147088\n"
"help.text"
-msgid "Unfortunately the Help page you selected was not found. The following data could be helpful in locating the error:"
-msgstr "እርስዎ የ ፈለጉት የ እርዳታ ገጽ አልተገኘም: የ ሚቀጥለው ዳታ ሊረዳን ይችላል ስህተቱን ለማግኘት:"
+msgid "That is an error. Possible causes are:"
+msgstr ""
-#. Eekrb
+#. afzNC
#: err_html.xhp
msgctxt ""
"err_html.xhp\n"
-"par_id3143268\n"
+"par_id131592238966436\n"
"help.text"
-msgid "Help ID: <emph><help-id-missing/></emph>"
-msgstr "እርዳታ ID: <emph><help-id-missing/></emph>"
+msgid "The page does not exist and must be created."
+msgstr ""
-#. wgFpy
+#. wBHiJ
#: err_html.xhp
msgctxt ""
"err_html.xhp\n"
-"par_idN10681\n"
+"par_id201592238985883\n"
"help.text"
-msgid "You can install missing Help modules using the <emph>Setup</emph> application."
+msgid "The page exists, but the Help ID is wrong or missing."
msgstr ""
-#. vYGeB
+#. Bbuu2
#: err_html.xhp
msgctxt ""
"err_html.xhp\n"
-"par_id3150541\n"
+"par_id761592239118086\n"
"help.text"
-msgid "Click <image id=\"img_id3148946\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148946\">Icon</alt></image><emph>Back</emph> to return to the previous page."
-msgstr "ይጫኑ <image id=\"img_id3148946\" src=\"res/sc06301.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148946\">ምልክት</alt></image><emph>ወደ ኋላ</emph> ቀደም ወዳለው ገጽ ለመመለስ"
+msgid "Use the Module, Contents, Index and Search selectors to find the right page."
+msgstr ""
+
+#. aKd5h
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"par_id971592240070356\n"
+"help.text"
+msgid "The following data could be helpful in locating the error:"
+msgstr ""
+
+#. Eekrb
+#: err_html.xhp
+msgctxt ""
+"err_html.xhp\n"
+"par_id3143268\n"
+"help.text"
+msgid "Help ID: <emph><help-id-missing/></emph>"
+msgstr "እርዳታ ID: <emph><help-id-missing/></emph>"
#. UsFJF
#: new_help.xhp
diff --git a/source/am/helpcontent2/source/text/shared/06.po b/source/am/helpcontent2/source/text/shared/06.po
index 0a4d33083e7..a3835da7805 100644
--- a/source/am/helpcontent2/source/text/shared/06.po
+++ b/source/am/helpcontent2/source/text/shared/06.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-10-22 03:15+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -196,13 +196,13 @@ msgctxt ""
msgid "<image src=\"media/screenshots/cui/ui/optgeneralpage/OptGeneralPage.png\" id=\"img_id11572514566037\"><alt id=\"alt_id41572514566038\">Options General Dialog Image</alt></image>"
msgstr ""
-#. ofEA4
+#. 3B3a3
#: sc_screenshots.xhp
msgctxt ""
"sc_screenshots.xhp\n"
"tit\n"
"help.text"
-msgid "page_title"
+msgid "Calc Screenshots"
msgstr ""
#. QaaKZ
@@ -295,6 +295,15 @@ msgctxt ""
msgid "<image id=\"img_id090120160131201466\" src=\"media/screenshots/cui/ui/pageformatpage/PageFormatPage.png\"><alt id=\"alt_id090120160131201466\">Page format tab page</alt></image>"
msgstr ""
+#. ZKaCs
+#: shared_cui_screenshots.xhp
+msgctxt ""
+"shared_cui_screenshots.xhp\n"
+"par_id521601001943409\n"
+"help.text"
+msgid "<image src=\"media/screenshots/cui/ui/slantcornertabpage/SlantAndCornerRadius.png\" id=\"img_id91601001943410\"><alt id=\"alt_id101601001943411\">Slant and Corner Radius tab page</alt></image>"
+msgstr ""
+
#. agtWk
#: simpress_screenshots.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/autopi.po b/source/am/helpcontent2/source/text/shared/autopi.po
index 6c7bcf9dab2..9c90b5b061e 100644
--- a/source/am/helpcontent2/source/text/shared/autopi.po
+++ b/source/am/helpcontent2/source/text/shared/autopi.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-10-23 13:36+0200\n"
+"POT-Creation-Date: 2020-10-27 12:31+0100\n"
"PO-Revision-Date: 2018-06-03 16:41+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5722,23 +5722,23 @@ msgctxt ""
msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/authorEntry\">Specifies the name of the publication's author.</ahelp>"
msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/authorEntry\">የ ህትመቱን ደራሲ ስም መግለጫ </ahelp>"
-#. f8b7F
+#. DcYxq
#: 01110400.xhp
msgctxt ""
"01110400.xhp\n"
"hd_id3147089\n"
"help.text"
-msgid "E-mail address"
-msgstr "ኢ-ሜይል አድራሻ"
+msgid "Email address"
+msgstr ""
-#. xxDYV
+#. Bm9Gp
#: 01110400.xhp
msgctxt ""
"01110400.xhp\n"
"par_id3166460\n"
"help.text"
-msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Specifies the e-mail address.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">የ ኢ-ሜይል አድራሻ መወሰኛ</ahelp>"
+msgid "<ahelp hid=\"modules/simpress/ui/publishingdialog/emailEntry\">Specifies the email address.</ahelp>"
+msgstr ""
#. VhjgN
#: 01110400.xhp
diff --git a/source/am/helpcontent2/source/text/shared/explorer/database.po b/source/am/helpcontent2/source/text/shared/explorer/database.po
index d3f218742ff..99f8e81ad5f 100644
--- a/source/am/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/am/helpcontent2/source/text/shared/explorer/database.po